From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antonios Motakis Subject: Re: [Android-virt] [PATCH v5 11/13] ARM: KVM: Support SMP hosts Date: Mon, 19 Dec 2011 16:30:48 +0100 Message-ID: <4EEF58A8.30004@virtualopensystems.com> References: <20111211102403.21693.6887.stgit@localhost> <20111211102529.21693.62306.stgit@localhost> <4EEED68D.5040307@virtualopensystems.com> <4EEF55EF.9050309@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Christoffer Dall , android-virt@lists.cs.columbia.edu, "tech@virtualopensystems.com" , "avi@redhat.com" , "kvm@vger.kernel.org" To: Marc Zyngier Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:53790 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752936Ab1LSPbH (ORCPT ); Mon, 19 Dec 2011 10:31:07 -0500 Received: by eaaj10 with SMTP id j10so4858192eaa.19 for ; Mon, 19 Dec 2011 07:30:51 -0800 (PST) In-Reply-To: <4EEF55EF.9050309@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 12/19/2011 04:19 PM, Marc Zyngier wrote: > On 19/12/11 14:57, Christoffer Dall wrote: >> >> >> You should simply start booting a UP guest on an SMP host, see where >> it crashes and start tracking it down. > For the time being, I've yet to see UP guest crashing on SMP host. On > the model, that is... > > Last time I tried to run a guest in a 2 core model, it hanged and crashed after a while. Anyway, I will investigate. So I gather critical sections have been dealt with and it's just a matter of ironing bugs right now?