From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjKgY-0004Bn-5Z for qemu-devel@nongnu.org; Fri, 26 Sep 2008 17:17:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjKgW-0004Ba-Qi for qemu-devel@nongnu.org; Fri, 26 Sep 2008 17:17:09 -0400 Received: from [199.232.76.173] (port=56238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjKgW-0004BX-Kw for qemu-devel@nongnu.org; Fri, 26 Sep 2008 17:17:08 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]:32022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjKgW-0002X6-EQ for qemu-devel@nongnu.org; Fri, 26 Sep 2008 17:17:08 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1033342rvb.22 for ; Fri, 26 Sep 2008 14:17:05 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 23:17:05 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [5319] Add Atom (x86) cpu identification. In-Reply-To: <5E5EB5C3-E35D-4EF3-A39B-D8CA8F80523F@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5E5EB5C3-E35D-4EF3-A39B-D8CA8F80523F@suse.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org 2008/9/26 Alexander Graf : >> @@ -246,6 +246,27 @@ >> /* XXX: put another string ? */ >> .model_id = "QEMU Virtual CPU version " QEMU_VERSION, >> }, >> + { >> + .name = "atom", > > Wouldn't it be good to call it N270? Atom is a series of CPUs from Intel Yes, good point. I'll rename it to something containing model number. Cheers