| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | target/i386: Implement debug_check_breakpoint | Richard Henderson | 2021-07-21 | 1 | -0/+12 |
* | | target/arm: Implement debug_check_breakpoint | Richard Henderson | 2021-07-21 | 4 | -4/+8 |
* | | target/alpha: Drop goto_tb path in gen_call_pal | Richard Henderson | 2021-07-21 | 1 | -13/+2 |
* | | tcg: Rename helper_atomic_*_mmu and provide for user-only | Richard Henderson | 2021-07-21 | 5 | -51/+26 |
|/ |
|
* | target/arm: Remove duplicate 'plus1' function from Neon and SVE decode | Peter Maydell | 2021-07-18 | 5 | -14/+4 |
* | target/arm: Fix offsets for TTBCR | Richard Henderson | 2021-07-18 | 1 | -4/+7 |
* | target/riscv: hardwire bits in hideleg and hedeleg | Jose Martins | 2021-07-15 | 1 | -23/+31 |
* | target/riscv: csr: Remove redundant check in fp csr read/write routines | Bin Meng | 2021-07-15 | 1 | -24/+0 |
* | target/riscv: pmp: Fix some typos | Bin Meng | 2021-07-15 | 1 | -5/+5 |
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int... | Peter Maydell | 2021-07-14 | 7 | -631/+574 |
|\ |
|
| * | target/hppa: Clean up DisasCond | Richard Henderson | 2021-07-13 | 1 | -34/+9 |
| * | target/hppa: Use tcg_constant_* | Richard Henderson | 2021-07-13 | 1 | -38/+18 |
| * | target/openrisc: Use dc->zero in gen_add, gen_addc | Richard Henderson | 2021-07-13 | 1 | -5/+5 |
| * | target/openrisc: Cache constant 0 in DisasContext | Richard Henderson | 2021-07-13 | 1 | -6/+6 |
| * | target/openrisc: Use tcg_constant_tl for dc->R0 | Richard Henderson | 2021-07-13 | 1 | -8/+2 |
| * | target/openrisc: Use tcg_constant_* | Richard Henderson | 2021-07-13 | 1 | -33/+9 |
| * | target/alpha: Use tcg_constant_* elsewhere | Richard Henderson | 2021-07-13 | 1 | -32/+14 |
| * | target/alpha: Use tcg_constant_i64 for zero and lit | Richard Henderson | 2021-07-13 | 1 | -14/+2 |
| * | target/alpha: Use dest_sink for HW_RET temporary | Richard Henderson | 2021-07-13 | 1 | -1/+1 |
| * | target/alpha: Store set into rx flag | Richard Henderson | 2021-07-13 | 1 | -5/+1 |
| * | target/i386: Correct implementation for FCS, FIP, FDS and FDP | Ziqiao Kong | 2021-07-13 | 3 | -9/+56 |
| * | target/i386: Split out do_fninit | Richard Henderson | 2021-07-13 | 1 | -14/+8 |
| * | target/i386: Trivial code motion and code style fix | Ziqiao Kong | 2021-07-13 | 1 | -435/+446 |
| * | target/i386: Tidy hw_breakpoint_remove | Dmitry Voronetskiy | 2021-07-13 | 1 | -2/+2 |
* | | target/i386: Fix cpuid level for AMD | zhenwei pi | 2021-07-13 | 1 | -2/+9 |
* | | target/i386: suppress CPUID leaves not defined by the CPU vendor | Michael Roth | 2021-07-13 | 2 | -0/+9 |
* | | i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges | Vitaly Kuznetsov | 2021-07-13 | 2 | -0/+12 |
* | | i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed | Vitaly Kuznetsov | 2021-07-13 | 1 | -5/+5 |
* | | i386: kill off hv_cpuid_check_and_set() | Vitaly Kuznetsov | 2021-07-13 | 1 | -68/+36 |
* | | i386: expand Hyper-V features during CPU feature expansion time | Vitaly Kuznetsov | 2021-07-13 | 4 | -4/+30 |
* | | i386: make hyperv_expand_features() return bool | Vitaly Kuznetsov | 2021-07-13 | 1 | -19/+21 |
* | | i386: hardcode supported eVMCS version to '1' | Vitaly Kuznetsov | 2021-07-13 | 1 | -4/+35 |
|/ |
|
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 2021-07-12 | 47 | -1115/+1145 |
|\ |
|
| * | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen | 2021-07-07 | 5 | -416/+453 |
| * | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 2021-07-07 | 14 | -28/+33 |
| * | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -122/+1 |
| * | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+2 |
| * | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2021-07-07 | 2 | -9/+2 |
| * | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 2021-07-07 | 4 | -151/+178 |
| * | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 2021-07-07 | 5 | -277/+326 |
| * | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 2021-07-07 | 22 | -17/+18 |
| * | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 2021-07-07 | 24 | -23/+23 |
| * | target/s390x: remove tcg-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -31/+1 |
| * | target/s390x: meson: add target_user_arch | Cho, Yu-Chen | 2021-07-07 | 1 | -0/+3 |
| * | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 2021-07-07 | 1 | -1/+1 |
| * | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand | 2021-07-07 | 3 | -43/+83 |
| * | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger | 2021-07-07 | 3 | -0/+25 |
* | | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into staging | Peter Maydell | 2021-07-12 | 4 | -29/+427 |
|\ \ |
|
| * | | target/mips: Rewrite UHI errno_mips() using switch statement | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -15/+9 |
| * | | target/mips/tx79: Introduce SQ opcode (Store Quadword) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+28 |