]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Separate guest CPU validation from command line creation
authorJiri Denemark <jdenemar@redhat.com>
Thu, 4 Aug 2016 06:25:55 +0000 (08:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 22 Sep 2016 13:40:08 +0000 (15:40 +0200)
commite9634933eab0a8873378c4e9a938b8dce70b0264
tree9d64d6e837990fa904449557d2fcb814f20cefba
parentbfc5a5e6ff14eacb1f2f3e1b8dc93fac31c4f355
qemu: Separate guest CPU validation from command line creation

qemu_command.c should deal with translating our domain definition into a
QEMU command line and nothing else.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_process.c
tests/qemuxml2argvtest.c