qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: qemu-devel@nongnu.org
Cc: Julien Grall <julien.grall@citrix.com>,
	christian.limpach@gmail.com, Stefano.Stabellini@eu.citrix.com,
	xen-devel@lists.xen.org
Subject: [Qemu-devel] [QEMU][RFC V2 00/10] QEMU disaggregation in Xen environment.
Date: Wed, 22 Aug 2012 13:30:13 +0100	[thread overview]
Message-ID: <cover.1345637459.git.julien.grall@citrix.com> (raw)

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

             reply	other threads:[~2012-08-22 18:54 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 12:30 Julien Grall [this message]
2012-08-22 12:30 ` [Qemu-devel] [QEMU][RFC V2 01/10] xen: add new machine options to support QEMU disaggregation in Xen environment 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1345637459.git.julien.grall@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=christian.limpach@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).