|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0/3] xen: support PV on HVM guests
Hi all,
this small patch series implements the components needed by PV on HVM
guests to boot; in particular the "unplug protocol" to dynamically unplug
emulated disks and nics when the guest starts.
The patch to implement the Xen platform device has been sent to the list
several times before by Anthony, I believe no issues were found in the
last few iterations.
The other two patches are new and implement the disks and nics unplug.
The old code we have in qemu-xen to do this is not very "elegant", to
use an euphemism; I tried to prettify the implementation as much as I
could, please let me know if you have any suggestions to improve it.
Stefano Stabellini (2):
pci: export pci_unplug_device
xen: implement unplug protocol in xen_platform
Steven Smith (1):
xen: Add the Xen platform pci device
Makefile.target | 2 +
hw/hw.h | 3 +
hw/pc_piix.c | 4 +
hw/pci.c | 2 +-
hw/pci.h | 1 +
hw/pci_ids.h | 2 +
hw/xen_platform.c | 401 +++++++++++++++++++++++++++++++++++++++++++++++++++++
trace-events | 3 +
8 files changed, 417 insertions(+), 1 deletions(-)
A git branch based on xen-next is available here:
git://xenbits.xen.org/people/sstabellini/qemu-dm.git pv_on_hvm
Cheers,
Stefano
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0/3] xen: support PV on HVM guests,
Stefano Stabellini <=
|
|
|
|
|