From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvt6v-0005Gr-1x for qemu-devel@nongnu.org; Fri, 22 May 2015 16:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvt6s-0004d7-CY for qemu-devel@nongnu.org; Fri, 22 May 2015 16:00:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvt6s-0004cq-3x for qemu-devel@nongnu.org; Fri, 22 May 2015 15:59:58 -0400 From: John Snow Date: Fri, 22 May 2015 15:59:33 -0400 Message-Id: <1432324792-9373-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/19] 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 bb2fa17f182ee0b45b53474f76679944fc891f04: Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522' into staging (2015-05-22 16:22:42 +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 cd6cb73beb63e5fa62ca8ed540b9d54063b15c44: ahci: do not remap clb/fis unconditionally (2015-05-22 15:58:22 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (17): configure: require glib 2.22 glib: remove stale compat functions 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 ahci: do not remap clb/fis unconditionally Mark Cave-Ayland (2): macio: move unaligned DMA read code into separate pmac_dma_read() function macio: move unaligned DMA write code into separate pmac_dma_write() function configure | 7 +- hw/ide/ahci.c | 89 +++++--- hw/ide/ich.c | 1 - hw/ide/macio.c | 499 ++++++++++++++++++++++++--------------------- include/glib-compat.h | 35 ---- include/hw/ppc/mac_dbdma.h | 4 - qtest.c | 138 +++++++++++-- tests/ahci-test.c | 328 ++++++++++++++++++++++++++++- 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 +++++ 16 files changed, 1036 insertions(+), 364 deletions(-) -- 2.1.0