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;
|
||||
|
||||
int qemu_register_machine(QEMUMachine *m);
|
||||
QEMUMachine *find_default_machine(void);
|
||||
|
||||
extern QEMUMachine *current_machine;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user