]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildSgaCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 22:19:00 +0000 (17:19 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commit8204234040574fe1976004d974b72c7e3bc22544
tree7de0af11b5844280827ff74775fdfd1f3efda427
parent6c56a71c9f592cc9f20c02def9f95152fda537f2
qemu: Introduce qemuBuildSgaCommandLine

Add new function to manage adding the '-device sga' to the command
line removing that task from the mainline qemuBuildCommandLine

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