]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxml2argvdata: Fix missing device in crypto-builtin XML
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Jan 2023 15:57:20 +0000 (16:57 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Jan 2023 16:00:04 +0000 (17:00 +0100)
Another forgotten fix after a post-review rebase.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tests/qemuxml2argvdata/crypto-builtin.xml

index 51049888f605012cfa81633b0b87a35c4fd6e110..e35d5ff1afa35673d1cfe4bb44d3850c367c43d9 100644 (file)
@@ -40,6 +40,7 @@
     <input type='mouse' bus='ps2'/>
     <input type='keyboard' bus='ps2'/>
     <audio id='1' type='none'/>
+    <watchdog model='itco' action='reset'/>
     <memballoon model='virtio'>
       <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
     </memballoon>