]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Split qemuDomainDetachDeviceFlags in two
authorTomasz Flendrich <t.flendrich@gmail.com>
Sat, 16 Jul 2016 00:42:50 +0000 (02:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 25 Jul 2016 09:55:18 +0000 (11:55 +0200)
commit18ba452f27e38412496f8ff3fe5adbc9de93176c
treecbcdb39d33291b2c39c6f6f8216e211fd07f0a41
parent8bad904865c9e02878262efe5ce9da77a3c35c4b
Split qemuDomainDetachDeviceFlags in two

Previously, qemuDomainDetachDeviceFlags was doing two things:
handling the job and detaching devices. Now the second part is
in a new function.
src/qemu/qemu_driver.c