[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC 2/6] i386: kill cpudef config section support
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [RFC 2/6] i386: kill cpudef config section support |
Date: |
Mon, 20 Aug 2012 12:51:03 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Am 17.08.2012 19:53, schrieb Eduardo Habkost:
> It's nice to have a flexible system to maintain CPU models as data, but
> this is holding us from making improvements in the CPU code because it's
> not using the common infra-structure, and because the machine-type data
> is still inside C code.
>
> Users who want to configure CPU features directly may simply use the
> "-cpu" command-line option (and maybe an equivalent -device option in
> the future) to set CPU features.
>
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
> target-i386/cpu.c | 101
> ++----------------------------------------------------
> 1 file changed, 2 insertions(+), 99 deletions(-)
Thanks for looking into this! I didn't get around to it myself yet.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- [Qemu-devel] [RFC 0/6] i386: CPU: remove duplicate feature names, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 4/6] i386: kvm: use a #define for the set of alias feature bits, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 2/6] i386: kill cpudef config section support, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 3/6] i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 1/6] x86_cpudef_setup: coding style change, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 6/6] i386: -cpu help: remove reference to specific CPUID leaves/registers, Eduardo Habkost, 2012/08/17
- [Qemu-devel] [RFC 5/6] i386: cpu: eliminate duplicate feature names, Eduardo Habkost, 2012/08/17
- Re: [Qemu-devel] [RFC 0/6] i386: CPU: remove duplicate feature names, Igor Mammedov, 2012/08/20