From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrsC9-0007JQ-VM for qemu-devel@nongnu.org; Mon, 11 May 2015 14:12:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrsC6-0006wt-V6 for qemu-devel@nongnu.org; Mon, 11 May 2015 14:12:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrsC6-0006wh-QX for qemu-devel@nongnu.org; Mon, 11 May 2015 14:12:46 -0400 From: John Snow Date: Mon, 11 May 2015 14:12:29 -0400 Message-Id: <1431367963-24437-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 00/14] 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 9ad2c8cd41a086020e21aa6d616b73bd5e2a800b: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-09' into staging (2015-05-11 13:54:00 +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 6e8d74ed17e0526c34386283df6b7935076d983a: qtest: pre-buffer hex nibs (2015-05-11 11:00:05 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (14): libqos/ahci: Add halted command helpers libqos/ahci: Fix sector set method libqos: Add migration helpers ich9/ahci: Enable Migration qtest/ahci: Add migration test qtest/ahci: add migrate dma test qtest/ahci: add flush migrate test qtest/ahci: add halted dma test qtest/ahci: add migrate halted dma test qtest: allow arbitrarily long sends qtest: Add base64 encoded read/write qtest: add memset to qtest protocol libqos/ahci: Swap memread/write with bufread/write qtest: pre-buffer hex nibs hw/ide/ahci.c | 1 - hw/ide/ich.c | 1 - qtest.c | 138 ++++++++++++++++++--- tests/ahci-test.c | 326 +++++++++++++++++++++++++++++++++++++++++++++++++- tests/libqos/ahci.c | 38 +++++- tests/libqos/ahci.h | 3 + tests/libqos/libqos.c | 85 +++++++++++++ tests/libqos/libqos.h | 2 + tests/libqos/malloc.c | 74 +++++++++--- tests/libqos/malloc.h | 1 + tests/libqtest.c | 47 ++++++-- tests/libqtest.h | 49 ++++++++ 12 files changed, 709 insertions(+), 56 deletions(-) -- 2.1.0