[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] target/i386: Fix arguments for vmsr_read_thread_stat()
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/1] target/i386: Fix arguments for vmsr_read_thread_stat() |
Date: |
Fri, 9 Aug 2024 18:10:40 +0800 |
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 <aharivel@redhat.com>
> 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 <aharivel@redhat.com>
> ---
> target/i386/kvm/kvm.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>