qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] xen: support PV on HVM guests


From: Stefano Stabellini
Subject: [Qemu-devel] [PATCH 0/3] xen: support PV on HVM guests
Date: Thu, 16 Jun 2011 17:04:19 +0100
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]