qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] merge some xen bits into qemu
@ 2008-08-11 12:32 Gerd Hoffmann
  0 siblings, 0 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2008-08-11 12:32 UTC (permalink / raw)
  To: qemu-devel, xen-devel; +Cc: Gerd Hoffmann

  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

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

end of thread, other threads:[~2008-08-18 13:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2008-08-15 22:41     ` [Xen-devel] " Samuel Thibault
2008-08-18 12:45       ` Gerd Hoffmann
2008-08-18 12:53         ` Samuel Thibault
2008-08-18 13:29           ` Gerd Hoffmann
2008-08-11 12:32 Gerd Hoffmann

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).