• J
    qemu: Return in from qemuDomainRemove*Device · 5bf67032
    Jiri Denemark 提交于
    Some of the APIs already return int since they can produce errors that
    need to be propagated. For consistency reasons, this patch changes the
    rest of the APIs to also return int even though they do not fail or
    report any errors.
    5bf67032
qemu_hotplug.c 124.8 KB