[PATCH 0/1] Clean up TSAN warnings

Marc Morcos posted 1 patch 2 days, 3 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251211231155.1171717-1-marcmorcos@google.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Markus Armbruster <armbru@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
There is a newer version of this series
hw/i386/kvm/apic.c              | 12 ++++++++----
hw/intc/apic_common.c           | 24 ++++++++++++++----------
include/hw/i386/apic_internal.h |  2 +-
monitor/monitor.c               |  8 +++++++-
monitor/qmp.c                   |  2 ++
target/i386/kvm/kvm.c           |  3 +++
util/thread-pool.c              | 24 +++++++++++-------------
7 files changed, 46 insertions(+), 29 deletions(-)
[PATCH 0/1] Clean up TSAN warnings
Posted by Marc Morcos 2 days, 3 hours ago
When running several tests with tsan, thread races were detected when reading certain variables. This should allieviate the problem.
Additionally, the apicbase member of APICCommonState has been updated to 64 bit to reflect its contents.

Marc Morcos (1):
  qemu: TSAN Clean up

 hw/i386/kvm/apic.c              | 12 ++++++++----
 hw/intc/apic_common.c           | 24 ++++++++++++++----------
 include/hw/i386/apic_internal.h |  2 +-
 monitor/monitor.c               |  8 +++++++-
 monitor/qmp.c                   |  2 ++
 target/i386/kvm/kvm.c           |  3 +++
 util/thread-pool.c              | 24 +++++++++++-------------
 7 files changed, 46 insertions(+), 29 deletions(-)

-- 
2.52.0.239.gd5f0c6e74e-goog