Age | Commit message (Expand) | Author | Files | Lines |
2012-11-10 | kvm: avoid using cpu_single_env | Blue Swirl | 1 | -10/+11 |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl | 1 | -1/+1 |
2012-11-02 | target-i386: cpu: fix --disable-kvm compilation | Eduardo Habkost | 1 | -0/+4 |
2012-11-01 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 2 | -87/+164 |
2012-10-31 | target-i386: Pass X86CPU to kvm_handle_halt() | Andreas Färber | 1 | -2/+5 |
2012-10-31 | target-i386: Pass X86CPU to kvm_get_mp_state() | Andreas Färber | 1 | -4/+5 |
2012-10-31 | cpus: Pass CPUState to run_on_cpu() | Andreas Färber | 1 | -2/+2 |
2012-10-31 | target-i386: Pass X86CPU to cpu_x86_inject_mce() | Andreas Färber | 3 | -3/+4 |
2012-10-31 | target-i386: Pass X86CPU to kvm_mce_inject() | Andreas Färber | 1 | -3/+5 |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber | 1 | -1/+3 |
2012-10-30 | target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID | Eduardo Habkost | 1 | -10/+15 |
2012-10-30 | target-i386: cpu: make -cpu host/check/enforce code KVM-specific | Eduardo Habkost | 1 | -7/+18 |
2012-10-30 | target-i386: make cpu_x86_fill_host() void | Eduardo Habkost | 1 | -3/+1 |
2012-10-30 | target-i386: Add missing kvm cpuid feature name | Don Slutz | 1 | -4/+8 |
2012-10-30 | i386: cpu: add missing CPUID[EAX=7,ECX=0] flag names | Eduardo Habkost | 1 | -2/+2 |
2012-10-30 | i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too | Eduardo Habkost | 1 | -0/+2 |
2012-10-30 | i386: kvm: reformat filter_features_for_kvm() code | Eduardo Habkost | 1 | -15/+13 |
2012-10-30 | i386: kvm: filter CPUID feature words earlier, on cpu.c | Eduardo Habkost | 2 | -18/+30 |
2012-10-30 | i386: kvm: mask cpuid_ext4_features bits earlier | Eduardo Habkost | 1 | -2/+3 |
2012-10-30 | i386: kvm: mask cpuid_kvm_features earlier | Eduardo Habkost | 1 | -2/+4 |
2012-10-30 | i386: kvm: x2apic is not supported without in-kernel irqchip | Eduardo Habkost | 1 | -0/+7 |
2012-10-30 | i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid() | Eduardo Habkost | 1 | -5/+8 |
2012-10-30 | i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid() | Eduardo Habkost | 1 | -2/+5 |
2012-10-30 | i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if' | Eduardo Habkost | 1 | -14/+9 |
2012-10-30 | i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function | Eduardo Habkost | 1 | -5/+14 |
2012-10-30 | i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function | Eduardo Habkost | 1 | -8/+22 |
2012-10-30 | i386: kvm: extract register switch to cpuid_entry_get_reg() function | Eduardo Habkost | 1 | -14/+23 |
2012-10-30 | i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable | Eduardo Habkost | 1 | -4/+5 |
2012-10-30 | i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check | Eduardo Habkost | 1 | -5/+3 |
2012-10-30 | i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop | Eduardo Habkost | 1 | -13/+18 |
2012-10-31 | cpus: Pass CPUState to cpu_is_stopped() | Andreas Färber | 1 | -2/+2 |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_is_self() | Andreas Färber | 1 | -2/+4 |
2012-10-30 | target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi() | Andreas Färber | 1 | -1/+3 |
2012-10-30 | apic: Store X86CPU in APICCommonState | Andreas Färber | 1 | -1/+1 |
2012-10-30 | target-i386: Inline APIC cpu_env property setting | Andreas Färber | 1 | -1/+4 |
2012-10-30 | target-i386: Initialize APIC at CPU level | Igor Mammedov | 1 | -0/+57 |
2012-10-30 | target-i386: If x86_cpu_realize() failed, report error and do cleanup | Igor Mammedov | 1 | -2/+7 |
2012-10-30 | target-i386: cpu_x86_register(): report error from property setter | Igor Mammedov | 1 | -1/+2 |
2012-10-29 | qemu: enable PV EOI for qemu 1.3 | Michael S. Tsirkin | 2 | -13/+22 |
2012-10-28 | target-i386: cpu: recover items 28-31 of ext2_feature_name | Eduardo Habkost | 1 | -0/+1 |
2012-10-28 | target-i386: rename helper flags | Aurelien Jarno | 1 | -2/+2 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 4 | -26/+26 |
2012-10-14 | Fix popcnt in long mode | malc | 1 | -1/+1 |
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell | 5 | -11/+7 |
2012-10-01 | x86: Implement SMEP and SMAP | H. Peter Anvin | 6 | -49/+207 |
2012-09-30 | i386: -cpu help: remove reference to specific CPUID leaves/registers | Eduardo Habkost | 1 | -4/+4 |
2012-09-30 | i386: cpu: eliminate duplicate feature names | Eduardo Habkost | 1 | -8/+23 |
2012-09-30 | i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES | Eduardo Habkost | 1 | -9/+11 |
2012-09-30 | i386: kvm: use a #define for the set of alias feature bits | Eduardo Habkost | 2 | -1/+13 |
2012-09-30 | i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved | Eduardo Habkost | 1 | -1/+1 |