qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: anthony@codemonkey.ws
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 1.5 00/10] Block patches for 1.5.0-rc1
Date: Wed,  8 May 2013 16:28:54 +0200	[thread overview]
Message-ID: <1368023344-29731-1-git-send-email-kwolf@redhat.com> (raw)

The following changes since commit 15d23fb96656b1ae31bf4305b2108230c29298c6:

  Update version for qemu-1.5.0-rc0 (2013-05-07 06:50:19 -0500)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git for-anthony

for you to fetch changes up to 794d00f71d39e3d18eafade579b2ecb665d6d481:

  qemu-iotests: fix 017 018 for vmdk (2013-05-08 15:28:50 +0200)

----------------------------------------------------------------
Fam Zheng (3):
      qemu-iotests: exclude vmdk for test 042
      qemu-iotests: exclude vmdk and qcow from 043
      qemu-iotests: fix 017 018 for vmdk

Kevin Wolf (7):
      ahci: Don't allow creating slave drives
      de_DE.po: Add missing leading spaces
      ide: Reset BMIDEA bit when the bus master is stopped
      libqos/pci: Enable bus mastering
      qtest: Add IDE test case
      qtest/ide-test: Add simple DMA read/write test case
      qtest/ide-test: Test short and long PRDTs

 hw/ide/ahci.c              |   2 +-
 hw/ide/cmd646.c            |   2 +-
 hw/ide/internal.h          |   3 +-
 hw/ide/isa.c               |   2 +-
 hw/ide/macio.c             |   2 +-
 hw/ide/mmio.c              |   2 +-
 hw/ide/pci.c               |   1 +
 hw/ide/piix.c              |   2 +-
 hw/ide/qdev.c              |  10 +-
 hw/ide/via.c               |   2 +-
 po/de_DE.po                |   4 +-
 tests/Makefile             |   2 +
 tests/ide-test.c           | 440 +++++++++++++++++++++++++++++++++++++++++++++
 tests/libqos/pci.c         |   2 +-
 tests/qemu-iotests/017     |   4 +-
 tests/qemu-iotests/017.out |   2 +-
 tests/qemu-iotests/018     |   4 +-
 tests/qemu-iotests/018.out |   2 +-
 tests/qemu-iotests/042     |   2 +-
 tests/qemu-iotests/043     |   2 +-
 20 files changed, 474 insertions(+), 18 deletions(-)
 create mode 100644 tests/ide-test.c

             reply	other threads:[~2013-05-08 14:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-08 14:28 Kevin Wolf [this message]
2013-05-08 14:28 ` [Qemu-devel] [PATCH 01/10] ahci: Don't allow creating slave drives Kevin Wolf
2013-05-08 14:28 ` [Qemu-devel] [PATCH 02/10] de_DE.po: Add missing leading spaces Kevin Wolf
2013-05-08 14:28 ` [Qemu-devel] [PATCH 03/10] ide: Reset BMIDEA bit when the bus master is stopped Kevin Wolf
2013-05-08 14:28 ` [Qemu-devel] [PATCH 04/10] libqos/pci: Enable bus mastering Kevin Wolf
2013-05-08 14:28 ` [Qemu-devel] [PATCH 05/10] qtest: Add IDE test case Kevin Wolf
2013-05-08 14:29 ` [Qemu-devel] [PATCH 06/10] qtest/ide-test: Add simple DMA read/write " Kevin Wolf
2013-05-08 14:29 ` [Qemu-devel] [PATCH 07/10] qtest/ide-test: Test short and long PRDTs Kevin Wolf
2013-05-08 14:29 ` [Qemu-devel] [PATCH 08/10] qemu-iotests: exclude vmdk for test 042 Kevin Wolf
2013-05-08 14:29 ` [Qemu-devel] [PATCH 09/10] qemu-iotests: exclude vmdk and qcow from 043 Kevin Wolf
2013-05-08 14:29 ` [Qemu-devel] [PATCH 10/10] qemu-iotests: fix 017 018 for vmdk 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=1368023344-29731-1-git-send-email-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=anthony@codemonkey.ws \
    --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).