mbox

[PULL,for-2.2,00/11] Block patches

Message ID 1415963157-30103-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 Nov. 14, 2014, 11:05 a.m. UTC
The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-11-13 15:44:16 +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 5f58330790b72c4705b373ee0646fb3adf800b4e:

  vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info (2014-11-14 09:20:45 +0000)

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

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

Fam Zheng (2):
  block: Fix max nb_sectors in bdrv_make_zero
  vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info

John Snow (9):
  ahci: Fix byte count regression for ATAPI/PIO
  ide: repair PIO transfers for cases where nsector > 1
  ahci: unify sglist preparation
  ide: Correct handling of malformed/short PRDTs
  ahci: add is_ncq predicate helper
  ahci: Fix FIS decomposition
  ahci: Reorder error cases in handle_cmd
  ahci: Check cmd_fis[1] more explicitly
  ahci: factor out FIS decomposition from handle_cmd

 block.c           |   4 +-
 block/vmdk.c      |  20 ++--
 hw/ide/ahci.c     | 269 ++++++++++++++++++++++++++++++------------------------
 hw/ide/ahci.h     |   3 +
 hw/ide/core.c     |  14 ++-
 hw/ide/internal.h |  13 +--
 hw/ide/macio.c    |   7 +-
 hw/ide/pci.c      |  27 ++++--
 8 files changed, 214 insertions(+), 143 deletions(-)

Comments

Peter Maydell Nov. 14, 2014, 12:02 p.m. UTC | #1
On 14 November 2014 11:05, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-11-13 15:44:16 +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 5f58330790b72c4705b373ee0646fb3adf800b4e:
>
>   vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info (2014-11-14 09:20:45 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM