From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T79xe-0002vP-1v for qemu-devel@nongnu.org; Thu, 30 Aug 2012 14:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T79xc-0000WD-8K for qemu-devel@nongnu.org; Thu, 30 Aug 2012 14:59:25 -0400 Received: from mail.profihost.ag ([85.158.179.208]:47487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T79xb-0000W9-UM for qemu-devel@nongnu.org; Thu, 30 Aug 2012 14:59:24 -0400 Message-ID: <503FB80A.3090604@profihost.ag> Date: Thu, 30 Aug 2012 20:59:22 +0200 From: Stefan Priebe MIME-Version: 1.0 References: <503F2D0D.8010606@profihost.ag> <503F89C0.3000405@suse.de> <3ABCDF63-4686-483B-AC17-6A09BFD9C773@profihost.ag> <503F9827.5080608@suse.de> <503FA182.3090601@profihost.ag> <20120830204016.7fffb997@thinkpad.mammed.net> <503FB4B6.3080107@profihost.ag> <20120830205649.79778ec1@thinkpad.mammed.net> In-Reply-To: <20120830205649.79778ec1@thinkpad.mammed.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] CPU hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Bo Yang , qemu-devel , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Bruce Rogers Am 30.08.2012 20:56, schrieb Igor Mammedov: > On Thu, 30 Aug 2012 20:45:10 +0200 > Stefan Priebe wrote: > >> Am 30.08.2012 20:40, schrieb Igor Mammedov: >>>>>> Am 30.08.2012 um 17:41 schrieb Andreas Färber : >>>>>> >>>>>>> Am 30.08.2012 11:06, schrieb Stefan Priebe: >>>>>>>> I tried latest 1.2rc1 kvm-qemu with vanilla kernel v3.5.2 but the VM >>>>>>>> just crashes when sending cpu_set X online through qm monitor. >>>>>>> >>>>>>> For SLES we're carrying a patch by Kamalesh Babulal that prevents this >>>>>>> (BNC#747339). >>>>>> >>>>>> But this just disables CPU [hotplug] and does Not fix it? >>>>> >>>>> It fixes the crash. Hotplug needs to be implemented first, and this has >>>>> been taking several months already (for x86, to be specific). >>>> >>>> Mhm RHEL 6.3 claims to support this? >>> it's not officially supported, it's just tech-preview. That allows to play with >>> hotplug and uncover possible guest issues early. >> >> Yes, but does this mean that is doesn't work at RHEL too? i wasn't able >> to get it working any guest or host at all. > It works with RHEL 6.3 host/guest combo. Extra testing is greatly appreciated. mhm OK. I'm using Debian Squeeze with qemu-kvm 1.2rc1 and vanilla kernel 3.5.2 as guest AND host. This just results in the known crash. Stefan