From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHhlG-00077M-0y for qemu-devel@nongnu.org; Fri, 08 Jan 2016 19:52:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHhlC-0005jO-QT for qemu-devel@nongnu.org; Fri, 08 Jan 2016 19:52:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHhlC-0005jK-Kr for qemu-devel@nongnu.org; Fri, 08 Jan 2016 19:52:02 -0500 From: John Snow Date: Fri, 8 Jan 2016 19:51:47 -0500 Message-Id: <1452300718-10660-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 00/11] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com The following changes since commit 38a762fec63fd5c035aae29ba9a77d357e21e4a7: Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-fixes-2015-12-23-1' into staging (2015-12-23 13:53:32 +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 4160ad843841df21de296016fb77f986e693bed2: libqos/ahci: organize header (2016-01-08 15:22:34 -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 | 181 +++++++++++++++++++++++++++++++++++++++++++++++--- tests/libqos/ahci.h | 66 +++++++++++++++--- tests/libqos/malloc.c | 4 ++ 6 files changed, 343 insertions(+), 42 deletions(-) -- 2.4.3