summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger2018-06-082-3/+143
* i386: Clean up cache CPUID codeEduardo Habkost2018-06-082-64/+67
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-4/+4
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-4/+4
* | target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell2018-06-011-5/+0Star
* | target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell2018-06-011-1/+6
* | WHPX: fix some compiler warningsLucian Petrut2018-06-011-14/+35
* | WHPX: dynamically load WHP librariesLucian Petrut2018-06-011-68/+144
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-016-6/+0Star
* | target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-314-4/+0Star
* | target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
|/
* x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin2018-05-234-13/+3Star
* i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk2018-05-211-1/+1
* i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk2018-05-213-2/+36
* i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé2018-05-212-1/+2
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-7/+3Star
* tcg: fix s/compliment/complement/ typosEmilio G. Cota2018-05-201-1/+1
* i386: Add new property to control cache infoBabu Moger2018-05-152-26/+76
* i386: Initialize cache information for EPYC family processorsBabu Moger2018-05-151-0/+52
* i386: Add cache information in X86CPUDefinitionBabu Moger2018-05-152-0/+8
* i386: Helpers to encode cache information consistentlyEduardo Habkost2018-05-152-124/+424
* x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu2018-05-152-1/+2
* i386: add KnightsMill cpu modelBoqun Feng2018-05-151-0/+42
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-05-146-18/+94
|\
| * i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov2018-05-115-3/+77
| * target/i386: sev: fix memory leaksPaolo Bonzini2018-05-091-15/+17
* | translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-4/+1Star
|/
* i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost2018-04-161-1/+9
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-112-2/+2
* Add missing bit for SSE instr in VEX decodingEugene Minibaev2018-04-091-1/+3
* i386/hyperv: error out if features requested but unsupportedRoman Kagan2018-04-091-9/+34
* i386/hyperv: add hv-frequencies cpu propertyRoman Kagan2018-04-093-4/+11
* target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)2018-04-091-1/+78
* target/i386: Fix andn instructionAlexandro Sanchez Bach2018-04-051-1/+1
* sev/i386: fix memory leak in sev_guest_init()Greg Kurz2018-04-031-1/+3
* error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier2018-03-271-12/+12
* WHPX improve vcpu_post_run perfJustin Terry (VM)2018-03-261-30/+11Star
* WHPX fix WHvSetPartitionProperty in PropertyCodeJustin Terry (VM)2018-03-261-1/+1
* WHPX fix WHvGetCapability out WrittenSizeInBytesJustin Terry (VM)2018-03-261-1/+2
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180320' into s...Peter Maydell2018-03-201-0/+2
|\
| * hmp: free sev infoMarc-André Lureau2018-03-201-0/+2
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-03-202-10/+6Star
|\ \ | |/ |/|
| * i386: Disable Intel PT if packets IP payloads have LIP valuesLuwei Kang2018-03-191-1/+4
| * cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov2018-03-191-7/+1Star
| * cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
| * cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell2018-03-1510-0/+1078
|\
| * sev/i386: add sev_get_capabilities()Brijesh Singh2018-03-134-2/+98
| * sev/i386: qmp: add query-sev-capabilities commandBrijesh Singh2018-03-131-0/+6