From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42797 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJiET-00048j-R7 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 03:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJiER-0002p1-9n for qemu-devel@nongnu.org; Wed, 02 Jun 2010 03:19:20 -0400 Received: from hera.amn.nl ([213.189.22.5]:4670 helo=AMN.nl) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJiER-0002oj-5T for qemu-devel@nongnu.org; Wed, 02 Jun 2010 03:19:19 -0400 Message-ID: <4C0605E6.1080602@cs.vu.nl> Date: Wed, 02 Jun 2010 09:19:02 +0200 From: Erik van der Kouwe MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] x86: svm: Always clear event_inj on vmexit References: <4C05479E.3010705@siemens.com> <4C056F16.8000906@cs.vu.nl> <4C05FEEA.20909@web.de> In-Reply-To: <4C05FEEA.20909@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Joerg Roedel , qemu-devel , Gleb Natapov Hi, > Sorry, can't follow this ATM. But maybe you mean this: there is indeed a > problem with removing the clearance of event_inj.invalid as it may be > later on transferred into exit_int_info. And if we succeed with > injecting the event, that field must not remaind valid. Correct. > OK, here is v2: I tested this and AFAICS this one works fine and fixes the problem. Thanks, Erik