]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu-attach: Assign device aliases
authorJohn Ferlan <jferlan@redhat.com>
Wed, 8 Oct 2014 22:52:26 +0000 (18:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 29 Oct 2014 01:12:08 +0000 (21:12 -0400)
commite3a52afcfcc3478b553dca38140394fd93f90a2c
tree294b9e05b9de3f1fa18222b07d1ff391f8cb8955
parent96af61ddc1d1297200a497eb73628f0c3b0e3ad3
qemu-attach: Assign device aliases

https://bugzilla.redhat.com/show_bug.cgi?id=1141621

As part of attach processing, assign the device aliases by calling
qemuAssignDeviceAliases during qemuDomainQemuAttach once all the devices
are found after the qemuParseCommandLinePid processing.

This will alleviate a symptom that caused a libvirtd crash during an
attempted device detach.
src/qemu/qemu_driver.c