Re: [Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use

2012-06-06 Thread Kevin Wolf
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 pbonz...@redhat.com

Thanks, applied to the block branch.

Kevin



[Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use

2012-06-05 Thread Markus Armbruster
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




Re: [Qemu-devel] [PATCH 0/2] scsi: Clean up BlockDriverState use

2012-06-05 Thread 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 pbonz...@redhat.com

Paolo