mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
13839974d1
commit
904ebffee5
2 changed files with 6 additions and 6 deletions
|
@ -274,12 +274,6 @@ typedef struct VirtIODevice VirtIODevice;
|
|||
|
||||
typedef uint64_t pcibus_t;
|
||||
|
||||
typedef enum {
|
||||
IF_NONE,
|
||||
IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
|
||||
IF_COUNT
|
||||
} BlockInterfaceType;
|
||||
|
||||
void cpu_exec_init_all(unsigned long tb_size);
|
||||
|
||||
/* CPU save/load. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue