]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemustatusxml2xml: Remove obsolete 'json' attribute
authorPeter Krempa <pkrempa@redhat.com>
Fri, 9 Oct 2020 14:33:31 +0000 (16:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Nov 2022 08:26:03 +0000 (09:26 +0100)
We no longer support HMP-only qemus. Remove the leftover attribute from
the test files.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemustatusxml2xmldata/migration-out-nbd-in.xml
tests/qemustatusxml2xmldata/migration-out-nbd-tls-in.xml
tests/qemustatusxml2xmldata/upgrade-in.xml

index 636accf054253b77dc8e05c3b5441886f8b061fc..95eca028e92cd5f3679af1c3cbb1f660833ce490 100644 (file)
@@ -1,6 +1,6 @@
 <domstatus state='running' reason='booted' pid='15433'>
   <taint flag='high-privileges'/>
-  <monitor path='/var/lib/libvirt/qemu/domain-4-upstream/monitor.sock' json='1' type='unix'/>
+  <monitor path='/var/lib/libvirt/qemu/domain-4-upstream/monitor.sock' type='unix'/>
   <vcpus>
     <vcpu id='0' pid='15449'/>
     <vcpu id='1' pid='15450'/>
index 2cd6c9a5e93cde170c404f0d687a3b53e373e52e..2e37184715fe28128e971af5fddfb4c18c262a6c 100644 (file)
@@ -1,6 +1,6 @@
 <domstatus state='running' reason='booted' pid='68472'>
   <taint flag='high-privileges'/>
-  <monitor path='/var/lib/libvirt/qemu/domain-3-upstream/monitor.sock' json='1' type='unix'/>
+  <monitor path='/var/lib/libvirt/qemu/domain-3-upstream/monitor.sock' type='unix'/>
   <namespaces>
     <mount/>
   </namespaces>
index 7fa56429f4212660da1e5e4d6f3b83b0187ec2c8..6e00bb5ddf8d977e240a8eaf618018ce66f03127 100644 (file)
@@ -1,5 +1,5 @@
 <domstatus state='running' reason='booted' pid='195139'>
-  <monitor path='/var/lib/libvirt/qemu/domain-1-upstream/monitor.sock' json='1' type='unix'/>
+  <monitor path='/var/lib/libvirt/qemu/domain-1-upstream/monitor.sock' type='unix'/>
   <namespaces>
     <mount/>
   </namespaces>