• P
    qemu: hotplug: Add support for VCPU unplug · e3229f6e
    Peter Krempa 提交于
    This patch removes the old vcpu unplug code completely and replaces it
    with the new code using device_del. The old hotplug code basically never
    worked with any recent qemu and thus is useless.
    
    As the new code is using device_del all the implications of using it
    are present. Contrary to the device deletion code, the vcpu deletion
    code fails if the unplug request is not executed in time.
    e3229f6e
qemu_driver.c 642.5 KB