qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] trace: Fix event tracing during vCPU hot-unplug
@ 2016-12-26 21:24 Lluís Vilanova
  2016-12-26 21:24 ` [Qemu-devel] [PATCH 1/3] trace: Lock vCPU list when initializing dynamic tracing state Lluís Vilanova
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lluís Vilanova @ 2016-12-26 21:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

The vCPU list needs to be locked to avoid memory corruption with concurrent
hot-(un)plugs, and per-vCPU events need to be disabled during vCPU hot-unplug.

Also adds event "guest_cpu_exit" to track vCPU hot-unplugging.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---


Lluís Vilanova (3):
      trace: Lock vCPU list when initializing dynamic tracing state
      trace: Fix dynamic event state on vCPU hot-unplug
      trace: Add event "guest_cpu_exit"


 qom/cpu.c              |    2 ++
 trace-events           |    6 ++++++
 trace/control-target.c |   11 ++++++++++-
 trace/control.c        |   19 +++++++++++++++++++
 trace/control.h        |    8 ++++++++
 5 files changed, 45 insertions(+), 1 deletion(-)


To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-10 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-26 21:24 [Qemu-devel] [PATCH 0/3] trace: Fix event tracing during vCPU hot-unplug Lluís Vilanova
2016-12-26 21:24 ` [Qemu-devel] [PATCH 1/3] trace: Lock vCPU list when initializing dynamic tracing state Lluís Vilanova
2016-12-26 21:24 ` [Qemu-devel] [PATCH 2/3] trace: Fix dynamic event state on vCPU hot-unplug Lluís Vilanova
2016-12-26 21:24 ` [Qemu-devel] [PATCH 3/3] trace: Add event "guest_cpu_exit" Lluís Vilanova
2017-01-09 16:38 ` [Qemu-devel] [PATCH 0/3] trace: Fix event tracing during vCPU hot-unplug Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).