[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [QEMU][RFC PATCH 0/6] QEMU disaggregation
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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |