From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] KVM: x86: Add KVM_GET/SET_VCPU_EVENTS Date: Wed, 17 Mar 2010 14:36:03 +0100 Message-ID: <4BA0DAC3.8010906@suse.de> References: <4AFB5109.3070402@web.de> <4AFFFDBA.8010102@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Jan Kiszka , Marcelo Tosatti , kvm To: Avi Kivity Return-path: Received: from cantor.suse.de ([195.135.220.2]:43954 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346Ab0CQNgE (ORCPT ); Wed, 17 Mar 2010 09:36:04 -0400 In-Reply-To: <4AFFFDBA.8010102@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > On 11/12/2009 02:04 AM, Jan Kiszka wrote: >> This new IOCTL exports all yet user-invisible states related to >> exceptions, interrupts, and NMIs. Together with appropriate user space >> changes, this fixes sporadic problems of vmsave/restore, live migration >> and system reset. >> >> > > Applied, thanks. I added a flags field to the structure in case we > discover a new bit that needs to fit in there. Please take a look > (separate commit in kvm-next). > So without this patch migration fails? Sounds like a stable candidate to me. Same goes for the follow-up that adds the shadow field. Alex