Age | Commit message (Expand) | Author |
2016-10-26 | target-i386: remove helper_lock() | Emilio G. Cota |
2016-10-26 | target-i386: emulate XCHG using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed BTX ops using atomic helpers | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed XADD using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed NEG using cmpxchg helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed NOT using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed INC using atomic helper | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed OP instructions using atomic helpers | Emilio G. Cota |
2016-10-26 | target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers | Emilio G. Cota |
2016-10-24 | exec: call cpu_exec_exit() from a CPU unrealize common function | Laurent Vivier |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-24 | pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode | Igor Mammedov |
2016-10-24 | pc: apic_common: Extend APIC ID property to 32bit | Igor Mammedov |
2016-10-24 | target-i386: fix 32-bit addresses in LEA | Paolo Bonzini |
2016-10-17 | target-i386: Don't use cpu->migratable when filtering features | Eduardo Habkost |
2016-10-17 | target-i386: Return runnability information on query-cpu-definitions | Eduardo Habkost |
2016-10-17 | target-i386: x86_cpu_load_features() function | Eduardo Habkost |
2016-10-17 | target-i386: Unset cannot_destroy_with_object_finalize_yet | Eduardo Habkost |
2016-10-17 | target-i386/kvm: cache the return value of kvm_enable_x2apic() | Radim Krčmář |
2016-10-17 | intel_iommu: reject broken EIM | Radim Krčmář |
2016-10-17 | apic: add global apic_get_class() | Radim Krčmář |
2016-10-17 | target-i386: Move warning code outside x86_cpu_filter_features() | Eduardo Habkost |
2016-10-17 | target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas | Eduardo Habkost |
2016-10-17 | target-i386: Register properties for feature aliases manually | Eduardo Habkost |
2016-10-17 | target-i386: Remove underscores from feat_names arrays | Eduardo Habkost |
2016-10-17 | target-i386: Make plus_features/minus_features QOM-based | Eduardo Habkost |
2016-10-17 | target-i386: Register aliases for feature names with underscores | Eduardo Habkost |
2016-10-17 | target-i386: Disable VME by default with TCG | Eduardo Habkost |
2016-10-17 | target-i386: List CPU models using subclass list | Eduardo Habkost |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-10-07 | qemu-tech: document lazy condition code evaluation in cpu.h | Paolo Bonzini |
2016-10-04 | hmp: fix qemu crash due to ioapic state dump w/ split irqchip | Wanpeng Li |
2016-10-03 | target-i386: Correct family/model/stepping for Opteron_G3 | Evgeny Yakovlev |
2016-10-03 | target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratable | Eduardo Habkost |
2016-09-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-27 | target-i386: Remove has_msr_* global vars for KVM features | Eduardo Habkost |
2016-09-27 | target-i386: Clear KVM CPUID features if KVM is disabled | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_hv_tsc global variable | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_hv_apic global variable | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_mtrr global variable | Eduardo Habkost |
2016-09-27 | target-i386: Move xsave component mask to features array | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Calculate set of xsave components on realize | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Helper function to calculate xsave area size | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Calculate enabled components only once | Eduardo Habkost |
2016-09-27 | target-i386: Don't try to enable PT State xsave component | Eduardo Habkost |
2016-09-27 | target-i386: Move feature name arrays inside FeatureWordInfo | Eduardo Habkost |
2016-09-27 | linux-user: remove #define smp_{cores, threads} | Marc-André Lureau |
2016-09-27 | target-i386: Enable CPUID[0x8000000A] if SVM is enabled | Eduardo Habkost |
2016-09-27 | target-i386: Automatically set level/xlevel/xlevel2 when needed | Eduardo Habkost |