todo: Remove section about using qmp-schema, since we are now using it.

This commit is contained in:
Richard W.M. Jones
2018-04-05 10:27:20 +01:00
parent e79286f717
commit cd65dcf576

10
TODO
View File

@@ -570,13 +570,3 @@ Subsecond handling in virt-diff, virt-ls
Handle nanoseconds properly. You should be able to specify them on
the command line and display them.
Use QMP to query qemu features
------------------------------
The following command will dump out the QMP schema. With a lot of
work, this can be used to more accurately parse out various qemu
features that currently we get by looking at the -help text.
echo -e '{ "execute": "qmp_capabilities" }\n\n{ "execute": "query-qmp-schema" }\n\n{ "execute": "quit" }' | \
qemu-system-x86_64 -display none -M none -S -qmp-pretty stdio