]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildClockCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 11:42:45 +0000 (06:42 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 11 Mar 2016 11:17:05 +0000 (06:17 -0500)
commit05e9790802b38a714dc640d1e6536a3ac7de454c
treed8fc77a9a7864653cc16a3d7cfdd8bd5d2fad87c
parent1e34a8f91962a9a85ee6fc1478754736a5c36ff9
qemu: Introduce qemuBuildClockCommandLine

Add new function to manage adding the '-clock' options to the command
line removing that task from the mainline qemuBuildCommandLine.

Also includes some minor formatting cleanups.

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