other: 0.112 semantic: 0.101 graphic: 0.088 debug: 0.088 PID: 0.087 permissions: 0.085 boot: 0.065 device: 0.064 vnc: 0.059 performance: 0.056 KVM: 0.050 network: 0.050 files: 0.049 socket: 0.047 KVM: 0.703 debug: 0.070 files: 0.060 other: 0.034 semantic: 0.027 PID: 0.016 socket: 0.013 boot: 0.013 device: 0.012 network: 0.011 performance: 0.011 permissions: 0.011 graphic: 0.011 vnc: 0.006 Help content missing for newly added machine properties Help content missing for newly added machine properties, it would be needed by libvirt and other management layers to query to add support, Thanks. max-cpu-compat,vsmt,modern-hotplug-events,resize-hpt Steps: 1. Compile qemu @below commit 2. ./ppc64-softmmu/qemu-system-ppc64 -h .... -machine [type=]name[,prop[=value][,...]] selects emulated machine ('-machine help' for list) property accel=accel1[:accel2[:...]] selects accelerator supported accelerators are kvm, xen, hax or tcg (default: tcg) kernel_irqchip=on|off|split controls accelerated irqchip support (default=off) vmport=on|off|auto controls emulation of vmport (default: auto) kvm_shadow_mem=size of KVM shadow MMU in bytes dump-guest-core=on|off include guest memory in a core dump (default=on) mem-merge=on|off controls memory merge support (default: on) igd-passthru=on|off controls IGD GFX passthrough support (default=off) aes-key-wrap=on|off controls support for AES key wrapping (default=on) dea-key-wrap=on|off controls support for DEA key wrapping (default=on) suppress-vmdesc=on|off disables self-describing migration (default=off) nvdimm=on|off controls NVDIMM support (default=off) enforce-config-section=on|off enforce configuration section migration (default=off) s390-squash-mcss=on|off controls support for squashing into default css (default=off) .... ===> Not showing help of mentioned properties. Verified at todays below commit #git show commit d8f932cc696250cb740240d668b39df5fbb2d5a0 Merge: 67caeea 4504273 Author: Peter Maydell