Files
virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-watchdog.xml
Cole Robinson 0b4a72fd77 virt-convert: Reimplement it
We totally break CLI compat here, but the previous tool wasn't sustainable.
Instead, repurpose the tool as strictly converting external formats
like ovf/vmx to native libvirt XML, and launch the guest.

So we drop vmx/virt-image output, and virt-image input, and a slew of
command line options. I don't think anyone was depending on this in a
scripted fashion, so in practice I don't think anyone will care.

Add much more comprehensive unit tests while we are at it.
2014-02-07 21:16:09 -05:00

11 lines
441 B
XML

<usbdev class="0x08" vendor="0x15E1" product="0x2007" version="1.10" allow="yes"/>
<usbdev allow="no"/>
</redirfilter>
- <watchdog model="ib700" action="poweroff"/>
+ <watchdog model="ib700" action="reset"/>
<memballoon model="virtio"/>
<rng model="virtio">
<rate bytes="1234" period="2000"/>
Domain 'test-many-devices' defined successfully.
Changes will take effect after the next domain shutdown.