summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: Remove obsolete TODO fileThomas Huth2020-06-121-31/+0Star
* target/i386: sev: Unify SEVState and SevGuestStateDavid Gibson2020-06-121-45/+34Star
* target/i386: sev: Remove redundant handle fieldDavid Gibson2020-06-121-8/+4Star
* target/i386: sev: Remove redundant policy fieldDavid Gibson2020-06-121-5/+2Star
* target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fieldsDavid Gibson2020-06-121-12/+7Star
* target/i386: sev: Partial cleanup to sev_state globalDavid Gibson2020-06-121-44/+48
* target/i386: sev: Embed SEVState in SevGuestStateDavid Gibson2020-06-121-25/+29
* target/i386: sev: Rename QSevGuestInfoDavid Gibson2020-06-121-43/+44
* target/i386: sev: Move local structure definitions into .c fileDavid Gibson2020-06-122-44/+44
* target/i386: sev: Remove unused QSevGuestInfoClassDavid Gibson2020-06-122-6/+0Star
* i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov2020-06-123-6/+0Star
* i386: hvf: Move mmio_buf into CPUX86StateRoman Bolshakov2020-06-124-7/+12
* i386: hvf: Move lazy_flags into CPUX86StateRoman Bolshakov2020-06-123-35/+34Star
* i386: hvf: Drop regs in HVFX86EmulatorStateRoman Bolshakov2020-06-122-15/+16
* i386: hvf: Drop copy of RFLAGS definesRoman Bolshakov2020-06-124-31/+9Star
* i386: hvf: Drop rflags from HVFX86EmulatorStateRoman Bolshakov2020-06-127-67/+24Star
* i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov2020-06-123-9/+1Star
* i386: hvf: Use IP from CPUX86StateRoman Bolshakov2020-06-125-54/+51Star
* i386: hvf: Use ins_len to advance IPRoman Bolshakov2020-06-121-1/+1
* i386: hvf: Drop unused variableRoman Bolshakov2020-06-121-1/+0Star
* i386: hvf: Drop useless declarations in sysemuRoman Bolshakov2020-06-121-3/+4
* i386: hvf: Move HVFState definition into hvfRoman Bolshakov2020-06-121-0/+35
* target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé2020-06-123-13/+17
* target/i386: correct fix for pcmpxstrx substring searchJoseph Myers2020-06-121-2/+2
* target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers2020-06-101-31/+95
* target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu2020-06-103-0/+46
* i386: Remove unused define's from hax and hvfJulio Faracco2020-06-102-4/+0Star
* x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang2020-06-102-1/+3
* target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers2020-06-101-2/+26
* target/i386: fix fbstp handling of out-of-range valuesJoseph Myers2020-06-101-0/+10
* target/i386: fix fbstp handling of negative zeroJoseph Myers2020-06-101-1/+4
* target/i386: fix fxam handling of invalid encodingsJoseph Myers2020-06-101-2/+2
* target/i386: fix floating-point load-constant roundingJoseph Myers2020-06-101-5/+49
* target/i386: fix fscale handling of rounding precisionJoseph Myers2020-06-101-0/+3
* target/i386: fix fscale handling of infinite exponentsJoseph Myers2020-06-101-0/+22
* target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers2020-06-101-1/+4
* target/i386: fix fscale handling of signaling NaNJoseph Myers2020-06-101-0/+4
* target/i386: implement special cases for fxtractJoseph Myers2020-06-101-1/+24
* i386/kvm: fix a use-after-free when vcpu plug/unplugPan Nengyuan2020-06-102-1/+4
* hax: Dynamic allocate vcpu state structureWangBowen2020-06-102-8/+22
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-1/+1
* i386/cpu: Store LAPIC bus frequency in CPU structureLiran Alon2020-06-102-3/+8
* target/i386: fix phadd* with identical destination and source registerJanne Grunau2020-06-101-20/+33
* target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger2020-06-101-3/+12
* target/i386: Fix OUTL debug outputPhilippe Mathieu-Daudé2020-06-101-1/+1
* target/sparc/int32_helper: Extract and use excp_name_str()Philippe Mathieu-Daudé2020-06-091-6/+12
* target/sparc/int32_helper: Remove DEBUG_PCALL definitionPhilippe Mathieu-Daudé2020-06-091-5/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-083-10/+14
|\
| * target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-7/+5Star
| * target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+5