Re: [PATCH 1/1] target/i386: Fix arguments for vmsr_read_thread_stat()

2024-08-09 Thread Zhao Liu
On Wed, Aug 07, 2024 at 02:43:20PM +0200, Anthony Harivel wrote: > Date: Wed, 7 Aug 2024 14:43:20 +0200 > From: Anthony Harivel > Subject: [PATCH 1/1] target/i386: Fix arguments for vmsr_read_thread_stat() > > Snapshot of the stat utime and stime for each thread, taken before

[PATCH 1/1] target/i386: Fix arguments for vmsr_read_thread_stat()

2024-08-07 Thread Anthony Harivel
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 --- target/i386/kvm/kvm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/i386/kvm/kvm.c b/target/i386/kv