From: Kevin Wolf <kwolf@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h
Date: Thu, 12 Jul 2012 11:02:53 +0200 [thread overview]
Message-ID: <4FFE92BD.6040000@redhat.com> (raw)
In-Reply-To: <1342012119-27088-1-git-send-email-armbru@redhat.com>
Am 11.07.2012 15:08, schrieb Markus Armbruster:
> Applies on top of "[PATCH v3 00/29] Disk geometry cleanup".
>
> Markus Armbruster (4):
> hw/block-common: Move BlockConf & friends from block.h
> hw/block-common: Factor out fall back to legacy -drive serial=...
> blockdev: Don't limit DriveInfo serial to 20 characters
> hw/block-common: Factor out fall back to legacy -drive cyls=...
>
> block.h | 45 -----------------------------------
> blockdev.c | 4 +--
> blockdev.h | 4 +--
> hw/Makefile.objs | 2 +-
> hw/block-common.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
> hw/block-common.h | 50 +++++++++++++++++++++++++++++++++++++++
> hw/ide/core.c | 30 +++++++++++-----------
> hw/ide/internal.h | 1 +
> hw/ide/qdev.c | 31 +++---------------------
> hw/scsi-disk.c | 37 ++--------------------------
> hw/scsi.h | 1 +
> hw/usb.h | 1 -
> hw/usb/dev-storage.c | 10 +------
> hw/virtio-blk.c | 37 ++--------------------------
> hw/virtio-blk.h | 2 +-
> hw/virtio.h | 1 -
> 16 files changed, 147 insertions(+), 173 deletions(-)
> create mode 100644 hw/block-common.c
>
Thanks, applied all to the block branch.
Kevin
prev parent reply other threads:[~2012-07-12 9:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 13:08 [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h Markus Armbruster
2012-07-11 13:08 ` [Qemu-devel] [PATCH 1/4] hw/block-common: Move BlockConf & friends from block.h Markus Armbruster
2012-07-11 13:08 ` [Qemu-devel] [PATCH 2/4] hw/block-common: Factor out fall back to legacy -drive serial= Markus Armbruster
2012-07-11 13:08 ` [Qemu-devel] [PATCH 3/4] blockdev: Don't limit DriveInfo serial to 20 characters Markus Armbruster
2012-07-11 13:08 ` [Qemu-devel] [PATCH 4/4] hw/block-common: Factor out fall back to legacy -drive cyls= Markus Armbruster
2012-07-12 9:02 ` Kevin Wolf [this message]
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=4FFE92BD.6040000@redhat.com \
--to=kwolf@redhat.com \
--cc=armbru@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.