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>
Showing
- block.h 38 additions, 0 deletionsblock.h
- block_int.h 0 additions, 35 deletionsblock_int.h
- hw/ide/core.c 1 addition, 0 deletionshw/ide/core.c
- hw/ide/internal.h 0 additions, 1 deletionhw/ide/internal.h
- hw/scsi-disk.c 1 addition, 0 deletionshw/scsi-disk.c
- hw/scsi.h 0 additions, 1 deletionhw/scsi.h
- hw/virtio-blk.c 1 addition, 0 deletionshw/virtio-blk.c
- hw/virtio.h 1 addition, 1 deletionhw/virtio.h
Please register or sign in to comment