summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2012-10-30target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost1-10/+15
2012-10-30target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost1-7/+18
2012-10-30target-i386: make cpu_x86_fill_host() voidEduardo Habkost1-3/+1
2012-10-30target-i386: Add missing kvm cpuid feature nameDon Slutz1-4/+8
2012-10-30i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost1-2/+2
2012-10-30i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost1-0/+2
2012-10-30i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost1-15/+13
2012-10-30i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost2-18/+30
2012-10-30i386: kvm: mask cpuid_ext4_features bits earlierEduardo Habkost1-2/+3
2012-10-30i386: kvm: mask cpuid_kvm_features earlierEduardo Habkost1-2/+4
2012-10-30i386: kvm: x2apic is not supported without in-kernel irqchipEduardo Habkost1-0/+7
2012-10-30i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()Eduardo Habkost1-5/+8
2012-10-30i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()Eduardo Habkost1-2/+5
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'Eduardo Habkost1-14/+9
2012-10-30i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() functionEduardo Habkost1-5/+14
2012-10-30i386: kvm: extract CPUID entry lookup to cpuid_find_entry() functionEduardo Habkost1-8/+22
2012-10-30i386: kvm: extract register switch to cpuid_entry_get_reg() functionEduardo Habkost1-14/+23
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variableEduardo Habkost1-4/+5
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features checkEduardo Habkost1-5/+3
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loopEduardo Habkost1-13/+18
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber1-2/+2
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber1-2/+4
2012-10-30target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()Andreas Färber1-1/+3
2012-10-30apic: Store X86CPU in APICCommonStateAndreas Färber1-1/+1
2012-10-30target-i386: Inline APIC cpu_env property settingAndreas Färber1-1/+4
2012-10-30target-i386: Initialize APIC at CPU levelIgor Mammedov1-0/+57
2012-10-30target-i386: If x86_cpu_realize() failed, report error and do cleanupIgor Mammedov1-2/+7
2012-10-30target-i386: cpu_x86_register(): report error from property setterIgor Mammedov1-1/+2
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2-13/+22
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost1-0/+1
2012-10-28target-i386: rename helper flagsAurelien Jarno1-2/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity4-26/+26
2012-10-14Fix popcnt in long modemalc1-1/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell5-11/+7
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin6-49/+207
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2-1/+13
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost1-1/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-09-23target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz1-1/+1
2012-09-21target-i386: Drop unused setscalar() macroAndreas Färber1-12/+0
2012-09-21target-i386: Kill cpudef config section supportEduardo Habkost1-99/+2
2012-09-21target-i386: x86_cpudef_setup() coding style changeEduardo Habkost1-6/+9
2012-09-21target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost1-0/+219
2012-09-21target-i386: Add missing CPUID_* constantsEduardo Habkost1-0/+22
2012-09-21Drop cpu_list_id macroPeter Maydell2-4/+4
2012-09-21target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell1-53/+11