qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [QEMU][RFC V2 00/10] QEMU disaggregation in Xen environment.
@ 2012-08-22 12:30 Julien Grall
  2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 01/10] xen: add new machine options to support " Julien Grall
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Julien Grall @ 2012-08-22 12:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Julien Grall, christian.limpach, Stefano.Stabellini, xen-devel

Hello,

This patch series only concerns QEMU. Another serie will come for Xen.

I'm currently working on QEMU disaggregation in Xen environment. The
goal is to be able to running multiple QEMU for a same domain
(http://lists.xen.org/archives/html/xen-devel/2012-03/msg00299.html).

I have already sent a version of patch series few months ago:
    - QEMU: https://lists.gnu.org/archive/html/qemu-devel/2012-03/msg04401.html
    - Xen: http://lists.xen.org/archives/html/xen-devel/2012-03/msg01947.html
With the different feedbacks, I have improved both QEMU and Xen modifications.
As before, I will sent two patch series, one for QEMU the other for Xen.

Modifications between V1 and V2:
    - introduce new machine options
    - use memory listener to avoid Xen specific code in QEMU core
    (depends of "[PATCH V5 0/8] memory: unify ioport registration" patch series)
    - implement disaggregation
    - add wrapper for older Xen version

Julien Grall (10):
  xen: add new machine options to support QEMU disaggregation in Xen
    environment
  xen: modify QEMU status path in XenStore
  xen: add wrappers for new Xen disaggregation hypercalls
  xen-hvm: register qemu as ioreq server and retrieve shared pages
  xen-memory: register memory/IO range in Xen
  xen-pci: register PCI device in Xen and handle IOREQ_TYPE_PCI_CONFIG
  xen: specify which device is part of default devices
  xen: audio is not a part of default devices
  xen-memory: handle node "device_model" for physical mapping
  xen: emulate IDE outside default device set

 arch_init.c     |    6 +
 hw/ide/qdev.c   |    8 ++-
 hw/pc_piix.c    |   40 +++++---
 hw/pci.c        |    6 +
 hw/xen.h        |   31 ++++++
 hw/xen_common.h |   58 +++++++++++
 qemu-config.c   |   12 ++
 xen-all.c       |  304 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 xen-stub.c      |    5 +
 9 files changed, 447 insertions(+), 23 deletions(-)

-- 
Julien Grall

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

end of thread, other threads:[~2012-08-24 12:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 12:30 [Qemu-devel] [QEMU][RFC V2 00/10] QEMU disaggregation in Xen environment Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 01/10] xen: add new machine options to support " Julien Grall
2012-08-23 14:40   ` Stefano Stabellini
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 02/10] xen: modify QEMU status path in XenStore Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 03/10] xen: add wrappers for new Xen disaggregation hypercalls Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 04/10] xen-hvm: register qemu as ioreq server and retrieve shared pages Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 05/10] xen-memory: register memory/IO range in Xen Julien Grall
2012-08-23 14:41   ` Stefano Stabellini
2012-08-23 17:18     ` Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 06/10] xen-pci: register PCI device in Xen and handle IOREQ_TYPE_PCI_CONFIG Julien Grall
2012-08-23 14:41   ` Stefano Stabellini
2012-08-24 12:59     ` Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 07/10] xen: specify which device is part of default devices Julien Grall
2012-08-23 14:42   ` Stefano Stabellini
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 08/10] xen: audio is not a " Julien Grall
2012-08-23 14:42   ` Stefano Stabellini
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 09/10] xen-memory: handle node "device_model" for physical mapping Julien Grall
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 10/10] xen: emulate IDE outside default device set Julien Grall
2012-08-23 14:43   ` 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).