qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] cleanup drive handling.
@ 2009-07-16  8:53 Gerd Hoffmann
  2009-07-16  8:53 ` [Qemu-devel] [PATCH v2 1/3] kill drives_table Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2009-07-16  8:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series cleans up the drive handling in qemu.  It removes the
drives_table and (new in v2) also the drives_opt table and replaces them
with linked lists.  The silly table indexing stuff is gone.

It also adds the ability to name drives using id= (used to be name= in
v1, but for consistency with -device which uses id= too I've decided to
change it).

Future plans:

While qdev-ifying virtual disk drivers block/*.c) make them lookup the
BlockDriverState using the id.

cheers,
  Gerd

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

end of thread, other threads:[~2009-07-16 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16  8:53 [Qemu-devel] [PATCH v2 0/3] cleanup drive handling Gerd Hoffmann
2009-07-16  8:53 ` [Qemu-devel] [PATCH v2 1/3] kill drives_table Gerd Hoffmann
     [not found]   ` <m3d480hg02.fsf@neno.mitica>
2009-07-16 14:54     ` [Qemu-devel] " Gerd Hoffmann
2009-07-16  8:53 ` [Qemu-devel] [PATCH v2 2/3] add support for drive ids Gerd Hoffmann
     [not found]   ` <m3ljmohgyk.fsf@neno.mitica>
2009-07-16 13:59     ` [Qemu-devel] " Gerd Hoffmann
2009-07-16  8:53 ` [Qemu-devel] [PATCH v2 3/3] kill drives_opt 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).