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
Philippe Mathieu-Daudé 9038ac0c5c overall: Remove unnecessary g_strdup_printf() calls
Replace g_strdup_printf("%s", value) -> g_strdup(value)
to avoid unnecessary string formatting.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 week ago
..
hvf i386/cpu: Extract a common fucntion to setup value of MSR_CORE_THREAD_COUNT 1 month ago
kvm i386/cpu: Extract a common fucntion to setup value of MSR_CORE_THREAD_COUNT 1 month ago
nvmm include: Rename sysemu/ -> system/ 2 months ago
tcg fpu: allow flushing of output denormals to be after rounding 2 weeks ago
whpx include: Rename sysemu/ -> system/ 2 months ago
Kconfig i386: select correct components for no-board build 10 months ago
arch_dump.c include: Rename sysemu/ -> system/ 2 months ago
arch_memory_mapping.c include: Rename sysemu/ -> system/ 2 months ago
confidential-guest.c target/i386: introduce x86-confidential-guest 10 months ago
confidential-guest.h target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type() 1 month ago
cpu-apic.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
cpu-dump.c target/i386: remove CC_OP_CLR 4 months ago
cpu-internal.h include: Rename sysemu/ -> system/ 2 months ago
cpu-param.h target/*: Remove TARGET_LONG_BITS from cpu-param.h 2 weeks ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 1 year ago
cpu-system.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
cpu.c overall: Remove unnecessary g_strdup_printf() calls 1 week ago
cpu.h target/i386: Add new CPU model ClearwaterForest 1 month ago
gdbstub.c target/i386/gdbstub: Expose orig_ax 4 months ago
helper.c accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h' 2 months ago
helper.h target/i386: optimize computation of ZF from CC_OP_DYNAMIC 4 months ago
host-cpu.c include: Rename sysemu/ -> system/ 2 months ago
host-cpu.h
machine.c include: Rename sysemu/ -> system/ 2 months ago
meson.build include: Rename sysemu/ -> system/ 2 months ago
monitor.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
ops_sse.h target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS 9 months ago
sev-system-stub.c include: Rename sysemu/ -> system/ 2 months ago
sev.c include: Rename sysemu/ -> system/ 2 months ago
sev.h target/i386/sev: Reduce system specific declarations 2 months ago
svm.h target/i386: check intercept for XSETBV 1 year ago
trace-events target/i386/sev: Use size_t for object sizes 8 months ago
trace.h
xsave_helper.c