summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2016-08-16target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchipEduardo Habkost1-0/+7
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-08-02target-i386: fix typo in xsetbv implementationDave Hansen1-1/+1
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+114
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: x86: add msi route notify fnPeter Xu2-0/+31
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu2-0/+50
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-2/+1
2016-07-21intel_iommu: add support for split irqchipPeter Xu2-0/+31
2016-07-20target-i386: Add x86_cpu_unrealizefn()Igor Mammedov1-0/+16
2016-07-20pc: cpu: Allow device_add to be used with x86 cpuIgor Mammedov1-0/+1
2016-07-20target-i386: Fix apic object leak when CPU is deletedIgor Mammedov1-0/+1
2016-07-20target-i386: cpu: Do not ignore error and fix apic parentIgor Mammedov1-2/+3
2016-07-20target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini2-2/+4
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov2-0/+10
2016-07-20target-i386: Replace custom apic-id setter/getter with static propertyIgor Mammedov1-39/+6
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov1-13/+0
2016-07-20target-i386: Set physical address bits based on hostDr. David Alan Gilbert2-10/+65
2016-07-20target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov2-3/+8
2016-07-20target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert3-1/+31
2016-07-20target-i386: Mask mtrr mask based on CPU physical address limitsDr. David Alan Gilbert1-2/+9
2016-07-20target-i386: Allow physical address bits to be setDr. David Alan Gilbert2-9/+46
2016-07-20target-i386: Provide TCG_PHYS_ADDR_BITSDr. David Alan Gilbert1-2/+4
2016-07-19target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov3-14/+4
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-3/+4
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-3/+3
2016-07-07target-i386: Enable LMCE for '-cpu host' if supported by hostHaozhong Zhang1-0/+15
2016-07-07target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang1-0/+4
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj4-4/+67
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev3-48/+120
2016-07-07target-i386: Show host and VM TSC frequencies on mismatchEduardo Habkost1-1/+3
2016-07-07pc: Parse CPU features only onceIgor Mammedov2-45/+0
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-6/+20
2016-07-07target-i386: Avoid using locals outside their scopePaolo Bonzini1-1/+1
2016-07-07target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini1-2/+3
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2-11/+4
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost1-3/+1
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova1-0/+1
2016-06-16target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng1-2/+7
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-14target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...Eduardo Habkost1-29/+45
2016-06-14target-i386: Use cpu_generic_init() in cpu_x86_init()Igor Mammedov1-19/+1
2016-06-14target-i386: Move xcc->kvm_required check to realize timeIgor Mammedov1-8/+16
2016-06-14target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()Eduardo Habkost1-5/+6
2016-06-14target-i386: Move features logic that requires CPUState to realize timeIgor Mammedov1-18/+26