From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxlX-000865-My for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:40:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcxlW-000833-Mw for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:39:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxDP-0001BZ-5F for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:04:43 -0400 From: John Snow Date: Fri, 18 Sep 2015 11:04:30 -0400 Message-Id: <1442588681-18564-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 16a1b6e97c2a2919fd296db4bea2f9da2ad3cc4d: target-cris: update CPU state save/load to use VMStateDescription (2015-09-17 14:31:38 +0100) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to e47f9eb148fc3b9a67d318951ebceb834205f94c: ahci: clean up initial d2h semantics (2015-09-18 10:58:56 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (11): ide: unify io_buffer_offset increments qtest/ahci: use generate_pattern everywhere qtest/ahci: export generate_pattern ide-test: add cdrom pio test ide-test: add cdrom dma test ide: fix ATAPI command permissions atapi: abort transfers with 0 byte limits ahci: remove dead reset code ahci: fix signature generation ahci: remove cmd_fis argument from write_fis_d2h ahci: clean up initial d2h semantics hw/ide/ahci.c | 75 ++++++++-------- hw/ide/atapi.c | 32 +++++-- hw/ide/core.c | 37 ++++---- hw/ide/internal.h | 2 + tests/ahci-test.c | 43 +-------- tests/ide-test.c | 245 ++++++++++++++++++++++++++++++++++++++++++++++---- tests/libqos/libqos.c | 26 ++++++ tests/libqos/libqos.h | 1 + 8 files changed, 342 insertions(+), 119 deletions(-) -- 2.4.3