debuggers.hg
changeset 11246:78673ba510ed
[qemu patches] Update patches for changeset 11206:fc3e7e65b953.
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
author | Christian Limpach <Christian.Limpach@xensource.com> |
---|---|
date | Sun Aug 20 23:52:39 2006 +0100 (2006-08-20) |
parents | 639c5eff0f5a |
children | 9bb6c1c1890a |
files | tools/ioemu/patches/qemu-bootorder |
line diff
1.1 --- a/tools/ioemu/patches/qemu-bootorder Sun Aug 20 23:34:17 2006 +0100 1.2 +++ b/tools/ioemu/patches/qemu-bootorder Sun Aug 20 23:52:39 2006 +0100 1.3 @@ -81,7 +81,7 @@ Index: ioemu/vl.h 1.4 Index: ioemu/hw/pc.c 1.5 =================================================================== 1.6 --- ioemu.orig/hw/pc.c 2006-08-20 22:22:36.000000000 +0100 1.7 -+++ ioemu/hw/pc.c 2006-08-20 23:22:25.000000000 +0100 1.8 ++++ ioemu/hw/pc.c 2006-08-20 23:27:55.000000000 +0100 1.9 @@ -158,8 +158,23 @@ 1.10 rtc_set_memory(s, info_ofs + 8, sectors); 1.11 } 1.12 @@ -133,7 +133,7 @@ Index: ioemu/hw/pc.c 1.13 + rtc_set_memory(s, 0x3d, get_bios_disk(boot_device, 0) | 1.14 + (get_bios_disk(boot_device, 1) << 4)); 1.15 + rtc_set_memory(s, 0x38, (get_bios_disk(boot_device, 2) << 4) | 1.16 -+ (!fd_bootchk ? 0x00 : 0x01)); 1.17 ++ (!fd_bootchk ? 0x01 : 0x00)); 1.18 1.19 /* floppy type */ 1.20