summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-09target-i386/cpu.c: Fix two error output indentationchenfan1-5/+5
2014-07-10target-i386: Add "kvmclock-stable-bit" feature bit nameEduardo Habkost1-1/+1
2014-06-25target-i386: Broadwell CPU modelEduardo Habkost1-0/+34
2014-06-25target-i386: Fix indentation of CPU model definitionsEduardo Habkost1-102/+102
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti1-0/+25
2014-06-25target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost1-1/+1
2014-06-25target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost1-9/+51
2014-06-25target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost1-18/+18
2014-06-25target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost1-8/+13
2014-06-25target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost1-25/+10
2014-06-25target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost1-55/+56
2014-06-25target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost1-0/+4
2014-06-25target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost1-1/+2
2014-06-25target-i386: Make TCG feature filtering more readableEduardo Habkost1-6/+10
2014-06-25target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost1-9/+13
2014-06-25target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost1-2/+3
2014-06-25target-i386: Merge feature filtering/checking functionsEduardo Habkost1-34/+20
2014-06-25target-i386: Simplify reporting of unavailable featuresEduardo Habkost1-10/+7
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost1-0/+7
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini1-10/+7
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-5/+2
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini1-2/+1
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini1-3/+1
2014-06-03kvm: Enable -cpu option to hide KVMAlex Williamson1-0/+1
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini1-2/+1
2014-05-13target-i386: fix set of registers zeroed on resetPaolo Bonzini1-2/+1
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-0/+5
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-8/+16
2014-03-27target-i386: Add missing 'static' and 'const' attributesStefan Weil1-1/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+1
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+1
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+3
2014-03-13cpu: Introduce CPUClass::parse_features() hookAndreas Färber1-15/+21
2014-03-13target-i386: X86CPU model subclassesEduardo Habkost1-73/+110
2014-03-13target-i386: Prepare CPUClass::class_by_name for X86CPUAndreas Färber1-3/+21
2014-03-13target-i386: Enable x2apic by default on KVMEduardo Habkost1-0/+1
2014-03-13target-i386: Introduce x86_cpu_compat_disable_kvm_features()Eduardo Habkost1-2/+2
2014-03-13target-i386: Make kvm_default_features an arrayEduardo Habkost1-4/+13
2014-03-13target-i386: Don't declare variables in the middle of blocksEduardo Habkost1-3/+4
2014-03-13target-i386: Rename x86_def_t to X86CPUDefinitionEduardo Habkost1-13/+13
2014-03-13target-i386: Call x86_cpu_load_def() earlierEduardo Habkost1-5/+5
2014-03-13target-i386: Rename cpu_x86_register() to x86_cpu_load_def()Eduardo Habkost1-2/+4
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-0/+15
2014-03-12Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2014-03-11qapi script: do not add "_" for every capitalized char in enumWenchao Xia1-1/+1
2014-03-11target-i386: bugfix of Intel MPXLiu, Jinsong1-1/+1
2014-02-03target-i386: Move KVM default-vendor hack to instance_initEduardo Habkost1-13/+19
2014-02-03target-i386: Don't change x86_def_t struct on cpu_x86_register()Eduardo Habkost1-5/+6