qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] cleanup drive handling.
@ 2009-07-16 14:56 Gerd Hoffmann
  2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 1/5] kill drives_table Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Gerd Hoffmann @ 2009-07-16 14:56 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 the drives_opt table and replaces them with linked
lists.  The silly table indexing stuff is gone.

It adds the ability to name drives using id=.

It also adds a new QemuOpts framework to store parameters from the
command line and switches -drive over to it.

Changes in v3:
  * added QemuOpts.
  * fix the "#if 0" 'ed drives_table conversion leftover.
  * fix some s/name=/id=/ leftovers.

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] 21+ messages in thread

end of thread, other threads:[~2009-07-22  7:55 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 14:56 [Qemu-devel] [PATCH v3 0/5] cleanup drive handling Gerd Hoffmann
2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 1/5] kill drives_table Gerd Hoffmann
2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 2/5] add support for drive ids Gerd Hoffmann
2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 3/5] kill drives_opt Gerd Hoffmann
2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 4/5] QemuOpts: framework for storing and parsing options Gerd Hoffmann
2009-07-16 16:35   ` [Qemu-devel] " Jan Kiszka
2009-07-16 18:50     ` Gerd Hoffmann
2009-07-17  7:03   ` [Qemu-devel] " Kevin Wolf
2009-07-21  7:25     ` Gerd Hoffmann
2009-07-21  7:42       ` Kevin Wolf
2009-07-21 13:59     ` Gerd Hoffmann
2009-07-21 15:58       ` Kevin Wolf
2009-07-22  6:58         ` Gerd Hoffmann
2009-07-22  7:31           ` Kevin Wolf
2009-07-22  7:55             ` Gerd Hoffmann
2009-07-16 14:57 ` [Qemu-devel] [PATCH v3 5/5] switch -drive to QemuOpts Gerd Hoffmann
2009-07-16 16:07   ` Anthony Liguori
2009-07-16 18:55     ` Gerd Hoffmann
2009-07-16 19:03       ` Anthony Liguori
2009-07-16 19:32         ` Gerd Hoffmann
2009-07-16 20:08           ` Anthony Liguori

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