mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-09 17:17:20 +00:00
vl: make find_default_machine externally visible
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
de8efe8f6c
commit
2c8cffa599
@ -32,6 +32,7 @@ typedef struct QEMUMachine {
|
|||||||
} QEMUMachine;
|
} QEMUMachine;
|
||||||
|
|
||||||
int qemu_register_machine(QEMUMachine *m);
|
int qemu_register_machine(QEMUMachine *m);
|
||||||
|
QEMUMachine *find_default_machine(void);
|
||||||
|
|
||||||
extern QEMUMachine *current_machine;
|
extern QEMUMachine *current_machine;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user