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/i386/whpx
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>
2 years ago
..
meson.build accel: replace struct CpusAccel with AccelOpsClass 4 years ago
whpx-accel-ops.c whpx: Added support for breakpoints and stepping 3 years ago
whpx-accel-ops.h Clean up header guards that don't match their file name 3 years ago
whpx-all.c Drop useless casts from g_malloc() & friends to pointer 2 years ago
whpx-apic.c Remove qemu-common.h include from most units 3 years ago
whpx-internal.h Clean up header guards that don't match their file name 3 years ago