From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8swq-0005bF-F2 for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:59:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8swm-00073f-DB for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:59:36 -0500 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:35614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8swm-00073J-7u for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:59:32 -0500 Received: by mail-pa0-x22c.google.com with SMTP id hk6so7613373pad.2 for ; Tue, 15 Dec 2015 08:59:31 -0800 (PST) Message-ID: <567046ED.6070806@linaro.org> Date: Wed, 16 Dec 2015 00:59:25 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1449804086-3464-1-git-send-email-zhaoshenglong@huawei.com> <1449804086-3464-3-git-send-email-zhaoshenglong@huawei.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 02/10] acpi: extend aml_interrupt() to support multiple irqs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Shannon Zhao Cc: Wei Huang , G Gregory , "Michael S. Tsirkin" , QEMU Developers , "Huangpeng (Peter)" , qemu-arm , Igor Mammedov On 2015/12/16 0:55, Peter Maydell wrote: > On 11 December 2015 at 03:21, Shannon Zhao wrote: >> >From: Igor Mammedov >> > >> >ASL Interrupt() macro translates to Extended Interrupt Descriptor >> >which supports variable number of IRQs. It will be used for >> >conversion of ASL code for pc/q35 machines that use it for >> >returning several IRQs in _PSR object. >> > >> >Signed-off-by: Igor Mammedov >> >Reviewed-by: Shannon Zhao > Shannon, this one needs your Signed-off-by too. Signed-off-by: Shannon Zhao Thanks, -- Shannon