From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] cleanup drive handling.
Date: Thu, 16 Jul 2009 10:53:45 +0200 [thread overview]
Message-ID: <1247734428-17757-1-git-send-email-kraxel@redhat.com> (raw)
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
next reply other threads:[~2009-07-16 8:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-16 8:53 Gerd Hoffmann [this message]
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
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=1247734428-17757-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.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).