aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell23-505/+704
2020-06-12target/i386: Remove obsolete TODO fileThomas Huth1-31/+0
2020-06-12target/i386: sev: Unify SEVState and SevGuestStateDavid Gibson1-45/+34
2020-06-12target/i386: sev: Remove redundant handle fieldDavid Gibson1-8/+4
2020-06-12target/i386: sev: Remove redundant policy fieldDavid Gibson1-5/+2
2020-06-12target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fieldsDavid Gibson1-12/+7
2020-06-12target/i386: sev: Partial cleanup to sev_state globalDavid Gibson1-44/+48
2020-06-12target/i386: sev: Embed SEVState in SevGuestStateDavid Gibson1-25/+29
2020-06-12target/i386: sev: Rename QSevGuestInfoDavid Gibson1-43/+44
2020-06-12target/i386: sev: Move local structure definitions into .c fileDavid Gibson2-44/+44
2020-06-12target/i386: sev: Remove unused QSevGuestInfoClassDavid Gibson2-6/+0
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov3-6/+0
2020-06-12i386: hvf: Move mmio_buf into CPUX86StateRoman Bolshakov4-7/+12
2020-06-12i386: hvf: Move lazy_flags into CPUX86StateRoman Bolshakov3-35/+34
2020-06-12i386: hvf: Drop regs in HVFX86EmulatorStateRoman Bolshakov2-15/+16
2020-06-12i386: hvf: Drop copy of RFLAGS definesRoman Bolshakov4-31/+9
2020-06-12i386: hvf: Drop rflags from HVFX86EmulatorStateRoman Bolshakov7-67/+24
2020-06-12i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov3-9/+1
2020-06-12i386: hvf: Use IP from CPUX86StateRoman Bolshakov5-54/+51
2020-06-12i386: hvf: Use ins_len to advance IPRoman Bolshakov1-1/+1
2020-06-12i386: hvf: Drop unused variableRoman Bolshakov1-1/+0
2020-06-12i386: hvf: Drop useless declarations in sysemuRoman Bolshakov1-3/+4
2020-06-12i386: hvf: Move HVFState definition into hvfRoman Bolshakov1-0/+35
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé3-13/+17
2020-06-12target/i386: correct fix for pcmpxstrx substring searchJoseph Myers1-2/+2
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2-59/+13
2020-06-11Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-09-2020' ...Peter Maydell9-258/+656
2020-06-11Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into stagingPeter Maydell1-2/+2
2020-06-10target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers1-31/+95
2020-06-10target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu3-0/+46
2020-06-10i386: Remove unused define's from hax and hvfJulio Faracco2-4/+0
2020-06-10x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang2-1/+3
2020-06-10target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers1-2/+26
2020-06-10target/i386: fix fbstp handling of out-of-range valuesJoseph Myers1-0/+10
2020-06-10target/i386: fix fbstp handling of negative zeroJoseph Myers1-1/+4
2020-06-10target/i386: fix fxam handling of invalid encodingsJoseph Myers1-2/+2
2020-06-10target/i386: fix floating-point load-constant roundingJoseph Myers1-5/+49
2020-06-10target/i386: fix fscale handling of rounding precisionJoseph Myers1-0/+3
2020-06-10target/i386: fix fscale handling of infinite exponentsJoseph Myers1-0/+22
2020-06-10target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers1-1/+4
2020-06-10target/i386: fix fscale handling of signaling NaNJoseph Myers1-0/+4
2020-06-10target/i386: implement special cases for fxtractJoseph Myers1-1/+24
2020-06-10i386/kvm: fix a use-after-free when vcpu plug/unplugPan Nengyuan2-1/+4
2020-06-10hax: Dynamic allocate vcpu state structureWangBowen2-8/+22
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-1/+1
2020-06-10i386/cpu: Store LAPIC bus frequency in CPU structureLiran Alon2-3/+8
2020-06-10target/i386: fix phadd* with identical destination and source registerJanne Grunau1-20/+33
2020-06-10target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger1-3/+12
2020-06-10target/i386: Fix OUTL debug outputPhilippe Mathieu-Daudé1-1/+1
2020-06-09target/unicore32: Prefer qemu_semihosting_log_out() over cursesPhilippe Mathieu-Daudé1-52/+5