From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAE2D-00042r-Ql for qemu-devel@nongnu.org; Wed, 01 Jul 2015 05:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAE28-0000kv-FR for qemu-devel@nongnu.org; Wed, 01 Jul 2015 05:10:25 -0400 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:33730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAE28-0000kH-AB for qemu-devel@nongnu.org; Wed, 01 Jul 2015 05:10:20 -0400 Received: by qkhu186 with SMTP id u186so24842687qkh.0 for ; Wed, 01 Jul 2015 02:10:20 -0700 (PDT) Sender: Richard Henderson References: <20150629072310.388.48661.stgit@PASHA-ISP> <20150629072322.388.31566.stgit@PASHA-ISP> From: Richard Henderson Message-ID: <5593AC89.3040904@twiddle.net> Date: Wed, 1 Jul 2015 10:02:01 +0100 MIME-Version: 1.0 In-Reply-To: <20150629072322.388.31566.stgit@PASHA-ISP> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 2/5] cpu-exec: introduce loop exit with restore function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, leon.alrae@imgtec.com, agraf@suse.de, aurelien@aurel32.net On 06/29/2015 08:23 AM, Pavel Dovgalyuk wrote: > This patch introduces loop exit function, which also > restores guest CPU state according to the value of host > program counter. > > Signed-off-by: Pavel Dovgalyuk > --- > cpu-exec.c | 9 +++++++++ > include/exec/exec-all.h | 1 + > 2 files changed, 10 insertions(+), 0 deletions(-) Reviewed-by: Richard Henderson r~