From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbv4g-00019S-Dh for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:49:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbv4b-0005SX-6u for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:49:33 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:56539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbv4b-0005Rm-08 for qemu-devel@nongnu.org; Tue, 05 Jun 2012 10:49:29 -0400 Received: from blackfin.pond.sub.org (p5B32ACE6.dip.t-dialin.net [91.50.172.230]) by oxygen.pond.sub.org (Postfix) with ESMTPA id D1BE8A5A47 for ; Tue, 5 Jun 2012 16:49:26 +0200 (CEST) From: Markus Armbruster Date: Tue, 5 Jun 2012 16:49:23 +0200 Message-Id: <1338907765-22078-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com 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(-) -- 1.7.6.5