From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TShrm-0008GU-MC for qemu-devel@nongnu.org; Mon, 29 Oct 2012 01:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TShrl-0000oy-GL for qemu-devel@nongnu.org; Mon, 29 Oct 2012 01:26:26 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:12743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TShrl-0000oQ-6X for qemu-devel@nongnu.org; Mon, 29 Oct 2012 01:26:25 -0400 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MCN00K7233NCAG0@mailout3.samsung.com> for qemu-devel@nongnu.org; Mon, 29 Oct 2012 14:26:21 +0900 (KST) Received: from [172.21.111.108] ([182.198.1.3]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MCN002OD33X8770@mmp2.samsung.com> for qemu-devel@nongnu.org; Mon, 29 Oct 2012 14:26:21 +0900 (KST) Date: Mon, 29 Oct 2012 14:26:44 +0900 From: Yeongkyoon Lee In-reply-to: Message-id: <508E1394.50906@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: QUOTED-PRINTABLE References: <1350716743-2812-1-git-send-email-yeongkyoon.lee@samsung.com> <1350716743-2812-3-git-send-email-yeongkyoon.lee@samsung.com> Subject: Re: [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, aurelien@aurel32.net, rth@twiddle.net On 2012=EB=85=84 10=EC=9B=94 27=EC=9D=BC 23:29, Blue Swirl wrote: > On Sat, Oct 20, 2012 at 7:05 AM, Yeongkyoon Lee > wrote: >> Add GETPC_EXT which is used by MMU helpers to selectively calculat= e the code >> address of accessing guest memory when called from a qemu_ld/st op= timized code >> or a C function. Currently, it supports only i386 and x86-64 hosts= . >> >> Signed-off-by: Yeongkyoon Lee >> >> --- >> exec-all.h | 36 ++++++++++++++++++++++++++++++++++++ > Patch does not apply, please rebase: > Applying: tcg: Add extended GETPC mechanism for MMU helpers with ld= st > optimization > error: patch failed: exec-all.h:311 > error: exec-all.h: patch does not apply > Patch failed at 0002 tcg: Add extended GETPC mechanism for MMU help= ers > with ldst optimization Thanks. I'll send new series with rebasing.