qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Eduardo Habkost <ehabkost@redhat.com>, qemu-devel@nongnu.org
Cc: "Igor Mammedov" <imammedo@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C
Date: Wed, 01 Aug 2012 13:53:51 -0500	[thread overview]
Message-ID: <87lihy5tq8.fsf@codemonkey.ws> (raw)
In-Reply-To: <1343846728-8611-1-git-send-email-ehabkost@redhat.com>

Eduardo Habkost <ehabkost@redhat.com> 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 <aliguori@us.ibm.com>

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

  parent reply	other threads:[~2012-08-01 18:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-01 18:45 [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C Eduardo Habkost
2012-08-01 18:45 ` [Qemu-devel] [PATCH 1/3] i386: add missing CPUID_* constants Eduardo Habkost
2012-08-01 18:45 ` [Qemu-devel] [PATCH 2/3] move CPU models from cpus-x86_64.conf to C Eduardo Habkost
2012-08-01 18:45 ` [Qemu-devel] [PATCH 3/3] eliminate cpus-x86_64.conf file Eduardo Habkost
2012-08-01 19:37   ` Lluís Vilanova
2012-08-01 19:53     ` Eduardo Habkost
2012-08-02 10:11       ` Lluís Vilanova
2012-08-01 18:53 ` Anthony Liguori [this message]
2012-08-13 18:36   ` [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C Eduardo Habkost
2012-08-01 20:04 ` Andreas Färber
2012-08-01 20:27   ` Eduardo Habkost
2012-08-01 20:41     ` Anthony Liguori
2012-08-02 12:01       ` Eduardo Habkost
2012-08-01 21:53     ` Andreas Färber
2012-08-02 11:44       ` Igor Mammedov
2012-08-02 12:15       ` Eduardo Habkost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lihy5tq8.fsf@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=afaerber@suse.de \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).