qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 00/11] merge some xen bits into qemu
Date: Mon, 11 Aug 2008 14:32:39 +0200	[thread overview]
Message-ID: <1218457970-11707-1-git-send-email-kraxel@redhat.com> (raw)

  Hi folks,

This is the third version of the xen support for qemu patch series,
addressing review comments, mostly the ones from the xen folks.

The console and framebuffer backend drivers are largely based on the
xen code, the other bits are rewritten from scratch.  Nevertheless
the code should be functionally identical.

Overview (individual patches have longer descriptions):

  #1  -- Handle terminating signals.
  #2  -- add DisplayState->idle
  #3  -- add container_of() macro to osdep.h
  #4  -- move GUI_REFRESH_INTERVAL define from vl.c to console.h

  #5  -- groundwork: build system, cmd line options, ...
  #6  -- xen backend driver infrastructrure
  #7  -- xen console backend driver
  #8  -- xen framebuffer backend driver

  #9  -- xen block backend driver
  #10 -- xen nic backend driver
  #11 -- allow xen disks and nics being configured via qemu command
         line options.

The first four patches are preparing patches.  They put some stuff in
place the other xen patches depend on.

With the next four patches in place upstream qemu can replace xen's
qemu-dm for paravirtual domains.  The block and nic backend drivers
are full userspace implementations using the grant table device
(gntdev).

xen support is implemented using another machine type.  xen's qemu-dm
already uses the machine type to switch between paravirtualized and
fully virtualized machines, so this was the natural choice.  qemu has
gets a new "xenpv" machine type additionally to the "pc" and "isapc"
ones.

The patches are also available here, together with some not-yet submitted
work-in-progress bits:
	http://kraxel.fedorapeople.org/patches/qemu-upstream/

There is also a patch queue for qemu-dm, so the patches can get a
test-drive there.  Looks slightly different because I left vl.c and the
build system largely alone.  Also the preparing patches are not needed
there.  And the last two patches are not ported over (yet), but xen
probably wouldn't use these bits anyway ...
	http://kraxel.fedorapeople.org/patches/qemu-xen/

Comments?

cheers,
  Gerd

             reply	other threads:[~2008-08-11 12:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-11 12:32 Gerd Hoffmann [this message]
2008-08-11 12:32 ` [Qemu-devel] [PATCH 01/11] Handle terminating signals Gerd Hoffmann
2008-08-11 19:27   ` Anthony Liguori
2008-08-11 19:52     ` Gerd Hoffmann
2008-08-11 19:30   ` Anthony Liguori
2008-08-11 19:58     ` Gerd Hoffmann
2008-08-12  1:53       ` Anthony Liguori
2008-08-11 12:32 ` [Qemu-devel] [PATCH 02/11] add DisplayState->idle Gerd Hoffmann
2008-08-11 12:36   ` [Qemu-devel] " Samuel Thibault
2008-08-11 12:32 ` [Qemu-devel] [PATCH 03/11] add container_of() macro to osdep.h Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 04/11] move GUI_REFRESH_INTERVAL define from vl.c to console.h Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 05/11] xen: groundwork for xen support Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 06/11] xen: backend driver core Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 07/11] xen: add console backend driver Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 08/11] xen: add framebuffer " Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 09/11] xen: add block device " Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 10/11] xen: add net " Gerd Hoffmann
2008-08-11 12:32 ` [Qemu-devel] [PATCH 11/11] xen: blk & nic configuration via cmd line Gerd Hoffmann
     [not found] <m2n.s.1KSWf2-002Qtv@chiark.greenend.org.uk>
2008-08-11 16:57 ` [Qemu-devel] [PATCH 00/11] merge some xen bits into qemu Ian Jackson
2008-08-11 17:11   ` Anthony Liguori
2008-08-11 18:55     ` Blue Swirl
2008-08-12 10:04       ` Ian Jackson
2008-08-11 20:07   ` Gerd Hoffmann

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=1218457970-11707-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=xen-devel@lists.xensource.com \
    /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).