| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Enforce that M-profile SP low 2 bits are always zero | Peter Maydell | 2021-07-27 | 3 | -6/+15 |
* | Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into staging | Peter Maydell | 2021-07-26 | 1 | -22/+20 |
|\ |
|
| * | target/hexagon: Drop include of qemu.h | Peter Maydell | 2021-07-21 | 1 | -1/+2 |
| * | Hexagon (target/hexagon) remove put_user_*/get_user_* | Taylor Simpson | 2021-07-21 | 1 | -21/+18 |
* | | i386: do not call cpudef-only models functions for max, host, base | Claudio Fontana | 2021-07-23 | 4 | -59/+89 |
* | | target/i386: Added consistency checks for CR3 | Lara Lazier | 2021-07-23 | 2 | -3/+14 |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-07-22 | 3 | -4/+103 |
|\ \ |
|
| * | | target/i386: Added consistency checks for EFER | Lara Lazier | 2021-07-22 | 2 | -0/+44 |
| * | | target/i386: Added consistency checks for CR4 | Lara Lazier | 2021-07-22 | 3 | -3/+48 |
| * | | target/i386: Added V_INTR_PRIO check to virtual interrupts | Lara Lazier | 2021-07-22 | 1 | -1/+11 |
| |/ |
|
* | | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson | 2021-07-21 | 23 | -413/+0 |
* | | target/avr: Implement gdb_adjust_breakpoint | Richard Henderson | 2021-07-21 | 4 | -14/+15 |
* | | 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 |