mirror of https://github.com/xemu-project/xemu.git
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