mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemu: Move struct qemuDomainDiskInfo to qemu_domain.h
(cherry picked from commit 5f963d89b1
)
This commit is contained in:
parent
f6721a3d9a
commit
ddc05f5c41
@ -287,13 +287,6 @@ virCapsPtr virQEMUDriverCreateCapabilities(virQEMUDriverPtr driver);
|
||||
virCapsPtr virQEMUDriverGetCapabilities(virQEMUDriverPtr driver,
|
||||
bool refresh);
|
||||
|
||||
struct qemuDomainDiskInfo {
|
||||
bool removable;
|
||||
bool locked;
|
||||
bool tray_open;
|
||||
int io_status;
|
||||
};
|
||||
|
||||
typedef struct _qemuSharedDeviceEntry qemuSharedDeviceEntry;
|
||||
typedef qemuSharedDeviceEntry *qemuSharedDeviceEntryPtr;
|
||||
|
||||
|
@ -238,6 +238,13 @@ struct _qemuDomainDiskPrivate {
|
||||
bool migrating; /* the disk is being migrated */
|
||||
};
|
||||
|
||||
struct qemuDomainDiskInfo {
|
||||
bool removable;
|
||||
bool locked;
|
||||
bool tray_open;
|
||||
int io_status;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
QEMU_PROCESS_EVENT_WATCHDOG = 0,
|
||||
QEMU_PROCESS_EVENT_GUESTPANIC,
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "testutils.h"
|
||||
#include "testutilsqemu.h"
|
||||
#include "qemumonitortestutils.h"
|
||||
#include "qemu/qemu_conf.h"
|
||||
#include "qemu/qemu_domain.h"
|
||||
#include "qemu/qemu_monitor_json.h"
|
||||
#include "virthread.h"
|
||||
#include "virerror.h"
|
||||
|
Loading…
Reference in New Issue
Block a user