]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386: Fix arguments for vmsr_read_thread_stat()
authorAnthony Harivel <aharivel@redhat.com>
Wed, 7 Aug 2024 12:43:20 +0000 (14:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Aug 2024 16:42:19 +0000 (18:42 +0200)
commita6e65975c3fac1b2f067fef8eeed92584d773f06
tree62086ea633e85f723c0ce6e9ee625bc422623ee3
parent3ef11c991e501768f2fa646e8438f075be1cd2f5
target/i386: Fix arguments for vmsr_read_thread_stat()

Snapshot of the stat utime and stime for each thread, taken before and
after the pause, must be stored in separate locations

Signed-off-by: Anthony Harivel <aharivel@redhat.com>
Link: https://lore.kernel.org/r/20240807124320.1741124-2-aharivel@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/kvm.c