Age | Commit message (Expand) | Author | Files | Lines |
2020-06-12 | i386: hvf: Drop HVFX86EmulatorState | Roman Bolshakov | 3 | -6/+0 |
2020-06-12 | i386: hvf: Move mmio_buf into CPUX86State | Roman Bolshakov | 4 | -7/+12 |
2020-06-12 | i386: hvf: Move lazy_flags into CPUX86State | Roman Bolshakov | 3 | -35/+34 |
2020-06-12 | i386: hvf: Drop regs in HVFX86EmulatorState | Roman Bolshakov | 2 | -15/+16 |
2020-06-12 | i386: hvf: Drop copy of RFLAGS defines | Roman Bolshakov | 4 | -31/+9 |
2020-06-12 | i386: hvf: Drop rflags from HVFX86EmulatorState | Roman Bolshakov | 7 | -67/+24 |
2020-06-12 | i386: hvf: Drop fetch_rip from HVFX86EmulatorState | Roman Bolshakov | 3 | -9/+1 |
2020-06-12 | i386: hvf: Use IP from CPUX86State | Roman Bolshakov | 5 | -54/+51 |
2020-06-12 | i386: hvf: Use ins_len to advance IP | Roman Bolshakov | 1 | -1/+1 |
2020-06-12 | i386: hvf: Drop unused variable | Roman Bolshakov | 1 | -1/+0 |
2020-06-12 | i386: hvf: Drop useless declarations in sysemu | Roman Bolshakov | 1 | -3/+4 |
2020-06-12 | i386: hvf: Move HVFState definition into hvf | Roman Bolshakov | 1 | -0/+35 |
2020-06-12 | target/ppc: Restrict PPCVirtualHypervisorClass to system-mode | Philippe Mathieu-Daudé | 3 | -13/+17 |
2020-06-12 | target/i386: correct fix for pcmpxstrx substring search | Joseph Myers | 1 | -2/+2 |
2020-06-10 | target/i386: fix IEEE x87 floating-point exception raising | Joseph Myers | 1 | -31/+95 |
2020-06-10 | target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES | Like Xu | 3 | -0/+46 |
2020-06-10 | i386: Remove unused define's from hax and hvf | Julio Faracco | 2 | -4/+0 |
2020-06-10 | x86/cpu: Enable AVX512_VP2INTERSECT cpu feature | Cathy Zhang | 2 | -1/+3 |
2020-06-10 | target/i386: fix fisttpl, fisttpll handling of out-of-range values | Joseph Myers | 1 | -2/+26 |
2020-06-10 | target/i386: fix fbstp handling of out-of-range values | Joseph Myers | 1 | -0/+10 |
2020-06-10 | target/i386: fix fbstp handling of negative zero | Joseph Myers | 1 | -1/+4 |
2020-06-10 | target/i386: fix fxam handling of invalid encodings | Joseph Myers | 1 | -2/+2 |
2020-06-10 | target/i386: fix floating-point load-constant rounding | Joseph Myers | 1 | -5/+49 |
2020-06-10 | target/i386: fix fscale handling of rounding precision | Joseph Myers | 1 | -0/+3 |
2020-06-10 | target/i386: fix fscale handling of infinite exponents | Joseph Myers | 1 | -0/+22 |
2020-06-10 | target/i386: fix fscale handling of invalid exponent encodings | Joseph Myers | 1 | -1/+4 |
2020-06-10 | target/i386: fix fscale handling of signaling NaN | Joseph Myers | 1 | -0/+4 |
2020-06-10 | target/i386: implement special cases for fxtract | Joseph Myers | 1 | -1/+24 |
2020-06-10 | i386/kvm: fix a use-after-free when vcpu plug/unplug | Pan Nengyuan | 2 | -1/+4 |
2020-06-10 | hax: Dynamic allocate vcpu state structure | WangBowen | 2 | -8/+22 |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-06-10 | i386/cpu: Store LAPIC bus frequency in CPU structure | Liran Alon | 2 | -3/+8 |
2020-06-10 | target/i386: fix phadd* with identical destination and source register | Janne Grunau | 1 | -20/+33 |
2020-06-10 | target/i386: Fix the CPUID leaf CPUID_Fn80000008 | Babu Moger | 1 | -3/+12 |
2020-06-10 | target/i386: Fix OUTL debug output | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-06-09 | target/sparc/int32_helper: Extract and use excp_name_str() | Philippe Mathieu-Daudé | 1 | -6/+12 |
2020-06-09 | target/sparc/int32_helper: Remove DEBUG_PCALL definition | Philippe Mathieu-Daudé | 1 | -5/+0 |
2020-06-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell | 3 | -10/+14 |
2020-06-05 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'... | Peter Maydell | 9 | -887/+1230 |
2020-06-05 | target/s390x: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 1 | -7/+5 |
2020-06-05 | target/i386: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 1 | -1/+5 |
2020-06-05 | target/riscv/cpu: Restrict CPU migration to system-mode | Philippe Mathieu-Daudé | 1 | -2/+4 |
2020-06-05 | target/arm: Convert Neon one-register-and-immediate insns to decodetree | Peter Maydell | 3 | -99/+142 |
2020-06-05 | target/arm: Convert VCVT fixed-point ops to decodetree | Peter Maydell | 3 | -73/+62 |
2020-06-05 | target/arm: Convert Neon VSHLL, VMOVL to decodetree | Peter Maydell | 3 | -44/+99 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==9 to decodetree | Peter Maydell | 3 | -108/+37 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==8 to decodetree | Peter Maydell | 3 | -0/+195 |
2020-06-05 | target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree | Peter Maydell | 3 | -107/+126 |
2020-06-05 | target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode... | Peter Maydell | 3 | -48/+46 |
2020-06-05 | target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree | Peter Maydell | 3 | -20/+67 |