[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] i386: Fix KVM_CAP_ADJUST_CLOCK capability check
From: |
Vitaly Kuznetsov |
Subject: |
Re: [PATCH] i386: Fix KVM_CAP_ADJUST_CLOCK capability check |
Date: |
Fri, 07 Oct 2022 13:53:01 +0200 |
Paolo Bonzini <pbonzini@redhat.com> writes:
> Hi, a similar patch is now in.
>
Indeed,
commit c4ef867f2949bf2a2ae18a4e27cf1a34bbc8aecb
Author: Ray Zhang <zhanglei002@gmail.com>
Date: Thu Sep 22 18:05:23 2022 +0800
target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp
<= migration_tsc' failed
solves the problem as well.
--
Vitaly