]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildWatchdogCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:36:23 +0000 (19:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 15 Mar 2016 11:10:22 +0000 (07:10 -0400)
commit4666b762b9ec45055adc8821f299112589af5acb
tree0ffec93279ac1105acf6661568948e58cbd634f1
parent1a91ddb496a5f83f0afa8e29d8ebd369ee00cb1b
qemu: Introduce qemuBuildWatchdogCommandLine

Add new function to manage adding the watchdog device options to the
command line removing that task from the mainline qemuBuildCommandLine.

Also since qemuBuildWatchdogDevStr was only local here, make it static as
well as modifying the const virDomainDef.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h