]> xenbits.xensource.com Git - qemu-xen.git/commit
system: improve migration debug
authorDenis V. Lunev <den@openvz.org>
Thu, 5 Sep 2024 19:19:41 +0000 (21:19 +0200)
committerPeter Xu <peterx@redhat.com>
Mon, 9 Sep 2024 14:55:40 +0000 (10:55 -0400)
commit89bccecdda253c9a1a38921cf9266a4f9655c88c
tree27abc91d157b20b6e9ac25b6d6743e7d2d89c56c
parentafe166d4e8bc33bc448cd573b55d0ac094187d48
system: improve migration debug

Right now migration_throttle() tracepoint lacks very important
important information, i.e. no one could easily say how much the guest
is throttled. This makes difficult to debug guest quality of service
during migration.

This patch adds one more tracepoint into cpu_throttle_set() which is
actually doing this job.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Peter Xu <peterx@redhat.com>
CC: Fabiano Rosas <farosas@suse.de>
CC: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20240905191941.310592-1-den@openvz.org
Signed-off-by: Peter Xu <peterx@redhat.com>
system/cpu-throttle.c
system/trace-events