From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0tOh-0007LL-JX for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:00:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0tOg-0003dV-Nj for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:00:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0tOg-0003dQ-EC for qemu-devel@nongnu.org; Tue, 06 Sep 2011 07:00:54 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86B0rcw020210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Sep 2011 07:00:53 -0400 Message-ID: <4E65FE16.8040507@redhat.com> Date: Tue, 06 Sep 2011 13:03:50 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315292914-22535-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1315292914-22535-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: execute SYNCHRONIZE_CACHE asynchronously List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.09.2011 09:08, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > hw/scsi-disk.c | 41 +++++++++++++++++++++++++---------------- > 1 files changed, 25 insertions(+), 16 deletions(-) Thanks, applied to the block branch. Kevin