On Mon, Mar 04, 2013 at 03:12:45PM +0100, Paolo Bonzini wrote: > The latter makes sense since it's not a fast path, but the only > transition that is acceptable to KVM_MP_STATE_HALTED is from > KVM_MP_STATE_RUNNABLE: > > from \ to RUNNABLE UNINIT INIT HALTED SIPI > RUNNABLE n/a yes yes yes NO > UNINIT NO n/a yes NO NO > INIT NO yes n/a NO yes > HALTED yes yes yes n/a NO > SIPI yes yes yes NO n/a > About UNINIT column. It should be NO for all of them. vcpu enters UNINIT state only after creation and never returns to it. -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html