aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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/i386: correct fix for pcmpxstrx substring searchJoseph Myers1-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-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-1/+5
2020-06-05target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-1/+5
2020-05-27i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster1-10/+17
2020-05-19softfloat: Name compare relation enumRichard Henderson2-8/+8
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-7/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-53/+49
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-3/+3
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-0/+2
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng1-36/+0
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-9/+9
2020-04-15gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu1-1/+1
2020-04-14hax: Windows doesn't like posix device namesVolker Rümelin1-2/+2
2020-04-03Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-132/+77
2020-04-02target/i386: do not set unsupported VMX secondary execution controlsVitaly Kuznetsov1-15/+26
2020-04-02i386: hvf: Reset IRQ inhibition after moving RIPRoman Bolshakov1-0/+3
2020-03-31target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li1-0/+13
2020-03-31target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang1-3/+8
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2-2/+3
2020-03-31target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger1-0/+2
2020-03-31i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger2-0/+17