From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWkM-0006SK-Nc for qemu-devel@nongnu.org; Thu, 06 Jun 2013 05:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkWkJ-00047J-Qq for qemu-devel@nongnu.org; Thu, 06 Jun 2013 05:44:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkWkJ-00046y-JC for qemu-devel@nongnu.org; Thu, 06 Jun 2013 05:44:39 -0400 Date: Thu, 6 Jun 2013 11:44:36 +0200 From: Stefan Hajnoczi Message-ID: <20130606094436.GA30580@stefanha-thinkpad.redhat.com> References: <1370438278-1703-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1370438278-1703-1-git-send-email-kwolf@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [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: Kevin Wolf Cc: qemu-devel@nongnu.org, afaerber@suse.de On Wed, Jun 05, 2013 at 03:17:54PM +0200, Kevin Wolf wrote: > Still depends on the qemu-io series ("[PATCH v2 00/16] Make qemu-io com= mands > available in the monitor") >=20 > v2: > - Dropped unnecessary hunk in the actual fix > - Avoid magic number 0x10 and change the preexisting case >=20 > Andreas F=E4rber (1): > ide: Set BSY bit during FLUSH >=20 > 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 >=20 > 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 > --=20 > 1.8.1.4 The make check error is explained by the fact that I forgot to apply the qemu-io series first :-). Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan