mbox

[PULL,v2,00/11] Ide patches

Message ID 1452540840-23433-1-git-send-email-jsnow@redhat.com
State New
Headers show

Pull-request

https://github.com/jnsnow/qemu.git tags/ide-pull-request

Message

John Snow Jan. 11, 2016, 7:33 p.m. UTC
The following changes since commit 7b8a354d4716ab2c201fad04c22b8d4a16a1b8c6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-1' into staging (2016-01-11 16:09:50 +0000)

are available in the git repository at:

  https://github.com/jnsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to c5620e658e4061ac1bd51377966590d5aca2ad05:

  libqos/ahci: organize header (2016-01-11 14:10:44 -0500)

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

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

John Snow (9):
  ahci-test: fix memory leak
  libqos/ahci: ATAPI support
  libqos/ahci: ATAPI identify
  libqos/ahci: Switch to mutable properties
  libqos: allow zero-size allocations
  libqos/ahci: allow nondata commands for ahci_io variants
  libqos/ahci: add ahci_exec
  qtest/ahci: ATAPI data tests
  libqos/ahci: organize header

Mark Cave-Ayland (1):
  macio: fix overflow in lba to offset conversion for ATAPI devices

Prasad J Pandit (1):
  ide: ahci: reset ncq object to unused on error

 hw/ide/ahci.c         |   1 +
 hw/ide/macio.c        |   2 +-
 tests/ahci-test.c     | 131 ++++++++++++++++++++++++++++++-------
 tests/libqos/ahci.c   | 177 +++++++++++++++++++++++++++++++++++++++++++++++---
 tests/libqos/ahci.h   |  66 +++++++++++++++----
 tests/libqos/malloc.c |   4 ++
 6 files changed, 339 insertions(+), 42 deletions(-)

Comments

Peter Maydell Jan. 12, 2016, 11:28 a.m. UTC | #1
On 11 January 2016 at 19:33, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit 7b8a354d4716ab2c201fad04c22b8d4a16a1b8c6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-1' into staging (2016-01-11 16:09:50 +0000)
>
> are available in the git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to c5620e658e4061ac1bd51377966590d5aca2ad05:
>
>   libqos/ahci: organize header (2016-01-11 14:10:44 -0500)
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM