qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [QEMU][RFC PATCH 0/6] QEMU disaggregation


From: Julien Grall
Subject: [Qemu-devel] [QEMU][RFC PATCH 0/6] QEMU disaggregation
Date: Thu, 22 Mar 2012 16:01:52 +0000

This patch series concerns QEMU. Another serie has already came for Xen.

As we discussed on Xen/QEMU mailing list
(http://marc.info/?l=qemu-devel&m=133042969527515), I have worked on multiple
QEMU support for one domain.

QEMU must registered all IO ranges (MMIO and PIO) and PCI that it's want's to
use to allow multiple QEMU.

Each QEMU will handle a subset of the hardware. It will retrieve its
configuration with XenStore.

Both of these patch series (one for Xen, the other Xen) are not complete,
and it breaks some parts of Xen ...

The purpose of these series is to start a discussion on how to implement
multiple ioreq server on Xen and QEMU.

Julien Grall (6):
  option: Add -xen-dmid
  xen: Add functions to register PCI and IO in Xen
  memory: Add xen memory hook
  xen-pci: Register PCI in Xen
  xen-io: Handle the new ioreq type IOREQ_TYPE_PCI_CONFIG
  xen: handle qemu disaggregation

 exec.c          |    9 ++
 hw/pci.c        |    6 ++
 hw/xen.h        |    4 +
 ioport.c        |   17 ++++
 qemu-options.hx |    2 +
 vl.c            |    8 ++
 xen-all.c       |  231 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 xen-stub.c      |   13 +++
 8 files changed, 287 insertions(+), 3 deletions(-)

-- 
Julien Grall




reply via email to

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