qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h
Date: Wed, 11 Jul 2012 15:08:35 +0200	[thread overview]
Message-ID: <1342012119-27088-1-git-send-email-armbru@redhat.com> (raw)

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

-- 
1.7.6.5

             reply	other threads:[~2012-07-11 13:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 13:08 Markus Armbruster [this message]
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 ` [Qemu-devel] [PATCH 0/4] Cleanups around hw/block-common.h Kevin Wolf

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=1342012119-27088-1-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=kwolf@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).