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 <[email protected]> > 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 and > after the pause, must be stored in separate locations > > Signed-off-by: Anthony Harivel <[email protected]> > --- > target/i386/kvm/kvm.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
