提交 2c8cffa5 编写于 作者: J Jordan Justen 提交者: Anthony Liguori

vl: make find_default_machine externally visible

Signed-off-by: NJordan Justen <jordan.l.justen@intel.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 de8efe8f
......@@ -32,6 +32,7 @@ typedef struct QEMUMachine {
} QEMUMachine;
int qemu_register_machine(QEMUMachine *m);
QEMUMachine *find_default_machine(void);
extern QEMUMachine *current_machine;
......
......@@ -1187,7 +1187,7 @@ static QEMUMachine *find_machine(const char *name)
return NULL;
}
static QEMUMachine *find_default_machine(void)
QEMUMachine *find_default_machine(void)
{
QEMUMachine *m;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册