
26 Mar
2019
26 Mar
'19
7:37 a.m.
On Mon, Mar 25, 2019 at 13:24:24 -0400, Laine Stump wrote:
qemuDomainDetachDeviceControllerLive() just checks if the controller type is SCSI, and then either returns failure, or calls qemuDomainDetachControllerDevice().
Instead, lets just check for type != SCSI at the top of the latter function, and call it directly.
Signed-off-by: Laine Stump <laine@laine.org> ---
ACK