Age | Commit message (Expand) | Author |
2020-07-27 | target/i386: floatx80: avoid compound literals in static initializers | Laszlo Ersek |
2020-07-26 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200725' into staging | Peter Maydell |
2020-07-24 | target/i386: Save cc_op before loop insns | Richard Henderson |
2020-07-24 | target/hppa: Free some temps in do_sub | Richard Henderson |
2020-07-24 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-24' into... | Peter Maydell |
2020-07-24 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2020-07-24 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-for-5.1-pull-req... | Peter Maydell |
2020-07-23 | KVM: fix CPU reset wrt HF2_GIF_MASK | Vitaly Kuznetsov |
2020-07-22 | target/riscv: Fix the range of pmpcfg of CSR funcion table | Zong Li |
2020-07-22 | target/riscv: fix vector index load/store constraints | LIU Zhiwei |
2020-07-22 | target/riscv: Quiet Coverity complains about vamo* | LIU Zhiwei |
2020-07-20 | hw/arm/virt: Enable MTE via a machine property | Richard Henderson |
2020-07-16 | i386: hvf: Explicitly set CR4 guest/host mask | Roman Bolshakov |
2020-07-16 | target/i386: add the missing vmx features for Skylake-Server and Cascadelake-... | Chenyi Qiang |
2020-07-16 | target/i386: fix model number and add missing features for Icelake-Server CPU... | Chenyi Qiang |
2020-07-16 | target/i386: add fast short REP MOV support | Chenyi Qiang |
2020-07-16 | i386/cpu: Don't add unavailable_features to env->user_features | Xiaoyao Li |
2020-07-16 | i368/cpu: Clear env->user_features after loading versioned CPU model | Xiaoyao Li |
2020-07-15 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20200714' ... | Peter Maydell |
2020-07-14 | target/mips: Fix ADD.S FPU instruction | Alex Richardson |
2020-07-14 | target/mips: Remove identical if/else branches | Aleksandar Markovic |
2020-07-14 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-07-14 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st... | Peter Maydell |
2020-07-13 | target/riscv: Fix pmp NA4 implementation | Alexandre Mergnat |
2020-07-13 | target/riscv: fix vill bit index in vtype register | Frank Chang |
2020-07-13 | target/riscv: fix return value of do_opivx_widen() | Frank Chang |
2020-07-13 | target/riscv: correct the gvec IR called in gen_vec_rsub16_i64() | Frank Chang |
2020-07-13 | target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion | Frank Chang |
2020-07-13 | hax: Fix setting of FD_CLOEXEC | Eric Blake |
2020-07-13 | target/nios2: Use gen_io_start around wrctl instruction | Wentong Wu |
2020-07-13 | target/nios2: in line the semantics of DISAS_UPDATE with other targets | Wentong Wu |
2020-07-13 | target/nios2: add DISAS_NORETURN case for nothing more to generate | Wentong Wu |
2020-07-13 | target/arm: Don't do raw writes for PMINTENCLR | Aaron Lindsay |
2020-07-13 | target/arm: Fix mtedesc for do_mem_zpz | Richard Henderson |
2020-07-11 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i... | Peter Maydell |
2020-07-11 | target/avr/disas: Fix store instructions display order | Philippe Mathieu-Daudé |
2020-07-11 | target/avr/cpu: Fix $PC displayed address | Philippe Mathieu-Daudé |
2020-07-11 | target/avr/cpu: Drop tlb_flush() in avr_cpu_reset() | Philippe Mathieu-Daudé |
2020-07-11 | target/avr: Register AVR support with the rest of QEMU | Michael Rolnik |
2020-07-11 | target/avr: Add support for disassembling via option '-d in_asm' | Michael Rolnik |
2020-07-11 | target/avr: Initialize TCG register variables | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - CPU main translation function | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - MCU Control Instructions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - Bit and Bit-test Instructions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - Data Transfer Instructions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - Branch Instructions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - Arithmetic and Logic Instructions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction translation - Register definitions | Michael Rolnik |
2020-07-11 | target/avr: Add instruction helpers | Michael Rolnik |
2020-07-10 | apic: Report current_count via 'info lapic' | Jan Kiszka |