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