Age | Commit message (Expand) | Author | Files | Lines |
2023-10-20 | machine: adding s390 topology to query-cpu-fast | Pierre Morel | 1 | -0/+9 |
2023-10-20 | target/s390x/cpu topology: activate CPU topology | Pierre Morel | 2 | -0/+10 |
2023-10-20 | s390x/cpu topology: interception of PTF instruction | Pierre Morel | 1 | -0/+11 |
2023-10-20 | s390x/cpu topology: resetting the Topology-Change-Report | Pierre Morel | 4 | -0/+32 |
2023-10-20 | target/s390x/cpu topology: handle STSI(15) and build the SYSIB | Pierre Morel | 4 | -2/+415 |
2023-10-20 | CPU topology: extend with s390 specifics | Pierre Morel | 2 | -0/+13 |
2023-10-11 | hw/core/cpu: Return static value with gdb_arch_name() | Akihiko Odaki | 1 | -2/+2 |
2023-10-07 | meson: Rename target_softmmu_arch -> target_system_arch | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-04 | accel/tcg: Remove cpu_set_cpustate_pointers | Richard Henderson | 1 | -2/+0 |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 1 | -1/+1 |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson | 2 | -264/+264 |
2023-10-03 | accel/tcg: Move CPUNegativeOffsetState into CPUState | Richard Henderson | 1 | -1/+0 |
2023-09-15 | target/s390x: Use clmul_64 | Richard Henderson | 1 | -47/+13 |
2023-09-15 | target/s390x: Use clmul_32* routines | Richard Henderson | 1 | -53/+22 |
2023-09-15 | target/s390x: Use clmul_16* routines | Richard Henderson | 1 | -3/+24 |
2023-09-15 | target/s390x: Use clmul_8* routines | Richard Henderson | 1 | -3/+29 |
2023-09-12 | target/s390x: AP-passthrough for PV guests | Steffen Eiden | 5 | -0/+79 |
2023-09-12 | target/s390x/kvm: Refactor AP functionalities | Steffen Eiden | 1 | -7/+17 |
2023-09-08 | trace-events: Fix the name of the tracing.rst file | Thomas Huth | 1 | -1/+1 |
2023-09-05 | Merge tag 'pull-request-2023-08-31' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -0/+2 |
2023-08-31 | target/helpers: Remove unnecessary 'qemu/main-loop.h' header | Philippe Mathieu-Daudé | 2 | -2/+0 |
2023-08-31 | target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header | Philippe Mathieu-Daudé | 2 | -2/+0 |
2023-08-31 | target/s390x: Define TARGET_HAS_PRECISE_SMC | Ilya Leoshkevich | 1 | -0/+2 |
2023-08-24 | sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint | Anton Johansson | 1 | -4/+2 |
2023-08-24 | Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 1 | -0/+5 |
2023-08-23 | target/s390x: Fix the "ignored match" case in VSTRS | Ilya Leoshkevich | 1 | -37/+17 |
2023-08-23 | target/s390x: Use a 16-bit immediate in VREP | Ilya Leoshkevich | 1 | -2/+2 |
2023-08-23 | target/s390x: Fix VSTL with a large length | Ilya Leoshkevich | 1 | -1/+1 |
2023-08-23 | target/s390x: Check reserved bits of VFMIN/VFMAX's M5 | Ilya Leoshkevich | 1 | -1/+1 |
2023-08-23 | s390x: Convert DPRINTF to trace events | Cédric Le Goater | 2 | -22/+18 |
2023-08-22 | kvm: Introduce kvm_arch_get_default_type hook | Akihiko Odaki | 1 | -0/+5 |
2023-07-31 | target/s390x: Move trans_exc_code update to do_program_interrupt | Richard Henderson | 1 | -12/+28 |
2023-07-25 | s390x: spelling fixes | Michael Tokarev | 5 | -5/+5 |
2023-07-24 | target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13 | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-24 | target/s390x: Make MC raise specification exception when class >= 16 | Ilya Leoshkevich | 2 | -3/+3 |
2023-07-24 | target/s390x: Fix ICM with M3=0 | Ilya Leoshkevich | 1 | -0/+6 |
2023-07-24 | target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputs | Ilya Leoshkevich | 1 | -1/+2 |
2023-07-24 | target/s390x: Fix CLM with M3=0 | Ilya Leoshkevich | 1 | -0/+5 |
2023-07-24 | target/s390x: Make CKSM raise an exception if R2 is odd | Ilya Leoshkevich | 2 | -1/+7 |
2023-07-10 | target/s390x: Fix relative long instructions with large offsets | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-10 | target/s390x: Fix LRA when DAT is off | Ilya Leoshkevich | 1 | -1/+1 |
2023-07-10 | target/s390x: Fix LRA overwriting the top 32 bits on DAT error | Ilya Leoshkevich | 3 | -4/+4 |
2023-07-10 | target/s390x: Fix MVCRL with a large value in R0 | Ilya Leoshkevich | 1 | -0/+1 |
2023-07-10 | target/s390x: Fix MDEB and MDEBR | Ilya Leoshkevich | 2 | -3/+4 |
2023-07-10 | target/s390x: Fix EPSW CC reporting | Ilya Leoshkevich | 1 | -0/+4 |
2023-07-10 | hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ | Philippe Mathieu-Daudé | 11 | -8/+465 |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson | 1 | -2/+2 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 2 | -4/+4 |
2023-06-06 | Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 6 | -17/+20 |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson | 1 | -5/+1 |