From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXByB-0000Aq-DU for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:55:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXBy6-0003ts-La for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:55:51 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:58108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXBy6-0003th-Ds for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:55:46 -0400 Received: by mail-lb0-f181.google.com with SMTP id 13so593155lba.40 for ; Tue, 30 Apr 2013 07:55:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1367333317-31468-1-git-send-email-imammedo@redhat.com> References: <20130430143043.GE28606@otherpad.lan.raisama.net> <1367333317-31468-1-git-send-email-imammedo@redhat.com> From: Peter Maydell Date: Tue, 30 Apr 2013 15:55:24 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-arm: cpu: set default cpu_model via QEMUMachine.cpu_model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, ehabkost@redhat.com, afaerber@suse.de On 30 April 2013 15:48, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > compile tested only ... > > --- > hw/arm/realview.c | 16 ++++------------ > hw/arm/versatilepb.c | 5 ++--- Anything that's only touching these two boards is clearly not considering the whole situation -- more boards than just these two have a board specific default CPU. thanks -- PMM