summaryrefslogtreecommitdiff
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Generate fences for x86Pranith Kumar2016-09-161-0/+8
* target-i386: Fixed syscall posssible segfaultStanislav Shmarov2016-09-141-17/+19
* target-i386: fix ordering of fields in CPUX86StatePaolo Bonzini2016-09-141-6/+6
* x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert2016-09-131-17/+0
* target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)2016-09-092-5/+50
* target-i386: Add more Intel AVX-512 instructions supportLuwei Kang2016-09-052-5/+14
* target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchipEduardo Habkost2016-08-161-0/+7
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* target-i386: fix typo in xsetbv implementationDave Hansen2016-08-021-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-212-2/+114
|\
| * kvm-irqchip: do explicit commit when update irqPeter Xu2016-07-211-0/+1
| * kvm-irqchip: x86: add msi route notify fnPeter Xu2016-07-212-0/+31
| * kvm-irqchip: i386: add hook for add/remove virqPeter Xu2016-07-212-0/+50
| * kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu2016-07-211-2/+1
| * intel_iommu: add support for split irqchipPeter Xu2016-07-212-0/+31
* | target-i386: Add x86_cpu_unrealizefn()Igor Mammedov2016-07-201-0/+16
* | pc: cpu: Allow device_add to be used with x86 cpuIgor Mammedov2016-07-201-0/+1
* | target-i386: Fix apic object leak when CPU is deletedIgor Mammedov2016-07-201-0/+1
* | target-i386: cpu: Do not ignore error and fix apic parentIgor Mammedov2016-07-201-2/+3
* | target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini2016-07-202-2/+4
* | target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov2016-07-202-0/+10
* | target-i386: Replace custom apic-id setter/getter with static propertyIgor Mammedov2016-07-201-39/+6
* | pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov2016-07-201-13/+0
* | target-i386: Set physical address bits based on hostDr. David Alan Gilbert2016-07-202-10/+65
* | target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov2016-07-202-3/+8
* | target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert2016-07-203-1/+31
* | target-i386: Mask mtrr mask based on CPU physical address limitsDr. David Alan Gilbert2016-07-201-2/+9
* | target-i386: Allow physical address bits to be setDr. David Alan Gilbert2016-07-202-9/+46
* | target-i386: Provide TCG_PHYS_ADDR_BITSDr. David Alan Gilbert2016-07-201-2/+4
|/
* target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov2016-07-193-14/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+2
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-3/+4
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-3/+3
* target-i386: Enable LMCE for '-cpu host' if supported by hostHaozhong Zhang2016-07-071-0/+15
* target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang2016-07-071-0/+4
* target-i386: kvm: Add basic Intel LMCE supportAshok Raj2016-07-074-4/+67
* target-i386: Report hyperv feature words through qomEvgeny Yakovlev2016-07-073-48/+120
* target-i386: Show host and VM TSC frequencies on mismatchEduardo Habkost2016-07-071-1/+3
* pc: Parse CPU features only onceIgor Mammedov2016-07-072-45/+0
* cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-6/+20
* target-i386: Avoid using locals outside their scopePaolo Bonzini2016-07-071-1/+1
* target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini2016-07-071-2/+3
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+1
|\
| * exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova2016-06-201-0/+1
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-202-11/+4
* | error: Remove unnecessary local_err variablesEduardo Habkost2016-06-201-3/+1
|/
* target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng2016-06-161-2/+7