~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to include/monitor/monitor.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
bool monitor_cur_is_qmp(void);
18
18
 
19
 
void monitor_init(CharDriverState *chr, int flags);
 
19
void monitor_init_qmp_commands(void);
 
20
void monitor_init(Chardev *chr, int flags);
20
21
void monitor_cleanup(void);
21
22
 
22
23
int monitor_suspend(Monitor *mon);