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/3] Collect block device code in new blockdev.c
Date: Wed,  2 Jun 2010 13:31:54 +0200	[thread overview]
Message-ID: <1275478317-1989-1-git-send-email-armbru@redhat.com> (raw)

Based on Kevin's block branch[*], commit f4e0fa33.

Code motion like this is a conflict magnet.  Speedy merge would be
nice.

[*] http://repo.or.cz/w/qemu/kevin.git/shortlog/refs/heads/block

Markus Armbruster (3):
  blockdev: Hide QEMUMachine from drive_init()
  qdev: Move declaration of qdev_init_bdrv() into qdev.h
  blockdev: Collect block device code in new blockdev.c

 Makefile.objs        |    2 +-
 blockdev.c           |  591 ++++++++++++++++++++++++++++++++++++++++++++++++++
 blockdev.h           |   62 ++++++
 hw/acpi_piix4.c      |    1 +
 hw/apb_pci.c         |    1 +
 hw/device-hotplug.c  |    4 +-
 hw/fdc.c             |    1 -
 hw/fdc.h             |    2 +-
 hw/ide/core.c        |    2 -
 hw/ide/qdev.c        |    1 -
 hw/lan9118.c         |    1 +
 hw/nand.c            |    3 +-
 hw/omap2.c           |    2 +
 hw/onenand.c         |    3 +-
 hw/parallel.c        |    1 +
 hw/pc.c              |    1 +
 hw/pc_piix.c         |    1 +
 hw/pci-hotplug.c     |    2 -
 hw/pcmcia.h          |    2 +-
 hw/pl181.c           |    1 -
 hw/qdev-properties.c |    1 -
 hw/qdev.h            |    4 +-
 hw/scsi-bus.c        |    1 -
 hw/scsi-disk.c       |    2 +-
 hw/scsi-generic.c    |    1 -
 hw/serial.c          |    1 +
 hw/ssi-sd.c          |    1 -
 hw/usb-hid.c         |    1 +
 hw/usb-msd.c         |    4 +-
 hw/virtio-blk.c      |    2 -
 hw/virtio-pci.c      |    1 -
 monitor.c            |  104 +---------
 qemu-char.c          |    1 -
 savevm.c             |    2 +-
 sysemu.h             |   50 -----
 vl.c                 |  491 +-----------------------------------------
 36 files changed, 681 insertions(+), 670 deletions(-)
 create mode 100644 blockdev.c
 create mode 100644 blockdev.h

             reply	other threads:[~2010-06-02 11:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-02 11:31 Markus Armbruster [this message]
2010-06-02 11:31 ` [Qemu-devel] [PATCH 1/3] blockdev: Hide QEMUMachine from drive_init() Markus Armbruster
2010-06-02 11:31 ` [Qemu-devel] [PATCH 2/3] qdev: Move declaration of qdev_init_bdrv() into qdev.h Markus Armbruster
2010-06-02 11:31 ` [Qemu-devel] [PATCH 3/3] blockdev: Collect block device code in new blockdev.c Markus Armbruster
2010-06-02 15:52   ` [Qemu-devel] " Kevin Wolf
2010-06-02 16:16     ` Markus Armbruster
2010-06-04 10:43       ` Kevin Wolf
2010-06-04 12:12         ` Markus Armbruster
2010-06-02 16:48   ` [Qemu-devel] [PATCH v2 " Markus Armbruster

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=1275478317-1989-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).