]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
block: Move BlockConf & friends from block_int.h to block.h
authorMarkus Armbruster <armbru@redhat.com>
Tue, 6 Sep 2011 16:58:54 +0000 (18:58 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 12 Sep 2011 13:17:21 +0000 (15:17 +0200)
commitd1a0739de59501809ad5382030a0d0eba98b69b0
tree64881cbcde20aaa04ea3b548a6c38380fbe3b890
parente4def80b36231e161b91fa984cd0d73b45668f00
block: Move BlockConf & friends from block_int.h to block.h

It's convenience stuff for block device models, so block.h isn't the
ideal home either, but better than block_int.h.

Permits moving some #include "block_int.h" from device model .h into
.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.h
block_int.h
hw/ide/core.c
hw/ide/internal.h
hw/scsi-disk.c
hw/scsi.h
hw/virtio-blk.c
hw/virtio.h