qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] xen: support PV on HVM guests
@ 2011-06-16 16:04 Stefano Stabellini
  2011-06-16 16:05 ` [Qemu-devel] [PATCH RESEND 1/3] xen: Add the Xen platform pci device stefano.stabellini
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Stefano Stabellini @ 2011-06-16 16:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony.Perard, xen-devel, Alexander Graf

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-06-28 11:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 16:04 [Qemu-devel] [PATCH 0/3] xen: support PV on HVM guests Stefano Stabellini
2011-06-16 16:05 ` [Qemu-devel] [PATCH RESEND 1/3] xen: Add the Xen platform pci device stefano.stabellini
2011-06-26 13:14   ` Michael S. Tsirkin
2011-06-16 16:05 ` [Qemu-devel] [PATCH 2/3] pci: export pci_unplug_device stefano.stabellini
2011-06-20  8:48   ` Michael S. Tsirkin
2011-06-23 13:12     ` Stefano Stabellini
2011-06-16 16:05 ` [Qemu-devel] [PATCH 3/3] xen: implement unplug protocol in xen_platform stefano.stabellini
2011-06-17 13:46   ` [Qemu-devel] [Xen-devel] " Anthony PERARD
2011-06-23 13:11     ` Stefano Stabellini
2011-06-20  8:47   ` [Qemu-devel] " Michael S. Tsirkin
     [not found]   ` <7424DA76-FD02-479F-B72A-D0B6EBBDE7DF@suse.de>
2011-06-20  8:59     ` Kevin Wolf
2011-06-23 13:16       ` Stefano Stabellini
2011-06-27  8:26         ` Kevin Wolf
2011-06-27 15:34           ` Stefano Stabellini
2011-06-27 15:46             ` Kevin Wolf
2011-06-28 11:27               ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).