]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: fix migration/managedsave with usb keyboard
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:42:38 +0000 (15:42 +0200)
commit3d3d1dfa3125a71e7944c725e554fbfcfaac9c5f
tree5e0ce9bb6a3ed8ff68e39be6449d818da776e9b0
parent351ee406438e045c224e590c85b0496613a62d55
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