jd wrote:
> Hi
>
>    I do not see (halted) when I "stop" (pause) the vm. Tried on both KVM-70 
> and kvm-73.
>   
>   Is there a particular version it was introduced in?
>
> Thanks
> /Jd
>
> (qemu) info cpus
> info cpus
> * CPU #0: pc=0x00000000c00faaca thread_id=18641
> (qemu) stop
> stop
> (qemu) info cpus
> info cpus
> * CPU #0: pc=0x00000000c00faaca thread_id=18641
> (qemu) cont
> cont
> (qemu) info cpus
> info cpus
> * CPU #0: pc=0x00000000c04224f4 thread_id=18641
> (qemu) 
>
>   

"halted" actually means the vcpu is idle (executing a hlt instruction),
not that the vm is halted.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to