2024-05-25 |
Richard Henderson | Merge tag 'for-upstream' of https://gitlab.com/bonzini... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | migration: remove unnecessary zlib dependency |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | meson: do not query modules before they are processed |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | tcg: include dependencies in static_library() |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | meson: remove unnecessary dependency |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | meson: remove unnecessary reference to libm |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: remove aflag argument of gen_lea_v_seg |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: clean up repeated string operations |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: introduce gen_lea_ss_ofs |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: use mo_stacksize more |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: inline gen_add_A0_ds_seg |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: split gen_ldst_modrm for load and store |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: reg in gen_ldst_modrm is always OR_TMP0 |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: raze the gen_eob* jungle |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: assert that gen_update_eip_cur and gen_upd... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: avoid calling gen_eob_inhibit_irq before... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: avoid calling gen_eob_syscall before tb_stop |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: document and group DISAS_* constants |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: cpu_load_eflags already sets cc_op |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: remove unnecessary gen_update_cc_op before... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: cleanup eob handling of RSM |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: no single-step exception after MOV or... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Paolo Bonzini | target/i386: disable jmp_opt if EFLAGS.RF is 1 |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Artyom Kunakovsky | configure: move -mcx16 flag out of CPU_CFLAGS |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Richard Henderson | Merge tag 'pull-ppc-for-9.1-1-20240524-1' of https... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Remove pp_check() and reuse ppc_hash32_pp_p... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Move out BookE and related MMU functions... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Add a function to check for page protection bit |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc/mmu-radix64.c: Drop a local variable |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc/mmu-hash32.c: Drop a local variable |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split off common embedded TLB init |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Remove id_tlbs flag from CPU env |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Move mmu_ctx_t type to mmu_common.c |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xl... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split off 40x cases from ppc_jumbo_xlate() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split off real mode handling from get_physi... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Simplify ppc_booke_xlate() part 2 |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Simplify ppc_booke_xlate() part 1 |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split off BookE handling from ppc_jumbo_xlate() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Remove BookE from direct store handling |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Don't use mmu_ctx_t in mmubooke206_get_phys... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Don't use mmu_ctx_t in mmubooke_get_physica... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Replace hard coded constants in ppc_jumbo_x... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Deindent ppc_jumbo_xlate() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Fix misindented qemu_log_mask() calls |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Inline and remove check_physical() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split off real mode cases in get_physical_a... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Split out BookE xlate cases before checking... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Eliminate ret from mmu6xx_get_physical_addr... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Move some debug logging in ppc6xx_tlb_check() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Move else branch to avoid large if block... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Introduce mmu6xx_get_physical_address() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Drop cases for unimplemented MPC8xx MMU |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Simplify checking for real mode in get_phys... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Remove unneeded local variable from booke... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Move calculation of a value closer to its... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
BALATON Zoltan | target/ppc: Remove unused helper_rac() |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Dr. David Alan... | target/ppc: Remove unused struct 'mmu_ctx_hash32' |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: add SMT support to msgsnd broadcast |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Implement SPRC/SPRD SPRs |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Implement LDBAR, TTR SPRs |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Add SMT support to PTCR SPR |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Add SMT support to simple SPRs |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: add helper to write per-LPAR SPRs |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Add PPR32 SPR |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: BookE DECAR SPR is 32-bit |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Implement attn instruction on BookS 64... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: improve checkstop logging |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Make checkstop actually stop the system |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Remove redundant MEMOP_GET_SIZE macro |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: larx/stcx generation need only apply DEF_ME... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Glenn Miles | target/ppc: Add migration support for BHRB |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Glenn Miles | target/ppc: Add clrbhrb and mfbhrbe instructions |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Glenn Miles | target/ppc: Add recording of taken branches to BHRB |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Glenn Miles | target/ppc: Add new hflags to support BHRB |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move VMX integer max/min instructions to... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move VMX integer logical instructions to... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move VMX storage access instructions to... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move logical fixed-point instructions to... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instr... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move div/mod fixed-point insns (64 bits... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move multiply fixed-point insns (64-bit... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move neg, darn, mod{sw, uw} to decodetree. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move divw[u, e, eu] instructions to decodetree. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Make divw[u] handler method decodetree... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Move floating-point arithmetic instructions... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Chinmay Rath | target/ppc: Merge various fpu helpers |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Add ISA v3.1 variants of sync instruction |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Fix embedded memory barriers |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Move sync instructions to decodetree |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | tcg/cputlb: remove other-cpu capability from TLB flushing |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | tcg/cputlb: Remove non-synced variants of global TLB... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | target/ppc: Fix broadcast tlbie synchronisation |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | ppc/spapr: Add ibm,pi-features |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Nicholas Piggin | spapr: avoid overhead of finding vhyp class in critical... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Richard Henderson | Merge tag 'pull-tcg-20240523' of https://gitlab.com... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Richard Henderson | Merge tag 'for-upstream' of https://gitlab.com/bonzini... |
commit | commitdiff | tree | snapshot |
next |