~dannf/qemu-linaro/qemu-highbank-ppa

« back to all changes in this revision

Viewing changes to hmp.c

  • Committer: Steve Langasek
  • Date: 2012-03-15 21:13:19 UTC
  • mfrom: (0.1.15)
  • Revision ID: steve.langasek@canonical.com-20120315211319-f1j3ot1ihx30b2s9
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
632
632
    }
633
633
}
634
634
 
 
635
void hmp_system_wakeup(Monitor *mon, const QDict *qdict)
 
636
{
 
637
    qmp_system_wakeup(NULL);
 
638
}
 
639
 
635
640
void hmp_inject_nmi(Monitor *mon, const QDict *qdict)
636
641
{
637
642
    Error *errp = NULL;