mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Merge remote branch 'qmp/for-anthony' into staging
This commit is contained in:
commit
48f57044e6
12 changed files with 1527 additions and 1192 deletions
|
@ -14,10 +14,10 @@ extern Monitor *default_mon;
|
|||
#define MONITOR_IS_DEFAULT 0x01
|
||||
#define MONITOR_USE_READLINE 0x02
|
||||
#define MONITOR_USE_CONTROL 0x04
|
||||
#define MONITOR_USE_PRETTY 0x08
|
||||
|
||||
/* flags for monitor commands */
|
||||
#define MONITOR_CMD_ASYNC 0x0001
|
||||
#define MONITOR_CMD_USER_ONLY 0x0002
|
||||
|
||||
/* QMP events */
|
||||
typedef enum MonitorEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue