> "halted" actually means the vcpu is idle > (executing a hlt instruction), > not that the vm is halted.
Can u please elaborate a bit on this ? when does guest get in to executing 'hlt' Vs in to 'VM halt' My understanding is that when guest executes shutdown sequence, eventually it will execute hlt. When you give stop via the monitor/console, what happens ? (and on continue) thanks /Jd --- On Sat, 10/4/08, Avi Kivity <[EMAIL PROTECTED]> wrote: > From: Avi Kivity <[EMAIL PROTECTED]> > Subject: Re: KVM Management : Paused stauts > To: [EMAIL PROTECTED] > Cc: "Anthony Liguori" <[EMAIL PROTECTED]>, "KVM List" <[email protected]> > Date: Saturday, October 4, 2008, 5:46 AM > 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
