From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPHU6-0007pK-MI for qemu-devel@nongnu.org; Mon, 18 Jul 2016 18:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPHU5-0008T6-Qc for qemu-devel@nongnu.org; Mon, 18 Jul 2016 18:57:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPHU5-0008Sz-LE for qemu-devel@nongnu.org; Mon, 18 Jul 2016 18:57:57 -0400 From: John Snow Date: Mon, 18 Jul 2016 18:57:50 -0400 Message-Id: <1468882674-25924-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 0/4] 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 3913d3707e3debfbf0d2d014a1a793394993b088: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +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 3ff2f67a7c24183fcbcfe1332e5223ac6f96438c: block: ignore flush requests when storage is clean (2016-07-18 18:19:01 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- Evgeny Yakovlev (4): ide: refactor retry_unit set and clear into separate function ide: set retry_unit for PIO and FLUSH requests tests: in IDE and AHCI tests perform DMA write before flushing block: ignore flush requests when storage is clean block.c | 3 +++ block/io.c | 21 ++++++++++++++++ hw/ide/core.c | 24 +++++++++++++----- include/block/block_int.h | 5 ++++ tests/ahci-test.c | 40 ++++++++++++++++++++++++++---- tests/ide-test.c | 43 ++++++++++++++++++++++++++++++++ tests/qemu-iotests/026.out | 50 -------------------------------------- tests/qemu-iotests/026.out.nocache | 50 -------------------------------------- tests/qemu-iotests/071.out | 8 ------ tests/qemu-iotests/089.out | 2 -- tests/qemu-iotests/141.out | 4 +-- tests/qemu-iotests/144.out | 2 +- 12 files changed, 128 insertions(+), 124 deletions(-) -- 2.7.4