mbox

[PULL,v2,0/5] Block patches

Message ID 1444645385-24009-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi Oct. 12, 2015, 10:23 a.m. UTC
The following changes since commit b37686f7e84b22cfaf7fd01ac5133f2617cc3027:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2015-10-09 12:18:14 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 9201bb9a8c7cd3ba2382b7db5b2e40f603e61528:

  sdhci.c: Limit the maximum block size (2015-10-12 11:17:45 +0100)

----------------------------------------------------------------
Pull request

v2:
 * Fix virtio 16lx -> HWADDR_PRIx format specifier [Peter]

----------------------------------------------------------------

Alistair Francis (1):
  sdhci.c: Limit the maximum block size

Kevin O'Connor (1):
  sdhci: Pass drive parameter to sdhci-pci via qdev property

Paolo Bonzini (1):
  block: switch from g_slice allocator to malloc

Pierre Morel (1):
  virtio dataplane: adapt dataplane for virtio Version 1

Stefan Hajnoczi (1):
  virtio-blk: use blk_io_plug/unplug for Linux AIO batching

 block/io.c                          |  4 +--
 block/mirror.c                      |  4 +--
 block/raw-posix.c                   |  8 ++---
 block/raw-win32.c                   |  4 +--
 hw/block/virtio-blk.c               |  8 +++--
 hw/sd/sd.c                          |  4 ++-
 hw/sd/sdhci.c                       | 42 ++++++++++++++++--------
 hw/sd/sdhci.h                       |  2 ++
 hw/virtio/dataplane/vring.c         | 65 ++++++++++++++++++++++++++++++-------
 include/hw/virtio/dataplane/vring.h |  4 ++-
 10 files changed, 106 insertions(+), 39 deletions(-)

Comments

Peter Maydell Oct. 12, 2015, 3:52 p.m. UTC | #1
On 12 October 2015 at 11:23, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit b37686f7e84b22cfaf7fd01ac5133f2617cc3027:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2015-10-09 12:18:14 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 9201bb9a8c7cd3ba2382b7db5b2e40f603e61528:
>
>   sdhci.c: Limit the maximum block size (2015-10-12 11:17:45 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> v2:
>  * Fix virtio 16lx -> HWADDR_PRIx format specifier [Peter]
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM