From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIiEC-0003l8-7M for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:34:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIiE7-0004h8-Cz for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:34:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIiE7-0004gy-7y for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:34:03 -0500 From: John Snow Date: Mon, 11 Jan 2016 14:33:49 -0500 Message-Id: <1452540840-23433-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL v2 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 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(-) -- 2.4.3