Message ID | 20200921103805.9102-1-mlevitsk@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=AHPx=C6=vger.kernel.org=kvm-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A57EA139A for <patchwork-kvm@patchwork.kernel.org>; Mon, 21 Sep 2020 10:38:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 892F0216C4 for <patchwork-kvm@patchwork.kernel.org>; Mon, 21 Sep 2020 10:38:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="AueoSnjJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726513AbgIUKiS (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Mon, 21 Sep 2020 06:38:18 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:24161 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726436AbgIUKiS (ORCPT <rfc822;kvm@vger.kernel.org>); Mon, 21 Sep 2020 06:38:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600684697; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=k37fRmP6IslqoM8RNLxcb8OzcjtWZpkq3yLymvakBU4=; b=AueoSnjJkfxW7RSb0Z5Hyb1MxvQTgtSHZt5IAWWE7T4OJHOeWVa5CjQTaRFTOhg6DNYqXz gI/N6uzv0ZRG7C/brcvbJBNvm5ZnfHWIPWE0NR48mqCvhMROgiRvNMTXmmg8koV/lSR5I1 rA5JCKVdjyJ+/TE7YOGistZ19H8pJkE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-395-YFqMEzMEPRqvidZyzhPt7g-1; Mon, 21 Sep 2020 06:38:15 -0400 X-MC-Unique: YFqMEzMEPRqvidZyzhPt7g-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 40029801AC3; Mon, 21 Sep 2020 10:38:13 +0000 (UTC) Received: from localhost.localdomain (unknown [10.35.206.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7513E68D64; Mon, 21 Sep 2020 10:38:06 +0000 (UTC) From: Maxim Levitsky <mlevitsk@redhat.com> To: kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jim Mattson <jmattson@google.com>, Wanpeng Li <wanpengli@tencent.com>, Ingo Molnar <mingo@redhat.com>, Sean Christopherson <sean.j.christopherson@intel.com>, Borislav Petkov <bp@alien8.de>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Gleixner <tglx@linutronix.de>, Vitaly Kuznetsov <vkuznets@redhat.com>, x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)), Joerg Roedel <joro@8bytes.org>, "H. Peter Anvin" <hpa@zytor.com>, Maxim Levitsky <mlevitsk@redhat.com> Subject: [PATCH v2 0/1] KVM: correctly restore the TSC value on nested migration Date: Mon, 21 Sep 2020 13:38:04 +0300 Message-Id: <20200921103805.9102-1-mlevitsk@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: correctly restore the TSC value on nested migration
|
expand
|