# HG changeset patch
# User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
# Node ID 78673ba510ed06e02edc8175828d302addd7a0fd
# Parent 639c5eff0f5abef143ff7239dc0c5c6728da7615
[qemu patches] Update patches for changeset 11206:fc3e7e65b953.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
---
tools/ioemu/patches/qemu-bootorder | 2 --
1 files changed, 2 deletions(-)
diff -r 639c5eff0f5a -r 78673ba510ed tools/ioemu/patches/qemu-bootorder
--- a/tools/ioemu/patches/qemu-bootorder Sun Aug 20 23:34:17 2006 +0100
+++ b/tools/ioemu/patches/qemu-bootorder Sun Aug 20 23:52:39 2006 +0100
@@ -81,7 +81,7 @@ Index: ioemu/hw/pc.c
Index: ioemu/hw/pc.c
===================================================================
--- ioemu.orig/hw/pc.c 2006-08-20 22:22:36.000000000 +0100
-+++ ioemu/hw/pc.c 2006-08-20 23:22:25.000000000 +0100
++++ ioemu/hw/pc.c 2006-08-20 23:27:55.000000000 +0100
@@ -158,8 +158,23 @@
rtc_set_memory(s, info_ofs + 8, sectors);
}
@@ -133,7 +133,7 @@ Index: ioemu/hw/pc.c
+ rtc_set_memory(s, 0x3d, get_bios_disk(boot_device, 0) |
+ (get_bios_disk(boot_device, 1) << 4));
+ rtc_set_memory(s, 0x38, (get_bios_disk(boot_device, 2) << 4) |
-+ (!fd_bootchk ? 0x00 : 0x01));
++ (!fd_bootchk ? 0x01 : 0x00));
/* floppy type */
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|