On Fri, Jun 01, 2018 at 10:20:00 +0200, Peter Krempa wrote:
This is supposed to be squashed in into the previous patch.
The files were regenerated by instrumenting the qemucapabilitiestest
with the LD_PRELOAD hack used to gather the data in qemucapsprobe. See
next patch
---
[...]
diff --git a/tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
b/tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
index 8da1b149d0..cbc5f5570e 100644
--- a/tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
+++ b/tests/qemucapabilitiesdata/caps_1.5.3.x86_64.replies
[...]
@@ -3100,12 +3383,22 @@
"id": "libvirt-42"
}
+{
+ "execute": "qmp_capabilities",
+ "id": "libvirt-43"
+}
+
{
"return": {
},
"id": "libvirt-1"
}
+{
+ "execute": "query-cpu-definitions",
+ "id": "libvirt-44"
+}
+
{
"return": [
{
Hmpf, looks like I forgot to use the new API introduced in patch 1 so
these are now numbered incorrectly.