From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6vA-0000zr-9w for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl6v9-0003u4-5K for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:50:00 -0500 Received: from mail-ie0-f180.google.com ([209.85.223.180]:65103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6v9-0003ty-1G for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:59 -0500 Received: by mail-ie0-f180.google.com with SMTP id c10so1869601ieb.11 for ; Tue, 18 Dec 2012 15:49:58 -0800 (PST) From: Anthony Liguori In-Reply-To: References: Date: Tue, 18 Dec 2012 17:49:56 -0600 Message-ID: <8738z2yl7f.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] Xen fixes and multiple consoles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: qemu-devel@nongnu.org, Stefano Stabellini Stefano Stabellini writes: > Hi Anthony, > please pull the following branch based on > a8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0: > > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-20121217 > > > It contains several fixes and multiple consoles support in the Xen PV > console backend. Pulled. Thanks. Regards, Anthony Liguori > > > > Ian Jackson (2): > cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_item > cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int > > Sander Eikelenboom (1): > Fix compile errors when enabling Xen debug logging. > > Stefano Stabellini (2): > xen: implement support for secondary consoles in the console backend > xen: fix trivial PCI passthrough MSI-X bug > > hw/xen_console.c | 28 +++++++++++++---- > hw/xen_pt.c | 5 ++- > hw/xen_pt_msi.c | 2 +- > xen-all.c | 83 ++++++++++++++++++++++++++++++++--------------------- > 4 files changed, 75 insertions(+), 43 deletions(-) > > > Cheers, > > Stefano