]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert watchdog to -device
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Dec 2009 18:06:23 +0000 (18:06 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jan 2010 13:55:56 +0000 (13:55 +0000)
commit38a22fbfaa20a8d86a6d2ced5c5e8d168ee18e3e
tree33ee57df6d948bdae1582e5d7c27834124738361
parent7b2f8cdd7cfb2d18a66cd19be3198eefea3e11e8
Convert watchdog to -device

The current syntax for watchdogs is

    -watchdog i6300esb

The new syntax will now be

    -device i6300esb,id=watchdogNN,addr=<PCI-SLOT>
src/qemu/qemu_conf.c
tests/qemuxml2argvdata/qemuxml2argv-watchdog-device.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-watchdog-device.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c