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

« back to all changes in this revision

Viewing changes to hmp-commands-info.hx

  • 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:
249
249
 
250
250
    {
251
251
        .name       = "mtree",
252
 
        .args_type  = "",
253
 
        .params     = "",
254
 
        .help       = "show memory tree",
 
252
        .args_type  = "flatview:-f",
 
253
        .params     = "[-f]",
 
254
        .help       = "show memory tree (-f: dump flat view for address spaces)",
255
255
        .cmd        = hmp_info_mtree,
256
256
    },
257
257
 
802
802
ETEXI
803
803
 
804
804
STEXI
 
805
@item info vm-generation-id
 
806
@findex vm-generation-id
 
807
Show Virtual Machine Generation ID
 
808
ETEXI
 
809
 
 
810
    {
 
811
        .name       = "vm-generation-id",
 
812
        .args_type  = "",
 
813
        .params     = "",
 
814
        .help       = "Show Virtual Machine Generation ID",
 
815
        .cmd = hmp_info_vm_generation_id,
 
816
    },
 
817
 
 
818
STEXI
805
819
@end table
806
820
ETEXI
807
821