diff -Nru /tmp/LNXtQ4FS7H/qemu-0.8.0/debian/changelog /tmp/pe2LiHAbBH/qemu-0.8.0-1ubuntu1/debian/changelog --- /tmp/LNXtQ4FS7H/qemu-0.8.0/debian/changelog 2006-02-20 04:39:32.000000000 +0000 +++ /tmp/pe2LiHAbBH/qemu-0.8.0-1ubuntu1/debian/changelog 2006-02-20 01:10:37.000000000 +0000 @@ -1,3 +1,9 @@ +qemu (0.8.0-1ubuntu1-0sladen1) dapper; urgency=low + + * Fix INITRD_LOAD_ADDR that was statically coded too low. + + -- Paul Sladen Mon, 20 Feb 2006 01:10:31 +0000 + qemu (0.8.0-1ubuntu1) dapper; urgency=low * Resynchronise with Debian diff -Nru /tmp/LNXtQ4FS7H/qemu-0.8.0/hw/pc.c /tmp/pe2LiHAbBH/qemu-0.8.0-1ubuntu1/hw/pc.c --- /tmp/LNXtQ4FS7H/qemu-0.8.0/hw/pc.c 2005-12-19 22:51:53.000000000 +0000 +++ /tmp/pe2LiHAbBH/qemu-0.8.0-1ubuntu1/hw/pc.c 2006-02-20 01:10:57.000000000 +0000 @@ -32,7 +32,7 @@ #define LINUX_BOOT_FILENAME "linux_boot.bin" #define KERNEL_LOAD_ADDR 0x00100000 -#define INITRD_LOAD_ADDR 0x00400000 +#define INITRD_LOAD_ADDR 0x00600000 #define KERNEL_PARAMS_ADDR 0x00090000 #define KERNEL_CMDLINE_ADDR 0x00099000