From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJsFp-0006CZ-RR for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJsFo-00032o-Ss for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:38:13 -0400 Received: from server514c.exghost.com ([72.32.253.76]:2795 helo=server514.appriver.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJsFo-00032h-Od for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:38:12 -0400 Received: from [72.32.253.65] (HELO FE03.exg4.exghost.com) by server514.appriver.com (CommuniGate Pro SMTP 5.4.1) with ESMTP id 239869086 for qemu-devel@nongnu.org; Fri, 28 Oct 2011 14:38:11 -0500 Message-ID: <4EAB04A0.9010602@virtualcomputer.com> Date: Fri, 28 Oct 2011 15:38:08 -0400 From: John Baboval MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] Xen related patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These are some xen related patches that have been sitting around in are queue waiting for us to re-base onto a modern qemu. Now that we're up-to-date, they're ready to share with the list. They are all things that enable successfully running windows in xen HVM guests. Support guest reboots when in Xen HVM mode Xen conditionals piix4 acpi xen support -John