From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTgGr-00004x-LY for qemu-devel@nongnu.org; Sun, 23 Aug 2015 21:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTgGn-0001Rd-LB for qemu-devel@nongnu.org; Sun, 23 Aug 2015 21:09:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTgGn-0001RZ-Fl for qemu-devel@nongnu.org; Sun, 23 Aug 2015 21:09:53 -0400 References: <1440375847-17603-1-git-send-email-cota@braap.org> <1440375847-17603-23-git-send-email-cota@braap.org> From: Paolo Bonzini Message-ID: <55DA6EDC.1080603@redhat.com> Date: Sun, 23 Aug 2015 18:09:48 -0700 MIME-Version: 1.0 In-Reply-To: <1440375847-17603-23-git-send-email-cota@braap.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 22/38] cpu: update interrupt_request atomically List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org, mttcg@greensocs.com Cc: guillaume.delbergue@greensocs.com, alex.bennee@linaro.org, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, Frederic Konrad On 23/08/2015 17:23, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > cpu-exec.c | 9 ++++++--- > exec.c | 2 +- > hw/openrisc/cputimer.c | 2 +- > qom/cpu.c | 4 ++-- > target-arm/helper-a64.c | 2 +- > target-arm/helper.c | 2 +- > target-i386/helper.c | 2 +- > target-i386/seg_helper.c | 14 +++++++------- > target-i386/svm_helper.c | 4 ++-- > target-openrisc/interrupt_helper.c | 2 +- > target-openrisc/sys_helper.c | 2 +- > target-ppc/excp_helper.c | 8 ++++---- > target-ppc/helper_regs.h | 2 +- > target-s390x/helper.c | 2 +- > target-unicore32/softmmu.c | 2 +- > translate-all.c | 4 ++-- > 16 files changed, 33 insertions(+), 30 deletions(-) Is this needed if you have patch 23 anyway? Paolo