You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/ppc
Markus Armbruster 0223e79287 error: Use error_setg_errno() for simplicity and consistency
Use error_setg_errno() instead of passing the value of strerror() or
g_strerror() to error_setg().

The separator between the error message proper and the value of
strerror() changes from " : ", "", " - ", "- " to ": " in places.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20251121121438.1249498-14-armbru@redhat.com>
Acked-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
4 days ago
..
translate target/ppc: use MAKE_64BIT_MASK for mcrfs exception clear mask 4 months ago
Kconfig ppc: switch boards to "default y" 2 years ago
arch_dump.c include: Rename sysemu/ -> system/ 1 year ago
compat.c include: Rename sysemu/ -> system/ 1 year ago
cpu-models.c target/ppc: Remove the unusable e200 CPUs 2 months ago
cpu-models.h target/ppc: Remove the unusable e200 CPUs 2 months ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 9 months ago
cpu-qom.h target/ppc: Use GDBFeature for dynamic XML 2 years ago
cpu.c include/exec: Split out watchpoint.h 9 months ago
cpu.h include: move hw/registerfields.h to hw/core/ 2 weeks ago
cpu_init.c include: move hw/qdev-properties.h to hw/core/ 2 weeks ago
cpu_init.h target/ppc: Add Power11 DD2.0 processor 1 year ago
dfp_helper.c target/ppc: replace assert(0) with g_assert_not_reached() 1 year ago
excp_helper.c target/ppc: call plugin trap callbacks 3 months ago
fpu_helper.c target/ppc: Move floating-point compare instructions to decodetree. 4 months ago
gdbstub.c target/ppc: Fix GDB register indexing on secondary CPUs 2 years ago
helper.h target/ppc: Move floating-point compare instructions to decodetree. 4 months ago
helper_regs.c target/ppc: Support for IBM PPE42 MMU 4 months ago
helper_regs.h codebase: prepare to remove cpu.h from exec/exec-all.h 9 months ago
insn32.decode target/ppc: Move remaining floating-point move instructions to decodetree. 4 months ago
insn64.decode target/ppc: Implemented [pm]xvbf16ger2* 4 years ago
int_helper.c target/ppc: Move VMX integer add/sub saturate insns to decodetree. 1 year ago
internal.h include: move hw/registerfields.h to hw/core/ 2 weeks ago
kvm.c error: Use error_setg_errno() for simplicity and consistency 4 days ago
kvm_ppc.h target/ppc/kvm: Remove kvmppc_get_host_model() as unused 3 months ago
machine.c include: Remove 'exec/exec-all.h' 9 months ago
mem_helper.c accel/tcg: Split out accel/tcg/helper-retaddr.h 9 months ago
meson.build target/ppc: Move TCG specific exception handlers to tcg-excp_helper.c 10 months ago
misc_helper.c hw/ppc: Fix build error with CONFIG_POWERNV disabled 4 months ago
mmu-book3s-v3.c exec/cpu-all: remove system/memory include 9 months ago
mmu-book3s-v3.h target/ppc: Remove includes from mmu-book3s-v3.h 1 year ago
mmu-booke.c target/ppc: Move out BookE and related MMU functions from mmu_common.c 2 years ago
mmu-booke.h target/ppc: Move out BookE and related MMU functions from mmu_common.c 2 years ago
mmu-books.h target/ppc: introduce mmu-books.h 5 years ago
mmu-hash32.c include: Remove 'exec/exec-all.h' 9 months ago
mmu-hash32.h exec/cpu-all: remove system/memory include 9 months ago
mmu-hash64.c include: move hw/hw.h to hw/core/, rename 2 weeks ago
mmu-hash64.h qemu: Declare all load/store helper in 'qemu/bswap.h' 6 months ago
mmu-radix64.c include: Remove 'exec/exec-all.h' 9 months ago
mmu-radix64.h target/ppc/mmu-radix64: Remove externally unused parts from header 1 year ago
mmu_common.c include: Remove 'exec/exec-all.h' 9 months ago
mmu_helper.c include: Remove 'exec/exec-all.h' 9 months ago
power8-pmu-regs.c.inc target/ppc: Add new hflags to support BHRB 2 years ago
power8-pmu.c include: Remove 'exec/exec-all.h' 9 months ago
power8-pmu.h target/ppc: Add recording of taken branches to BHRB 2 years ago
ppc-qmp-cmds.c qapi: make most CPU commands unconditionally available 8 months ago
spr_common.h ppc: Enable 2nd DAWR support on Power10 PowerNV machine 10 months ago
tcg-excp_helper.c target/ppc: Add IBM PPE42 exception model 4 months ago
tcg-stub.c hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep 2 years ago
timebase_helper.c include: Remove 'exec/exec-all.h' 9 months ago
trace-events target/ppc: Improve KVM hypercall trace 4 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
translate.c accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx 3 months ago
user_only_helper.c include: Remove 'exec/exec-all.h' 9 months ago