From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: xen-devel@lists.xensource.com,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
qemu-devel@nongnu.org, qemu-stable@nongnu.org,
Paolo Bonzini <pbonzini@redhat.com>,
afaerber@suse.de
Subject: Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603
Date: Mon, 03 Jun 2013 13:28:54 -0500 [thread overview]
Message-ID: <87a9n72gm1.fsf@codemonkey.ws> (raw)
In-Reply-To: <alpine.DEB.2.02.1306031644530.4589@kaball.uk.xensource.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com> 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
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: xen-devel@lists.xensource.com,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
qemu-devel@nongnu.org, qemu-stable@nongnu.org,
Paolo Bonzini <pbonzini@redhat.com>,
afaerber@suse.de
Subject: Re: [GIT PULL] Xen fixes and cleanups 20130603
Date: Mon, 03 Jun 2013 13:28:54 -0500 [thread overview]
Message-ID: <87a9n72gm1.fsf@codemonkey.ws> (raw)
In-Reply-To: <alpine.DEB.2.02.1306031644530.4589@kaball.uk.xensource.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com> 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
next prev parent reply other threads:[~2013-06-03 18:29 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 16:58 [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603 Stefano Stabellini
2013-06-03 16:58 ` Stefano Stabellini
2013-06-03 18:28 ` Anthony Liguori [this message]
2013-06-03 18:28 ` Anthony Liguori
2013-06-03 20:34 ` [Qemu-devel] " Stefano Stabellini
2013-06-03 20:34 ` Stefano Stabellini
2013-06-03 20:46 ` [Qemu-devel] " Anthony Liguori
2013-06-03 20:46 ` Anthony Liguori
2013-06-03 20:56 ` [Qemu-devel] " Stefano Stabellini
2013-06-03 20:56 ` Stefano Stabellini
2013-06-03 21:13 ` [Qemu-devel] " Anthony Liguori
2013-06-03 21:13 ` Anthony Liguori
2013-06-03 21:33 ` [Qemu-devel] " Peter Maydell
2013-06-03 21:33 ` Peter Maydell
2013-06-04 10:59 ` [Qemu-devel] " Stefano Stabellini
2013-06-04 10:59 ` Stefano Stabellini
2013-06-04 11:03 ` [Qemu-devel] " Stefano Stabellini
2013-06-04 11:03 ` Stefano Stabellini
2013-06-04 20:00 ` [Qemu-devel] " Anthony Liguori
2013-06-04 20:00 ` Anthony Liguori
2013-06-04 11:07 ` [Qemu-devel] " Peter Maydell
2013-06-04 11:07 ` Peter Maydell
2013-06-04 11:15 ` [Qemu-devel] " Stefano Stabellini
2013-06-04 11:15 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a9n72gm1.fsf@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=afaerber@suse.de \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.