397 Commits (8fefb2fd60203ee8f3bbd1f84bdfd36da7f78214)

Author SHA1 Message Date
Philippe Mathieu-Daudé a056e7a3b8 target/microblaze: Build 'gdbstub.c' once for system binaries 2 months ago
Anton Johansson cf884c075e exec: Drop TARGET_PHYS_ADDR_SPACE_BITS 4 months ago
Pierrick Bouvier 10059583c7 include/tcg/tcg-op.h: eradicate TARGET_INSN_START_EXTRA_WORDS 2 months ago
Philippe Mathieu-Daudé a63b90ca6c disas: Have disas_set_info() take a const CPUState 2 months ago
Philippe Mathieu-Daudé 195060d9c8 target/microblaze: Build system files once 3 months ago
Philippe Mathieu-Daudé f2cd7f507e target/microblaze: Avoid target-specific migration headers in machine.c 3 months ago
Philippe Mathieu-Daudé 9281c68dec target/microblaze: Directly check endianness via CPUConfig::endi flag 3 months ago
Paolo Bonzini 78d45220b4 include: move hw/qdev-properties.h to hw/core/ 4 months ago
Julian Ganz cd6ee56222 target/microblaze: call plugin trap callbacks 5 months ago
Edgar E. Iglesias cfc1d54251 target/microblaze: Handle signed division overflows 7 months ago
Edgar E. Iglesias 0e46b4d1f1 target/microblaze: div: Break out raise_divzero() 7 months ago
Edgar E. Iglesias a04c5ba543 target/microblaze: Remove unused arg from check_divz() 7 months ago
Philippe Mathieu-Daudé 5dfe024f9e target/microblaze: Convert CPUMBState::res_addr field to uint32_t type 6 months ago
Philippe Mathieu-Daudé 2c12ba4d8b target/microblaze: Have do_load/store() take a TCGv_i32 address argument 6 months ago
Philippe Mathieu-Daudé 1bf79694bc target/microblaze: Have compute_ldst_addr_type[ab] return TCGv_i32 6 months ago
Philippe Mathieu-Daudé 92035b7b0d target/microblaze: Remove target_ulong use in helper_stackprot() 6 months ago
Philippe Mathieu-Daudé dc693a4a88 target/microblaze: Remove target_ulong use in gen_goto_tb() 6 months ago
Philippe Mathieu-Daudé 0651ea17e8 target/microblaze: Remove target_ulong uses in get_phys_page_attrs_debug 6 months ago
Philippe Mathieu-Daudé 1f097e46a3 target/microblaze: Remove target_ulong use in cpu_handle_mmu_fault() 6 months ago
Philippe Mathieu-Daudé 482869ca84 accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx 6 months ago
Igor Mammedov 87511341c3 add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 8 months ago
Richard Henderson 981f2beb16 target: Use cpu_pointer_wrap_uint32 for 32-bit targets 11 months ago
Richard Henderson 36a9529e60 target/microblaze: Simplify compute_ldst_addr_type{a,b} 1 year ago
Richard Henderson bd07403fc1 target/microblaze: Drop DisasContext.r0 1 year ago
Richard Henderson 17ac97a958 target/microblaze: Fix printf format in mmu_translate 1 year ago
Richard Henderson 14c1d81354 target/microblaze: Use TCGv_i64 for compute_ldst_addr_ea 1 year ago
Richard Henderson 8cea8bd4d3 target/microblaze: Use uint64_t for CPUMBState.ear 1 year ago
Richard Henderson beea772666 target/microblaze: Implement extended address load/store out of line 1 year ago
Richard Henderson 526b0d364a target/microblaze: Split out mb_transaction_failed_internal 1 year ago
Richard Henderson 3f8d6b432d target/microblaze: Introduce helper_unaligned_access 11 months ago
Richard Henderson 67f2d507ca target/microblaze: Split out mb_unaligned_access_internal 1 year ago
Peter Maydell 6222ae143d target/microblaze: Delay gdb_register_coprocessor() to realize 11 months ago
Peter Maydell 9c6675e8a5 target/microblaze: Use 'obj' in DEVICE() casts in mb_cpu_initfn() 11 months ago
Philippe Mathieu-Daudé dd54fc2a6b target/migration: Inline VMSTATE_CPU() 11 months ago
Richard Henderson c37f8978d9 accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOps 11 months ago
Richard Henderson 4759aae432 accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state 11 months ago
Richard Henderson a59a876999 accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h 11 months ago
Richard Henderson 9181ab4528 accel/tcg: Introduce TCGCPUOps.cpu_exec_reset 11 months ago
Philippe Mathieu-Daudé 84307cd602 include: Remove 'exec/exec-all.h' 12 months ago
Richard Henderson fcfbd8f4a9 target/microblaze: Use tcg_gen_addcio_i32 1 year ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 1 year ago
Philippe Mathieu-Daudé a3d40b5eff tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field 1 year ago
Philippe Mathieu-Daudé 8201f1a29c tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 1 year ago
Philippe Mathieu-Daudé 04583ce7e0 tcg: Define guest_default_memory_order in TCGCPUOps 1 year ago
Philippe Mathieu-Daudé 42fa9665e5 exec: Restrict 'cpu_ldst.h' to accel/tcg/ 1 year ago
Philippe Mathieu-Daudé 21d41c566d tcg: Declare TARGET_INSN_START_EXTRA_WORDS in 'cpu-param.h' 1 year ago
Pierrick Bouvier 0df783b2fb exec/cpu-all: remove this header 1 year ago
Pierrick Bouvier d97c3b06de exec/cpu-all: transfer exec/cpu-common include to cpu.h headers 1 year ago
Pierrick Bouvier 9c2ff9cdc9 exec/cpu-all: remove exec/target_page include 1 year ago
Pierrick Bouvier 22a7c2f239 exec/cpu-all: remove exec/cpu-interrupt include 1 year ago