aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl
2012-11-10kvm: avoid using cpu_single_envBlue Swirl
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-11-02target-i386: cpu: fix --disable-kvm compilationEduardo Habkost
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-10-31target-i386: Pass X86CPU to kvm_handle_halt()Andreas Färber
2012-10-31target-i386: Pass X86CPU to kvm_get_mp_state()Andreas Färber
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber
2012-10-31target-i386: Pass X86CPU to cpu_x86_inject_mce()Andreas Färber
2012-10-31target-i386: Pass X86CPU to kvm_mce_inject()Andreas Färber
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-30target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost
2012-10-30target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost
2012-10-30target-i386: make cpu_x86_fill_host() voidEduardo Habkost
2012-10-30target-i386: Add missing kvm cpuid feature nameDon Slutz
2012-10-30i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost
2012-10-30i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost
2012-10-30i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost
2012-10-30i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost
2012-10-30i386: kvm: mask cpuid_ext4_features bits earlierEduardo Habkost
2012-10-30i386: kvm: mask cpuid_kvm_features earlierEduardo Habkost
2012-10-30i386: kvm: x2apic is not supported without in-kernel irqchipEduardo Habkost
2012-10-30i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()Eduardo Habkost
2012-10-30i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()Eduardo Habkost
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'Eduardo Habkost
2012-10-30i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() functionEduardo Habkost
2012-10-30i386: kvm: extract CPUID entry lookup to cpuid_find_entry() functionEduardo Habkost
2012-10-30i386: kvm: extract register switch to cpuid_entry_get_reg() functionEduardo Habkost
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variableEduardo Habkost
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features checkEduardo Habkost
2012-10-30i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loopEduardo Habkost
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber
2012-10-30target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()Andreas Färber
2012-10-30apic: Store X86CPU in APICCommonStateAndreas Färber
2012-10-30target-i386: Inline APIC cpu_env property settingAndreas Färber
2012-10-30target-i386: Initialize APIC at CPU levelIgor Mammedov
2012-10-30target-i386: If x86_cpu_realize() failed, report error and do cleanupIgor Mammedov
2012-10-30target-i386: cpu_x86_register(): report error from property setterIgor Mammedov
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost
2012-10-28target-i386: rename helper flagsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-14Fix popcnt in long modemalc
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost