[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603
From: |
Stefano Stabellini |
Subject: |
[Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603 |
Date: |
Mon, 3 Jun 2013 17:58:41 +0100 |
User-agent: |
Alpine 2.02 (DEB 1266 2009-07-14) |
Anthony,
please pull the following changes since commit
6a4e17711442849bf2cc731ccddef5a2a2d92d29:
ssh://xenbits.xen.org/home/sstabellini/git/qemu-dm.git xen_fixes_20130603
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
- [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603,
Stefano Stabellini <=
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Anthony Liguori, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Stefano Stabellini, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Anthony Liguori, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Stefano Stabellini, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Anthony Liguori, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Peter Maydell, 2013/06/03
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Stefano Stabellini, 2013/06/04
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Stefano Stabellini, 2013/06/04
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Anthony Liguori, 2013/06/04
- Re: [Qemu-devel] [GIT PULL] Xen fixes and cleanups 20130603, Peter Maydell, 2013/06/04