From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: cpu hotplug Date: Sun, 19 Sep 2010 13:13:58 +0200 Message-ID: <20100919111358.GP3008@redhat.com> References: <1284759576.9521.137.camel@frechmops.schnuffi.conrad.localdomain> <20100918143259.GA30158@morn.localdomain> <1284834474.9521.161.camel@frechmops.schnuffi.conrad.localdomain> <20100919063812.GN3008@redhat.com> <1284892897.9521.179.camel@frechmops.schnuffi.conrad.localdomain> <20100919104646.GO3008@redhat.com> <1284894579.9521.185.camel@frechmops.schnuffi.conrad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Conrad Wood Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52143 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752357Ab0ISLOD (ORCPT ); Sun, 19 Sep 2010 07:14:03 -0400 Content-Disposition: inline In-Reply-To: <1284894579.9521.185.camel@frechmops.schnuffi.conrad.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Sep 19, 2010 at 01:09:39PM +0200, Conrad Wood wrote: > On Sun, 2010-09-19 at 12:46 +0200, Gleb Natapov wrote: > [...] > > > But... why does the command "info cpus" in the monitor report all cpus > > > apart from CPU0 as (halted) ? > > > > > Because they are halted? Run multiple cpu hogs in the guest and see if > > cpus will still be halted as reported by monitor. Also kvm-72 is so > > ancient that I am not sure it reports cpu state correctly in monitor at > > all. > > > > -- > fair enough, upgraded to 0.12.5, same results. > > tried a cpu-hog (small loop forking 5 times and each fork doing some > integer arithmetics for a while) - no change in info cpus > > thank you, but I still don't get it ;-) > At what rip are they halted? Try to run without kvm and see if the result is the same. Can you provide output of "info cpus" here? Are you using qemu-kvm or qemu BTW? -- Gleb.