Age | Commit message (Expand) | Author | Files | Lines |
2024-01-16 | Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp... | Peter Maydell | 1 | -5/+1 |
2024-01-13 | target/hppa: Fix IOR and ISR on unaligned access trap | Helge Deller | 1 | -5/+1 |
2024-01-05 | target/hppa: Use generic cpu_list() | Gavin Shan | 1 | -24/+0 |
2024-01-05 | cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() | Philippe Mathieu-Daudé | 1 | -5/+1 |
2024-01-05 | target/hppa: Remove object_class_is_abstract() | Gavin Shan | 1 | -3/+1 |
2023-11-06 | target/hppa: Add unwind_breg to CPUHPPAState | Richard Henderson | 1 | -0/+1 |
2023-11-06 | target/hppa: Remove TARGET_REGISTER_BITS | Richard Henderson | 1 | -1/+1 |
2023-11-06 | target/hppa: Remove TARGET_HPPA64 | Richard Henderson | 1 | -2/+0 |
2023-11-06 | target/hppa: Implement hppa_cpu_class_by_name | Richard Henderson | 1 | -1/+9 |
2023-11-06 | target/hppa: Implement cpu_list | Richard Henderson | 1 | -0/+24 |
2023-11-06 | target/hppa: Introduce TYPE_HPPA64_CPU | Richard Henderson | 1 | -15/+18 |
2023-11-06 | target/hppa: Populate an interval tree with valid tlb entries | Richard Henderson | 1 | -0/+2 |
2023-10-04 | accel/tcg: Remove cpu_set_cpustate_pointers | Richard Henderson | 1 | -1/+0 |
2023-10-03 | target/*: Add instance_align to all cpu base classes | Richard Henderson | 1 | -0/+1 |
2023-03-01 | target/hppa: Replace `tb_pc()` with `tb->pc` | Anton Johansson | 1 | -3/+5 |
2022-10-26 | target/hppa: Convert to tcg_ops restore_state_to_opc | Richard Henderson | 1 | -0/+19 |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson | 1 | -2/+2 |
2022-10-04 | hw/core: Add CPUClass.get_pc | Richard Henderson | 1 | -0/+8 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -4/+4 |
2022-02-21 | target: Add missing "qemu/timer.h" include | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-02-02 | hppa: Add support for an emulated TOC/NMI button. | Helge Deller | 1 | -1/+1 |
2021-11-02 | target/hppa: Make hppa_cpu_tlb_fill sysemu only | Richard Henderson | 1 | -1/+1 |
2021-09-21 | hw/core: Make do_unaligned_access noreturn | Richard Henderson | 1 | -3/+4 |
2021-09-14 | target/hppa: Restrict cpu_exec_interrupt() handler to sysemu | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-26 | hw/core: Constify TCGCPUOps | Richard Henderson | 1 | -1/+1 |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé | 1 | -0/+8 |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 1 | -7/+15 |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 1 | -1/+3 |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 1 | -1/+1 |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost | 1 | -1/+1 |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost | 1 | -1/+1 |
2021-02-05 | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost | 1 | -1/+1 |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 1 | -1/+1 |
2021-01-07 | tcg: Make tb arg to synchronize_from_tb const | Richard Henderson | 1 | -1/+2 |
2019-07-05 | hppa: Delete unused hppa_cpu_list() function | Eduardo Habkost | 1 | -17/+0 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2019-06-10 | cpu: Introduce cpu_set_cpustate_pointers | Richard Henderson | 1 | -1/+1 |
2019-05-10 | target/hppa: Convert to CPUClass::tlb_fill | Richard Henderson | 1 | -3/+2 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 1 | -9/+5 |
2018-05-17 | fpu/softfloat: Specialize on snan_bit_is_one | Richard Henderson | 1 | -1/+0 |
2018-03-12 | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 1 | -14/+1 |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée | 1 | -0/+1 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-01-31 | target/hppa: Add migration for the cpu | Richard Henderson | 1 | -0/+1 |
2018-01-30 | target/hppa: Implement the interval timer | Richard Henderson | 1 | -0/+8 |
2018-01-30 | target/hppa: Implement external interrupts | Richard Henderson | 1 | -0/+6 |
2018-01-30 | target/hppa: Implement IASQ | Richard Henderson | 1 | -0/+15 |
2018-01-30 | target/hppa: Implement unaligned access trap | Richard Henderson | 1 | -1/+18 |
2018-01-30 | target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt | Richard Henderson | 1 | -0/+2 |