From cd65dcf57603e5e5e5cfe03e06b47013b5bbfa44 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 5 Apr 2018 10:27:20 +0100 Subject: [PATCH] todo: Remove section about using qmp-schema, since we are now using it. --- TODO | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/TODO b/TODO index fc20b2a87..2e37ce67c 100644 --- a/TODO +++ b/TODO @@ -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 \ No newline at end of file