qemustatusxml2xml: Remove obsolete 'json' attribute

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>
This commit is contained in:
Peter Krempa 2020-10-09 16:33:31 +02:00
parent 696aa32e14
commit 21e67c667e
3 changed files with 3 additions and 3 deletions

View 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'/>

View 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>

View 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>