other: 0.229 device: 0.140 semantic: 0.103 boot: 0.090 PID: 0.084 files: 0.056 graphic: 0.051 vnc: 0.045 debug: 0.039 permissions: 0.037 performance: 0.036 network: 0.032 socket: 0.031 KVM: 0.027 boot: 0.574 KVM: 0.092 debug: 0.083 files: 0.064 other: 0.041 semantic: 0.040 device: 0.039 PID: 0.014 performance: 0.011 network: 0.010 socket: 0.010 graphic: 0.010 vnc: 0.007 permissions: 0.006 alphabetical order of monitor options Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'. It had me overlook the 'cont' option at glance. Which is just a little impractical. ... boot_set bootdevice -- define new values for the boot device list change device filename [format [read-only-mode]] -- change a removable medium, optional format chardev-add args -- add chardev chardev-remove id -- remove chardev client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display closefd closefd name -- close a file descriptor previously passed via SCM rights commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files cpu index -- set the default CPU cpu-add id -- add cpu c|cont -- resume emulation delvm tag|id -- delete a VM snapshot from its tag or id ... I tested this list with 'sort' just to make sure and make a point: $ cat Desktop/order-orig.txt boot_set change chardev-add chardev-remove client_migrate_info closefd commit cpu cpu-add c|cont delvm $ cat Desktop/order-orig.txt | sort boot_set c|cont change chardev-add chardev-remove client_migrate_info closefd commit cpu cpu-add delvm $ Should be fixed by this patch: https://