From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjMef-0007d3-5s for qemu-devel@nongnu.org; Thu, 21 Nov 2013 00:18:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjMea-0004Jd-An for qemu-devel@nongnu.org; Thu, 21 Nov 2013 00:18:17 -0500 Received: from mail-qe0-x22b.google.com ([2607:f8b0:400d:c02::22b]:56835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjMea-0004JU-51 for qemu-devel@nongnu.org; Thu, 21 Nov 2013 00:18:12 -0500 Received: by mail-qe0-f43.google.com with SMTP id 2so4743427qeb.30 for ; Wed, 20 Nov 2013 21:18:11 -0800 (PST) Sender: Richard Henderson Message-ID: <528D978B.8030206@twiddle.net> Date: Thu, 21 Nov 2013 15:18:03 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1384948442-24217-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1384948442-24217-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 1.7] target-i386: yield to another VCPU on PAUSE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Luigi Rizzo On 11/20/2013 09:54 PM, Paolo Bonzini wrote: > The fix is to make the pause instruction do "cpu_loop_exit". > > Cc: Richard Henderson > Reported-by: Luigi Rizzo > Signed-off-by: Paolo Bonzini > --- Reviewed-by: Richard Henderson r~