mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Add -name option, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2505 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
dcfb90144b
commit
c35734b2a6
6 changed files with 42 additions and 10 deletions
1
vl.h
1
vl.h
|
@ -114,6 +114,7 @@ void hw_error(const char *fmt, ...);
|
|||
extern const char *bios_dir;
|
||||
|
||||
extern int vm_running;
|
||||
extern const char *qemu_name;
|
||||
|
||||
typedef struct vm_change_state_entry VMChangeStateEntry;
|
||||
typedef void VMChangeStateHandler(void *opaque, int running);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue