From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI2cH-0006KY-EY for qemu-devel@nongnu.org; Tue, 08 Dec 2009 11:08:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI2cC-0006Jl-HY for qemu-devel@nongnu.org; Tue, 08 Dec 2009 11:08:44 -0500 Received: from [199.232.76.173] (port=60749 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI2cC-0006Jh-Ar for qemu-devel@nongnu.org; Tue, 08 Dec 2009 11:08:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34254) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI2cB-0000lP-Tv for qemu-devel@nongnu.org; Tue, 08 Dec 2009 11:08:40 -0500 Date: Tue, 8 Dec 2009 13:26:21 -0200 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [PATCH] kvm: x86: Add support for VCPU event states Message-ID: <20091208152621.GA20167@amt.cnet> References: <4B0C6D2F.6080701@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0C6D2F.6080701@web.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel , Avi Kivity On Wed, Nov 25, 2009 at 12:33:03AM +0100, Jan Kiszka wrote: > This patch extends the qemu-kvm state sync logic with support for > KVM_GET/SET_VCPU_EVENTS, giving access to yet missing exception, > interrupt and NMI states. > > Signed-off-by: Jan Kiszka > --- > kvm-all.c | 11 +++++++ > kvm.h | 1 + > target-i386/cpu.h | 5 +++ > target-i386/kvm.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ > target-i386/machine.c | 6 ++++ > 5 files changed, 100 insertions(+), 0 deletions(-) Jan, Where is exception_index in the migration data? I can't see it anywhere.