mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
e4def80b36
commit
d1a0739de5
8 changed files with 42 additions and 38 deletions
|
@ -15,6 +15,7 @@
|
|||
#include "qemu-error.h"
|
||||
#include "trace.h"
|
||||
#include "blockdev.h"
|
||||
#include "block_int.h"
|
||||
#include "virtio-blk.h"
|
||||
#ifdef __linux__
|
||||
# include <scsi/sg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue