summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: avoid using cpu_single_envBlue Swirl2012-11-101-218/+222
* kvm: avoid using cpu_single_envBlue Swirl2012-11-101-10/+11
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-i386: cpu: fix --disable-kvm compilationEduardo Habkost2012-11-021-0/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-012-87/+164
|\
| * target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost2012-10-301-10/+15
| * target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost2012-10-301-7/+18
| * target-i386: make cpu_x86_fill_host() voidEduardo Habkost2012-10-301-3/+1
| * target-i386: Add missing kvm cpuid feature nameDon Slutz2012-10-301-4/+8
| * i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost2012-10-301-2/+2
| * i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost2012-10-301-0/+2
| * i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost2012-10-301-15/+13
| * i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost2012-10-302-18/+30
| * i386: kvm: mask cpuid_ext4_features bits earlierEduardo Habkost2012-10-301-2/+3
| * i386: kvm: mask cpuid_kvm_features earlierEduardo Habkost2012-10-301-2/+4
| * i386: kvm: x2apic is not supported without in-kernel irqchipEduardo Habkost2012-10-301-0/+7
| * i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()Eduardo Habkost2012-10-301-5/+8
| * i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()Eduardo Habkost2012-10-301-2/+5
| * i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'Eduardo Habkost2012-10-301-14/+9
| * i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() functionEduardo Habkost2012-10-301-5/+14
| * i386: kvm: extract CPUID entry lookup to cpuid_find_entry() functionEduardo Habkost2012-10-301-8/+22
| * i386: kvm: extract register switch to cpuid_entry_get_reg() functionEduardo Habkost2012-10-301-14/+23
| * i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variableEduardo Habkost2012-10-301-4/+5
| * i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features checkEduardo Habkost2012-10-301-5/+3
| * i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loopEduardo Habkost2012-10-301-13/+18
* | target-i386: Pass X86CPU to kvm_handle_halt()Andreas Färber2012-10-311-2/+5
* | target-i386: Pass X86CPU to kvm_get_mp_state()Andreas Färber2012-10-311-4/+5
* | cpus: Pass CPUState to run_on_cpu()Andreas Färber2012-10-311-2/+2
* | target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber2012-10-313-3/+4
* | target-i386: Pass X86CPU to kvm_mce_inject()Andreas Färber2012-10-311-3/+5
* | cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* | cpus: Pass CPUState to cpu_is_stopped()Andreas Färber2012-10-311-2/+2
* | cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-2/+4
* | target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()Andreas Färber2012-10-301-1/+3
* | apic: Store X86CPU in APICCommonStateAndreas Färber2012-10-301-1/+1
* | target-i386: Inline APIC cpu_env property settingAndreas Färber2012-10-301-1/+4
* | target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-0/+57
* | target-i386: If x86_cpu_realize() failed, report error and do cleanupIgor Mammedov2012-10-301-2/+7
* | target-i386: cpu_x86_register(): report error from property setterIgor Mammedov2012-10-301-1/+2
|/
* qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-292-13/+22
* target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost2012-10-281-0/+1
* target-i386: rename helper flagsAurelien Jarno2012-10-281-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-234-26/+26
* Fix popcnt in long modemalc2012-10-141-1/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-055-11/+7
* x86: Implement SMEP and SMAPH. Peter Anvin2012-10-016-49/+207
* i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost2012-09-301-4/+4
* i386: cpu: eliminate duplicate feature namesEduardo Habkost2012-09-301-8/+23
* i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost2012-09-301-9/+11
* i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2012-09-302-1/+13
OpenPOWER on IntegriCloud