From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjZV5-00083p-C4 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 14:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjZV4-00066k-4V for qemu-devel@nongnu.org; Mon, 03 Jun 2013 14:28:59 -0400 Received: from mail-ve0-x22b.google.com ([2607:f8b0:400c:c01::22b]:55277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjZV3-00066G-VH for qemu-devel@nongnu.org; Mon, 03 Jun 2013 14:28:58 -0400 Received: by mail-ve0-f171.google.com with SMTP id b10so3044714vea.16 for ; Mon, 03 Jun 2013 11:28:57 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: Date: Mon, 03 Jun 2013 13:28:54 -0500 Message-ID: <87a9n72gm1.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, Stefano Stabellini , qemu-devel@nongnu.org, qemu-stable@nongnu.org, Paolo Bonzini , afaerber@suse.de Stefano Stabellini writes: > Anthony, > please pull the following changes since commit > 6a4e17711442849bf2cc731ccddef5a2a2d92d29: > > ssh://xenbits.xen.org/home/sstabellini/git/qemu-dm.git > xen_fixes_20130603 Please use git-request-pull to generate your cover letter. If you are, then you probably need a newer version. That's also not the normal URI that you request pulls from... Regards, Anthony Liguori > > > The first 4 commits are important fixes that should be backported to the > stable trees. The following should be backported at least up to QEMU > v1.3 included: > > 49fa988 xen: simplify xen_enabled > a7d4207 main_loop: do not set nonblocking if xen_enabled() > 9f24a80 xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) > > The following should be backported only to QEMU v1.5: > > 58ee9b0 xen_machine_pv: do not create a dummy CPU in machine->init > > The last 2 are just cleanups. > > > > Stefano Stabellini (6): > xen: simplify xen_enabled > main_loop: do not set nonblocking if xen_enabled() > xen_machine_pv: do not create a dummy CPU in machine->init > xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) > xen: remove xen_vcpu_init > xen: use pc_init_pci instead of pc_init_pci_no_kvmclock > > hw/i386/pc_piix.c | 11 +++++------ > hw/i386/xen_machine_pv.c | 16 ---------------- > include/hw/i386/pc.h | 3 +++ > include/hw/xen/xen.h | 5 ----- > vl.c | 2 +- > xen-all.c | 35 ++++++----------------------------- > 6 files changed, 15 insertions(+), 57 deletions(-) > > > Cheers, > > Stefano From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [GIT PULL] Xen fixes and cleanups 20130603 Date: Mon, 03 Jun 2013 13:28:54 -0500 Message-ID: <87a9n72gm1.fsf@codemonkey.ws> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, Stefano Stabellini , qemu-devel@nongnu.org, qemu-stable@nongnu.org, Paolo Bonzini , afaerber@suse.de List-Id: xen-devel@lists.xenproject.org Stefano Stabellini writes: > Anthony, > please pull the following changes since commit > 6a4e17711442849bf2cc731ccddef5a2a2d92d29: > > ssh://xenbits.xen.org/home/sstabellini/git/qemu-dm.git > xen_fixes_20130603 Please use git-request-pull to generate your cover letter. If you are, then you probably need a newer version. That's also not the normal URI that you request pulls from... Regards, Anthony Liguori > > > The first 4 commits are important fixes that should be backported to the > stable trees. The following should be backported at least up to QEMU > v1.3 included: > > 49fa988 xen: simplify xen_enabled > a7d4207 main_loop: do not set nonblocking if xen_enabled() > 9f24a80 xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) > > The following should be backported only to QEMU v1.5: > > 58ee9b0 xen_machine_pv: do not create a dummy CPU in machine->init > > The last 2 are just cleanups. > > > > Stefano Stabellini (6): > xen: simplify xen_enabled > main_loop: do not set nonblocking if xen_enabled() > xen_machine_pv: do not create a dummy CPU in machine->init > xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) > xen: remove xen_vcpu_init > xen: use pc_init_pci instead of pc_init_pci_no_kvmclock > > hw/i386/pc_piix.c | 11 +++++------ > hw/i386/xen_machine_pv.c | 16 ---------------- > include/hw/i386/pc.h | 3 +++ > include/hw/xen/xen.h | 5 ----- > vl.c | 2 +- > xen-all.c | 35 ++++++----------------------------- > 6 files changed, 15 insertions(+), 57 deletions(-) > > > Cheers, > > Stefano