]> Git Repo - qemu.git/blobdiff - hmp-commands.hx
usb-ehci: Rip the queues when the async or period schedule is halted
[qemu.git] / hmp-commands.hx
index 573b8233473c99b35ad8d6460626f467c0311d0c..ed88877230fcd363e4b8cb243cc14171c9c69ee8 100644 (file)
@@ -349,6 +349,20 @@ STEXI
 @item c or cont
 @findex cont
 Resume emulation.
+ETEXI
+
+    {
+        .name       = "system_wakeup",
+        .args_type  = "",
+        .params     = "",
+        .help       = "wakeup guest from suspend",
+        .mhandler.cmd = hmp_system_wakeup,
+    },
+
+STEXI
+@item system_wakeup
+@findex system_wakeup
+Wakeup guest from suspend.
 ETEXI
 
     {
@@ -1341,7 +1355,7 @@ show i8259 (PIC) state
 @item info pci
 show emulated PCI device info
 @item info tlb
-show virtual to physical memory mappings (i386, SH4, SPARC, and PPC only)
+show virtual to physical memory mappings (i386, SH4, SPARC, PPC, and Xtensa only)
 @item info mem
 show the active virtual memory mappings (i386 only)
 @item info jit
This page took 0.024976 seconds and 4 git commands to generate.