From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScDqr-0003pk-AE for qemu-devel@nongnu.org; Wed, 06 Jun 2012 06:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScDql-0002dQ-8W for qemu-devel@nongnu.org; Wed, 06 Jun 2012 06:52:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScDql-0002dJ-0c for qemu-devel@nongnu.org; Wed, 06 Jun 2012 06:52:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q56AqPGm014133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Jun 2012 06:52:25 -0400 Message-ID: <4FCF3667.2020503@redhat.com> Date: Wed, 06 Jun 2012 12:52:23 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1338907765-22078-1-git-send-email-armbru@redhat.com> <4FCE7AE4.70506@redhat.com> In-Reply-To: <4FCE7AE4.70506@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Markus Armbruster , qemu-devel@nongnu.org Am 05.06.2012 23:32, schrieb Paolo Bonzini: > Il 05/06/2012 16:49, Markus Armbruster ha scritto: >> With this and the related fix for xen applied, block_int.h is finally >> gone from hw/. >> >> Markus Armbruster (2): >> block: New bdrv_get_flags() >> scsi-disk: Don't peek behind the BlockDriverState abstraction >> >> block.c | 5 +++++ >> block.h | 1 + >> hw/scsi-disk.c | 3 +-- >> 3 files changed, 7 insertions(+), 2 deletions(-) >> > > Acked-by: Paolo Bonzini Thanks, applied to the block branch. Kevin