From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: KVM Management : Paused stauts Date: Sat, 04 Oct 2008 15:46:04 +0300 Message-ID: <48E7658C.4010407@redhat.com> References: <391242.10868.qm@web35801.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , KVM List To: jdsw2002@yahoo.com Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47053 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753530AbYJDMqL (ORCPT ); Sat, 4 Oct 2008 08:46:11 -0400 In-Reply-To: <391242.10868.qm@web35801.mail.mud.yahoo.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.