mbox

[PULL,for-2.3,0/4] Block patches

Message ID 1427451648-29128-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 March 27, 2015, 10:20 a.m. UTC
The following changes since commit 4ad9e2b36e1e00fe5b96c3448ecd673e11c4d6d8:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150326-1' into staging (2015-03-26 18:35:09 +0000)

are available in the git repository at:

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

for you to fetch changes up to da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323:

  block: Document blockdev-add's immaturity (2015-03-27 10:01:12 +0000)

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

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

Fam Zheng (2):
  block: Fix unaligned zero write
  qemu-iotests: Test unaligned 4k zero write

Markus Armbruster (1):
  block: Document blockdev-add's immaturity

Stefan Weil (1):
  nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)

 block.c                    | 45 ++++++++++++++++++++++++++++++++++++++------
 hw/block/nvme.c            |  2 +-
 qapi/block-core.json       |  4 ++++
 qmp-commands.hx            |  4 ++++
 tests/qemu-iotests/033     | 47 +++++++++++++++++++++++++++++-----------------
 tests/qemu-iotests/033.out | 26 +++++++++++++++++++++++++
 6 files changed, 104 insertions(+), 24 deletions(-)

Comments

Peter Maydell March 27, 2015, 12:12 p.m. UTC | #1
On 27 March 2015 at 10:20, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 4ad9e2b36e1e00fe5b96c3448ecd673e11c4d6d8:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150326-1' into staging (2015-03-26 18:35:09 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323:
>
>   block: Document blockdev-add's immaturity (2015-03-27 10:01:12 +0000)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM