From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxKm6-0006dU-MP for qemu-devel@nongnu.org; Fri, 13 Nov 2015 15:16:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxKm3-00051K-FH for qemu-devel@nongnu.org; Fri, 13 Nov 2015 15:16:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxKm3-00051G-9n for qemu-devel@nongnu.org; Fri, 13 Nov 2015 15:16:43 -0500 From: John Snow Date: Fri, 13 Nov 2015 15:16:34 -0500 Message-Id: <1447445800-25013-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 0/6] 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 8337c6cbc37c6b2184f41bab3eaff47d5e68012a: Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +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 917158dc3b22924922dc1f3b9d4049a4fc83d926: qtest/ahci: use raw format when qemu-img is absent (2015-11-13 14:31:43 -0500) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (6): atapi: add byte_count_limit helper atapi: Prioritize unknown cmd error over BCL error ahci/qtest: don't use tcp sockets for migration tests qtest/ahci: always specify image format libqos: add qemu-img presence check qtest/ahci: use raw format when qemu-img is absent hw/ide/atapi.c | 38 ++++++++++------- tests/ahci-test.c | 115 +++++++++++++++++++++++++++++++++++--------------- tests/libqos/libqos.c | 28 +++++++++--- tests/libqos/libqos.h | 1 + 4 files changed, 127 insertions(+), 55 deletions(-) -- 2.4.3