From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVjEq-00054w-Et for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVjEl-000403-Lv for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:35:16 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:47044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVjEl-0003zu-F2 for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:35:11 -0400 Received: by mail-la0-f51.google.com with SMTP id hp15so1668767lab.10 for ; Mon, 14 Oct 2013 07:35:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1380229386-24166-3-git-send-email-christoffer.dall@linaro.org> References: <1380229386-24166-1-git-send-email-christoffer.dall@linaro.org> <1380229386-24166-3-git-send-email-christoffer.dall@linaro.org> From: Peter Maydell Date: Mon, 14 Oct 2013 15:34:50 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC PATCH v2 2/6] hw: arm_gic: Introduce GIC_SET_PRIORITY macro List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoffer Dall Cc: Patch Tracking , QEMU Developers , "kvmarm@lists.cs.columbia.edu" On 26 September 2013 22:03, Christoffer Dall wrote: > To make the code slightly cleaner to look at and make the save/restore > code easier to understand, introduce this macro to set the priority of > interrupts. > > Signed-off-by: Christoffer Dall Commit message and subject need updating since it's not a macro and not GIC_SET_PRIORITY any more, but otherwise Reviewed-by: Peter Maydell -- PMM