qemu-e2k/target/i386
Markus Armbruster 0a553c12c7 Drop useless casts from g_malloc() & friends to pointer
These memory allocation functions return void *, and casting to
another pointer type is useless clutter.  Drop these casts.

If you really want another pointer type, consider g_new().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220923120025.448759-3-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2022-10-22 23:15:40 +02:00
..
hax
hvf
kvm Drop useless casts from g_malloc() & friends to pointer 2022-10-22 23:15:40 +02:00
nvmm
tcg target/i386: remove old SSE decoder 2022-10-18 13:58:05 +02:00
whpx Drop useless casts from g_malloc() & friends to pointer 2022-10-22 23:15:40 +02:00
arch_dump.c
arch_memory_mapping.c
cpu-dump.c
cpu-internal.h
cpu-param.h target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX 2022-10-18 13:58:04 +02:00
cpu-qom.h
cpu-sysemu.c
cpu.c target/i386: Enable AVX cpuid bits when using TCG 2022-10-18 13:58:05 +02:00
cpu.h target/i386: add AVX_EN hflag 2022-10-18 13:58:04 +02:00
gdbstub.c
helper.c target/i386: add AVX_EN hflag 2022-10-18 13:58:04 +02:00
helper.h target/i386: move 3DNow to the new decoder 2022-10-18 13:58:05 +02:00
host-cpu.c
host-cpu.h
Kconfig
machine.c
meson.build
monitor.c
ops_sse_header.h target/i386: remove old SSE decoder 2022-10-18 13:58:05 +02:00
ops_sse.h target/i386: remove old SSE decoder 2022-10-18 13:58:05 +02:00
sev-sysemu-stub.c
sev.c
sev.h
shift_helper_template.h
svm.h
trace-events
trace.h
xsave_helper.c