From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] Fix reboot on Intel hosts Date: Wed, 22 Sep 2010 17:50:09 -0300 Message-ID: <20100922205009.GA13519@amt.cnet> References: <1285091984-7518-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22231 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752420Ab0IVUuk (ORCPT ); Wed, 22 Sep 2010 16:50:40 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8MKodJm005987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Sep 2010 16:50:40 -0400 Content-Disposition: inline In-Reply-To: <1285091984-7518-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 21, 2010 at 07:59:42PM +0200, Avi Kivity wrote: > For a while (how long?) reboots with active guests are broken on Intel hosts. > This patch set fixes the problem. > > Avi Kivity (2): > KVM: Fix reboot on Intel hosts > KVM: cpu_relax() during spin waiting for reboot > > virt/kvm/kvm_main.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) Applied, thanks.