qemu-e2k/target-i386
Andreas Färber 2d64255bd7 target-i386: Split command line parsing out of cpu_x86_register()
In order to instantiate a CPU subtype we will need to know which type,
so move the cpu_model splitting into cpu_x86_init().

Parameters need to be set on the X86CPU instance, so move
cpu_x86_parse_featurestr() into cpu_x86_init() as well.

This leaves cpu_x86_register() operating on the model name only.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-02-16 14:51:01 +01:00
..
arch_dump.c
arch_memory_mapping.c target-i386: fix bits 39:32 of the final physical address when using 4M page 2013-01-09 15:12:20 -02:00
cc_helper_template.h
cc_helper.c
cpu-qom.h target-i386: Update X86CPU to QOM realizefn 2013-02-16 14:50:56 +01:00
cpu.c target-i386: Split command line parsing out of cpu_x86_register() 2013-02-16 14:51:01 +01:00
cpu.h target-i386: Move cpu_x86_init() 2013-02-16 14:51:00 +01:00
excp_helper.c
fpu_helper.c
helper.c target-i386: Move cpu_x86_init() 2013-02-16 14:51:00 +01:00
helper.h
hyperv.c
hyperv.h
int_helper.c
ioport-user.c
kvm_i386.h
kvm-stub.c
kvm.c cpu: Move exit_request field to CPUState 2013-02-16 14:51:00 +01:00
machine.c target-i386: Define DR7 bit field constants 2013-01-15 09:14:35 +01:00
Makefile.objs
mem_helper.c
misc_helper.c target-i386: Use switch in check_hw_breakpoints() 2013-01-15 09:23:50 +01:00
ops_sse_header.h
ops_sse.h
seg_helper.c target-i386: Introduce hw_{local,global}_breakpoint_enabled() 2013-01-15 09:14:48 +01:00
shift_helper_template.h
smm_helper.c
svm_helper.c
svm.h
TODO
topology.h target-i386: Inline bitops_flsl 2013-02-16 11:12:29 +00:00
translate.c qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log 2013-02-16 10:44:44 +00:00