- Update seabios to rel-1.7.5 which is the correct version for

Xen 4.5

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=341
This commit is contained in:
Charles Arnold 2015-02-06 21:22:24 +00:00 committed by Git OBS Bridge
parent f2059e051a
commit 1eaaf6d1c9
4 changed files with 14 additions and 10 deletions

View File

@ -1,7 +1,5 @@
Index: xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
===================================================================
--- xen-4.2.0-testing.orig/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
+++ xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
--- a/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
+++ b/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
@@ -270,6 +270,7 @@ void qemu_invalidate_entry(uint8_t *buff
#endif /* defined(MAPCACHE) */
@ -14,7 +12,7 @@ Index: xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv
}
#endif
+#ifndef CONFIG_STUBDOM
+#if defined(CONFIG_BLKTAP1) && !defined(CONFIG_STUBDOM) && !defined(__NetBSD__)
+ /* Initialize tapdisk client */
+ init_blktap();
+#endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1fe2f2ecc2b095f48915f325d0355cfdec3d125dfe52d05bf98d9c8860d1fb0
size 366104
oid sha256:532d263b811b50f34f3fa5703626638cdb4dc8e9a05e89bd89f4f8b77c508faa
size 426208

View File

@ -3,10 +3,10 @@ Use stable strings to reduce build-compare noise.
tools/firmware/seabios-dir-remote/tools/buildversion.sh | 5 +++++
1 file changed, 5 insertions(+)
Index: xen-4.5.0-testing/tools/firmware/seabios-dir-remote/tools/buildversion.sh
Index: xen-4.5.0-testing/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
===================================================================
--- xen-4.5.0-testing.orig/tools/firmware/seabios-dir-remote/tools/buildversion.sh
+++ xen-4.5.0-testing/tools/firmware/seabios-dir-remote/tools/buildversion.sh
--- xen-4.5.0-testing.orig/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
+++ xen-4.5.0-testing/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
@@ -11,7 +11,12 @@ elif [ -f .version ]; then
else
VERSION="?"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 28 08:44:32 MST 2015 - carnold@suse.com
- Update seabios to rel-1.7.5 which is the correct version for
Xen 4.5
-------------------------------------------------------------------
Wed Jan 14 10:47:43 MST 2015 - carnold@suse.com