• P
    qemu: process: Copy final vcpu order information into the vcpu definition · 20ef1232
    Peter Krempa 提交于
    The vcpu order information is extracted only for hotpluggable entities,
    while vcpu definitions belonging to the same hotpluggable entity need
    to all share the order information.
    
    We also can't overwrite it right away in the vcpu info detection code as
    the order is necessary to add the hotpluggable vcpus enabled on boot in
    the correct order.
    
    The helper will store the order information in places where we are
    certain that it's necessary.
    20ef1232
qemu_domain.h 27.4 KB