]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: fix migration/managedsave with usb keyboard 5/head
authorPavel Hrdina <phrdina@redhat.com>
Fri, 6 May 2016 11:55:15 +0000 (13:55 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 6 May 2016 13:48:38 +0000 (15:48 +0200)
commit0e2b834073837e6819bacfa4014465ce849613d1
treedfcaf09a2399c7f06c13da79b63c5a7a7d6049a4
parent5e57b02bacf634927c7c5e8593792249c21899f2
domain_conf: fix migration/managedsave with usb keyboard

Commin 36785c7e refactored the code for input devices but introduced a
bug where we removed all keyboard from migratable XML.  We have to
remove only implicit keyboards like PS2 or XEN.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c