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, kraxel@redhat.com, hch@lst.de
Subject: [Qemu-devel] [PATCH v2 00/13] Still more block related fixes and cleanups
Date: Tue,  6 Jul 2010 14:08:43 +0200	[thread overview]
Message-ID: <1278418136-24556-1-git-send-email-armbru@redhat.com> (raw)

I'm working on cleanly separating block device host and guest parts.
I'd like to route all this work through Kevin's block tree.  This is
still just preliminaries.

This patch series is based available at
git://repo.or.cz/qemu/armbru.git
tag block-fixes-2-v2: this series, based on
tag blockdev-base, which the current kevin/block

There will be at least one more round of cleanup & fixes before
blockdev_add proper.  I intend to start with a minimal QMP-only
version, then add features.

v2: rebased, better error messages (new 07/13 and 08/13)

Markus Armbruster (13):
  blockdev: Clean up how readonly persists across virtual media change
  block migration: Fix test for read-only drive
  raw-posix: Fix test for host CD-ROM
  fdc: Reject unimplemented error actions
  qdev: Don't hw_error() in qdev_init_nofail()
  scsi: Reject unimplemented error actions
  error: New qemu_opts_loc_restore()
  scsi: Error locations for -drive if=scsi device initialization
  ide: Improve error messages
  ide: Replace IDEState members is_cdrom, is_cf by drive_kind
  ide: Make ide_init_drive() return success
  ide: Reject readonly drives unless CD-ROM
  ide: Reject invalid CHS geometry

 block-migration.c   |    2 +-
 block/raw-posix.c   |   17 ++++--------
 blockdev.c          |    2 +-
 hw/fdc.c            |   22 +++++++++++----
 hw/ide/core.c       |   70 +++++++++++++++++++++++++++++++++-----------------
 hw/ide/internal.h   |    9 +++---
 hw/ide/macio.c      |    2 +-
 hw/ide/microdrive.c |    2 +-
 hw/ide/qdev.c       |   13 ++++++---
 hw/qdev.c           |    6 +++-
 hw/scsi-bus.c       |    4 +++
 hw/scsi-disk.c      |    5 +++
 hw/scsi-generic.c   |    9 ++++++
 qemu-option.c       |    5 +++
 qemu-option.h       |    1 +
 15 files changed, 113 insertions(+), 56 deletions(-)

             reply	other threads:[~2010-07-06 12:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-06 12:08 Markus Armbruster [this message]
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 01/13] blockdev: Clean up how readonly persists across virtual media change Markus Armbruster
2010-07-07  1:19   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 02/13] block migration: Fix test for read-only drive Markus Armbruster
2010-07-07  1:19   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 03/13] raw-posix: Fix test for host CD-ROM Markus Armbruster
2010-07-07  1:23   ` [Qemu-devel] " Christoph Hellwig
2010-07-07  9:34     ` Markus Armbruster
2010-07-07 10:06       ` Kevin Wolf
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 04/13] fdc: Reject unimplemented error actions Markus Armbruster
2010-07-07  1:23   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 05/13] qdev: Don't hw_error() in qdev_init_nofail() Markus Armbruster
2010-07-07  1:24   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 06/13] scsi: Reject unimplemented error actions Markus Armbruster
2010-07-07  1:26   ` [Qemu-devel] " Christoph Hellwig
2010-07-07  9:41     ` Markus Armbruster
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 07/13] error: New qemu_opts_loc_restore() Markus Armbruster
2010-07-07  1:26   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 08/13] scsi: Error locations for -drive if=scsi device initialization Markus Armbruster
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 09/13] ide: Improve error messages Markus Armbruster
2010-07-07  1:26   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 10/13] ide: Replace IDEState members is_cdrom, is_cf by drive_kind Markus Armbruster
2010-07-07  1:27   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 11/13] ide: Make ide_init_drive() return success Markus Armbruster
2010-07-07  1:28   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 12/13] ide: Reject readonly drives unless CD-ROM Markus Armbruster
2010-07-07  1:28   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 12:08 ` [Qemu-devel] [PATCH v2 13/13] ide: Reject invalid CHS geometry Markus Armbruster
2010-07-07  1:28   ` [Qemu-devel] " Christoph Hellwig
2010-07-06 14:06 ` [Qemu-devel] Re: [PATCH v2 00/13] Still more block related fixes and cleanups 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=1278418136-24556-1-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=hch@lst.de \
    --cc=kraxel@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).