From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDaf-00060Q-Hl for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:39:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHDac-0004t6-81 for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:39:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDac-0004t1-3D for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:39:06 -0500 References: <1450870121-15943-1-git-send-email-asmetanin@virtuozzo.com> From: Paolo Bonzini Message-ID: <568E94A3.6030801@redhat.com> Date: Thu, 7 Jan 2016 17:38:59 +0100 MIME-Version: 1.0 In-Reply-To: <1450870121-15943-1-git-send-email-asmetanin@virtuozzo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 0/6] KVM: Hyper-V SynIC timers migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smetanin , kvm@vger.kernel.org Cc: Gleb Natapov , "Denis V. Lunev" , Roman Kagan , qemu-devel@nongnu.org On 23/12/2015 12:28, Andrey Smetanin wrote: > During testing of Windows 2012R2 guest migration with > Hyper-V SynIC timers enabled we found several bugs > which lead to restoring guest in a hung state. > > This patch series provides several fixes to make the > migration of guest with Hyper-V SynIC timers enabled > succeed. > > The series applies on top of > 'kvm/x86: Remove Hyper-V SynIC timer stopping' > previously sent. > > Signed-off-by: Andrey Smetanin > Reviewed-by: Roman Kagan > CC: Gleb Natapov > CC: Paolo Bonzini > CC: Roman Kagan > CC: Denis V. Lunev > CC: qemu-devel@nongnu.org > > Andrey Smetanin (6): > kvm/x86: Drop stimer_stop() function > kvm/x86: Hyper-V unify stimer_start() and stimer_restart() > kvm/x86: Reorg stimer_expiration() to better control timer restart > kvm/x86: Hyper-V fix SynIC timer disabling condition > kvm/x86: Skip SynIC vector check for QEMU side > kvm/x86: Update SynIC timers on guest entry only > > arch/x86/kvm/hyperv.c | 112 +++++++++++++++++++++++--------------------------- > arch/x86/kvm/x86.c | 6 +++ > 2 files changed, 58 insertions(+), 60 deletions(-) > Applied, let me know if I should fix up patch 3 (the bug is preexisting anyway, if it is a bug as I suspect). Paolo