WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [qemu patches] Update patches for changes

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [qemu patches] Update patches for changeset 11206:fc3e7e65b953.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Aug 2006 01:40:12 +0000
Delivery-date: Sun, 20 Aug 2006 18:40:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>