From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9dlg-0000M1-8Q for qemu-devel@nongnu.org; Thu, 28 May 2009 07:27:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9dla-0000Ld-RQ for qemu-devel@nongnu.org; Thu, 28 May 2009 07:27:27 -0400 Received: from [199.232.76.173] (port=55182 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9dla-0000LZ-Mo for qemu-devel@nongnu.org; Thu, 28 May 2009 07:27:22 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33397) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9dlZ-0003lx-U8 for qemu-devel@nongnu.org; Thu, 28 May 2009 07:27:22 -0400 Message-ID: <4A1E7515.7020807@redhat.com> Date: Thu, 28 May 2009 13:27:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040102000604060103070705" Subject: [Qemu-devel] [PATCH] xen: adapt to qemu_machine changes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Xen Development Mailing List This is a multi-part message in MIME format. --------------040102000604060103070705 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, $subject says all. Makes xen support build again. please apply, Gerd --------------040102000604060103070705 Content-Type: text/plain; name="0002-xen-adapt-to-qemu_machine-changes.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0002-xen-adapt-to-qemu_machine-changes.patch" >>From aa96069d8a1ebf18a9c2bf23d3b510ed2bf3a7b7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 15 May 2009 15:12:57 +0200 Subject: [PATCH 02/21] xen: adapt to qemu_machine changes Signed-off-by: Gerd Hoffmann --- hw/xen_machine_pv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index f59f633..6ae5000 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -32,7 +32,7 @@ uint32_t xen_domid; enum xen_mode xen_mode = XEN_EMULATE; -static void xen_init_pv(ram_addr_t ram_size, int vga_ram_size, +static void xen_init_pv(ram_addr_t ram_size, const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, -- 1.6.2.2 --------------040102000604060103070705--