]> xenbits.xensource.com Git - libvirt.git/commit
Split qemuDomainAttachDeviceFlags in two
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 16 Jul 2016 00:42:48 +0000 (02:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 25 Jul 2016 09:54:58 +0000 (11:54 +0200)
commit166eabdbb98d609967a0da243069219303a5adbf
treec76aa7e11d7679021c26e87e99962ca7be1030ab
parent346d2be202bf179b0df54c17e6c3cfd792bccea9
Split qemuDomainAttachDeviceFlags in two

Previously, qemuDomainAttachDeviceFlags was doing two things:
handling the job and attaching devices. Now the second part is
in a new function.

This change is required to make it possible to test more complex
device attachment situations, like attaching a device to both
config and live at once.
src/qemu/qemu_driver.c