summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* target/i386: sev: Use ram_block_discard_disable()David Hildenbrand2020-07-021-0/+7
* i386: Mask SVM features if nested SVM is disabledEduardo Habkost2020-06-261-0/+4
* kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-261-5/+41
* target/i386: Add notes for versioned CPU modelsTao Xu2020-06-261-0/+5
* target/i386: reimplement fpatan using floatx80 operationsJoseph Myers2020-06-261-4/+483
* target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers2020-06-261-111/+262
* target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers2020-06-261-9/+202
* target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers2020-06-261-108/+48Star
* target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers2020-06-261-3/+382
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-1320-492/+687
|\
| * 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/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