From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm3DT-0004qf-4Q for qemu-devel@nongnu.org; Tue, 13 Oct 2015 13:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm3DQ-000342-Dh for qemu-devel@nongnu.org; Tue, 13 Oct 2015 13:18:23 -0400 Received: from mail-vk0-f49.google.com ([209.85.213.49]:35294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm3DQ-00033b-9o for qemu-devel@nongnu.org; Tue, 13 Oct 2015 13:18:20 -0400 Received: by vkha6 with SMTP id a6so14458969vkh.2 for ; Tue, 13 Oct 2015 10:18:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1444649809-25764-1-git-send-email-ryo_on@yk.rim.or.jp> References: <1444649809-25764-1-git-send-email-ryo_on@yk.rim.or.jp> From: Peter Maydell Date: Tue, 13 Oct 2015 18:17:57 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-arm: Provide model numbers for Sharp PDAs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryo ONODERA Cc: QEMU Developers On 12 October 2015 at 12:36, Ryo ONODERA wrote: > qemu-system-arm -M ? provides code names for Sharp Zaurus PDAs. > The code names are difficult to identify what model is emulated. > Please add model numbers to the output of qemu-system-arm -M ?. > > Ryo ONODERA (1): > target-arm: Provide model numbers for Sharp PDAs > > hw/arm/collie.c | 2 +- > hw/arm/spitz.c | 8 ++++---- > hw/arm/tosa.c | 2 +- > 3 files changed, 6 insertions(+), 6 deletions(-) Thanks for this patch; I have applied it to my target-arm.next branch. -- PMM