From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swe3Q-0000MC-TR for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:53:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Swe3O-0004Sc-EN for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:53:56 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:62725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swe3O-0004SW-AN for qemu-devel@nongnu.org; Wed, 01 Aug 2012 14:53:54 -0400 Received: by yhpp34 with SMTP id p34so7410328yhp.4 for ; Wed, 01 Aug 2012 11:53:53 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1343846728-8611-1-git-send-email-ehabkost@redhat.com> References: <1343846728-8611-1-git-send-email-ehabkost@redhat.com> Date: Wed, 01 Aug 2012 13:53:51 -0500 Message-ID: <87lihy5tq8.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Igor Mammedov , Andreas =?utf-8?Q?F=C3=A4rber?= Eduardo Habkost writes: > This makes the change we discussed on the latest KVM conf call[1], moving the > existing cpudefs from cpus-x86_64.conf to the C code. > > The config file data was converted to C using a script, available at: > https://gist.github.com/3229602 > > Except by the extra square brackets around the CPU model names (indicating they > are built-in models), the output of "-cpu ?dump" is exactly the same before and > after applying this series. > > [1] http://article.gmane.org/gmane.comp.emulators.kvm.devel/95328 Whole series: Reviewed-by: Anthony Liguori I'll wait a little bit for others to look and then apply. Regards, Anthony Liguori > > Eduardo Habkost (3): > i386: add missing CPUID_* constants > move CPU models from cpus-x86_64.conf to C > eliminate cpus-x86_64.conf file > > Makefile | 1 - > arch_init.c | 1 - > sysconfigs/target/cpus-x86_64.conf | 128 ---------------------- > target-i386/cpu.c | 219 +++++++++++++++++++++++++++++++++++++ > target-i386/cpu.h | 22 ++++ > 5 files changed, 241 insertions(+), 130 deletions(-) > delete mode 100644 sysconfigs/target/cpus-x86_64.conf > > -- > 1.7.11.2