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
Xiaoyao Li f64832033d i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock)
Commit 40da501d89 ("i386/tdx: handle TDG.VP.VMCALL<GetQuote>") added
redundant qemu_mutex_init(&tdx->lock) in tdx_guest_init by mistake.

Fix it by removing the redundant one.

Fixes: 40da501d89 ("i386/tdx: handle TDG.VP.VMCALL<GetQuote>")
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/r/20250717103707.688929-1-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 days ago
..
emulate target/i386/emulate: replace FSF postal address with licenses URL 3 weeks ago
hvf target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init() 7 days ago
kvm i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock) 2 days ago
nvmm Accelerators patches 3 days ago
tcg virtio,pci,pc: features, fixes, tests 3 days ago
whpx Accelerators patches 3 days ago
Kconfig i386: select correct components for no-board build 1 year ago
arch_dump.c include: Rename sysemu/ -> system/ 7 months ago
arch_memory_mapping.c exec/cpu-all: remove system/memory include 3 months ago
confidential-guest.c qom: Have class_init() take a const data argument 3 months ago
confidential-guest.h i386/cgs: Introduce x86_confidential_guest_check_features() 2 months ago
cpu-apic.c include/system: Move exec/address-spaces.h to system/address-spaces.h 3 months ago
cpu-dump.c target/i386: remove CC_OP_CLR 9 months ago
cpu-internal.h include: Rename sysemu/ -> system/ 7 months ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 3 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2 years ago
cpu-system.c qapi: make most CPU commands unconditionally available 2 months ago
cpu.c i386/cpu: Move x86_ext_save_areas[] initialization to .instance_init 2 days ago
cpu.h i386/cpu: Use a unified cache_info in X86CPUState 7 days ago
gdbstub.c target/i386/gdbstub: Expose orig_ax 9 months ago
helper.c tcg: Define INSN_START_WORDS as constant 3 3 months ago
helper.h target/i386: optimize computation of ZF from CC_OP_DYNAMIC 9 months ago
host-cpu.c i386/cpu: Unify family, model and stepping calculation for x86 CPU 7 days ago
host-cpu.h i386/cpu: Cleanup host_cpu_max_instance_init() 2 days ago
machine.c hw/i386/x86: Remove X86MachineClass::save_tsc_khz field 2 months ago
meson.build target/i386: nvmm, whpx: add accel/CPU class that sets host vendor 7 days ago
monitor.c qapi: remove the misc-target.json file 2 months ago
ops_sse.h target/i386: Use correct type for get_float_exception_flags() values 1 month ago
sev-system-stub.c qapi: make SEV commands unconditionally available 2 months ago
sev.c sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2 7 days ago
sev.h i386/sev: Add implementation of CGS set_guest_policy() 7 days ago
svm.h target/i386: check intercept for XSETBV 2 years ago
trace-events target/i386/sev: Use size_t for object sizes 1 year ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
xsave_helper.c qemu: Declare all load/store helper in 'qemu/bswap.h' 4 days ago