]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Remove remnants of xenner support
authorCole Robinson <crobinso@redhat.com>
Sun, 27 Aug 2017 13:29:50 +0000 (09:29 -0400)
committerCole Robinson <crobinso@redhat.com>
Sun, 27 Aug 2017 13:38:05 +0000 (09:38 -0400)
commit1f17ce215f8db809a2e5b77ef27412b7352e1451
tree59a9eae6e418923e60a749156a246f9ce804593c
parentb7e779c1a51793ee63a52889440361d8ba019781
qemu: Remove remnants of xenner support

Both of these are dead code: qemu_command.c explicitly rejects
VIRT_XEN earlier in the call chain, and qemu_parse_command.c
will never set VIRT_XEN anymore

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_parse_command.c