From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDbN-0001Sl-Fd for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:18:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkDbI-0000qV-UJ for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:18:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkDbI-0000pT-Ml for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:18:04 -0400 From: Kevin Wolf Date: Wed, 5 Jun 2013 15:17:54 +0200 Message-Id: <1370438278-1703-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/4] ide: Set BSY bit during FLUSH List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, afaerber@suse.de, stefanha@redhat.com Still depends on the qemu-io series ("[PATCH v2 00/16] Make qemu-io comma= nds available in the monitor") v2: - Dropped unnecessary hunk in the actual fix - Avoid magic number 0x10 and change the preexisting case Andreas F=C3=A4rber (1): ide: Set BSY bit during FLUSH Kevin Wolf (3): blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events ide-test: Add enum value for DEV ide-test: Add FLUSH CACHE test case block.c | 8 ++++---- block/blkdebug.c | 3 +++ hw/ide/core.c | 1 + include/block/block.h | 3 +++ tests/ide-test.c | 43 ++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 53 insertions(+), 5 deletions(-) --=20 1.8.1.4