aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2016-10-26target-i386: remove helper_lock()Emilio G. Cota
2016-10-26target-i386: emulate XCHG using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov
2016-10-24target-i386: fix 32-bit addresses in LEAPaolo Bonzini
2016-10-17target-i386: Don't use cpu->migratable when filtering featuresEduardo Habkost
2016-10-17target-i386: Return runnability information on query-cpu-definitionsEduardo Habkost
2016-10-17target-i386: x86_cpu_load_features() functionEduardo Habkost
2016-10-17target-i386: Unset cannot_destroy_with_object_finalize_yetEduardo Habkost
2016-10-17target-i386/kvm: cache the return value of kvm_enable_x2apic()Radim Krčmář
2016-10-17intel_iommu: reject broken EIMRadim Krčmář
2016-10-17apic: add global apic_get_class()Radim Krčmář
2016-10-17target-i386: Move warning code outside x86_cpu_filter_features()Eduardo Habkost
2016-10-17target-i386: xsave: Add FP and SSE bits to x86_ext_save_areasEduardo Habkost
2016-10-17target-i386: Register properties for feature aliases manuallyEduardo Habkost
2016-10-17target-i386: Remove underscores from feat_names arraysEduardo Habkost
2016-10-17target-i386: Make plus_features/minus_features QOM-basedEduardo Habkost
2016-10-17target-i386: Register aliases for feature names with underscoresEduardo Habkost
2016-10-17target-i386: Disable VME by default with TCGEduardo Habkost
2016-10-17target-i386: List CPU models using subclass listEduardo Habkost
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini
2016-10-04hmp: fix qemu crash due to ioapic state dump w/ split irqchipWanpeng Li
2016-10-03target-i386: Correct family/model/stepping for Opteron_G3Evgeny Yakovlev
2016-10-03target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratableEduardo Habkost
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-27target-i386: Remove has_msr_* global vars for KVM featuresEduardo Habkost
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_tsc global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_apic global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_mtrr global variableEduardo Habkost
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost