• J
    qemu: Add support to Add/Delete IOThreads · a27ed6e7
    John Ferlan 提交于
    Add qemuDomainAddIOThread and qemuDomainDelIOThread in order to add or
    remove an IOThread to/from the host either for live or config optoins
    
    The implementation for the 'live' option will use the iothreadpids list
    in order to make decision, while the 'config' option will use the
    iothreadids list.  Additionally, for deletion each may have to adjust
    the iothreadpin list.
    
    IOThreads are implemented by qmp objects, the code makes use of the existing
    qemuMonitorAddObject or qemuMonitorDelObject APIs.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    a27ed6e7
qemu_driver.c 657.3 KB