From: Shannon Zhao <shannon.zhao@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
Shannon Zhao <zhaoshenglong@huawei.com>
Cc: G Gregory <graeme.gregory@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
QEMU Developers <qemu-devel@nongnu.org>,
"Huangpeng \(Peter\)" <peter.huangpeng@huawei.com>,
qemu-arm <qemu-arm@nongnu.org>,
Igor Mammedov <imammedo@redhat.com>
Subject: Re: [Qemu-arm] [PATCH v5 02/10] acpi: extend aml_interrupt() to support multiple irqs
Date: Wed, 16 Dec 2015 00:59:25 +0800 [thread overview]
Message-ID: <567046ED.6070806@linaro.org> (raw)
In-Reply-To: <CAFEAcA9whO9dgSf+yXFxzBDQrz7a7=SBQ4eWh-9_=9arD+VAFA@mail.gmail.com>
On 2015/12/16 0:55, Peter Maydell wrote:
> On 11 December 2015 at 03:21, Shannon Zhao<zhaoshenglong@huawei.com> wrote:
>> >From: Igor Mammedov<imammedo@redhat.com>
>> >
>> >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<imammedo@redhat.com>
>> >Reviewed-by: Shannon Zhao<shannon.zhao@linaro.org>
> Shannon, this one needs your Signed-off-by too.
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Thanks,
--
Shannon
WARNING: multiple messages have this Message-ID (diff)
From: Shannon Zhao <shannon.zhao@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
Shannon Zhao <zhaoshenglong@huawei.com>
Cc: Wei Huang <wei@redhat.com>, G Gregory <graeme.gregory@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
QEMU Developers <qemu-devel@nongnu.org>,
"Huangpeng (Peter)" <peter.huangpeng@huawei.com>,
qemu-arm <qemu-arm@nongnu.org>,
Igor Mammedov <imammedo@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v5 02/10] acpi: extend aml_interrupt() to support multiple irqs
Date: Wed, 16 Dec 2015 00:59:25 +0800 [thread overview]
Message-ID: <567046ED.6070806@linaro.org> (raw)
In-Reply-To: <CAFEAcA9whO9dgSf+yXFxzBDQrz7a7=SBQ4eWh-9_=9arD+VAFA@mail.gmail.com>
On 2015/12/16 0:55, Peter Maydell wrote:
> On 11 December 2015 at 03:21, Shannon Zhao<zhaoshenglong@huawei.com> wrote:
>> >From: Igor Mammedov<imammedo@redhat.com>
>> >
>> >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<imammedo@redhat.com>
>> >Reviewed-by: Shannon Zhao<shannon.zhao@linaro.org>
> Shannon, this one needs your Signed-off-by too.
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Thanks,
--
Shannon
next prev parent reply other threads:[~2015-12-15 16:59 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 3:21 [Qemu-arm] [PATCH v5 00/10] Add system_powerdown support on ARM for ACPI and DT Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 01/10] acpi: support serialized method Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-15 16:54 ` [Qemu-arm] " Peter Maydell
2015-12-15 16:54 ` [Qemu-devel] " Peter Maydell
2015-12-15 16:58 ` [Qemu-arm] " Shannon Zhao
2015-12-15 16:58 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] [PATCH v5 02/10] acpi: extend aml_interrupt() to support multiple irqs Shannon Zhao
2015-12-11 3:21 ` Shannon Zhao
2015-12-15 16:55 ` [Qemu-arm] " Peter Maydell
2015-12-15 16:55 ` [Qemu-devel] " Peter Maydell
2015-12-15 16:59 ` Shannon Zhao [this message]
2015-12-15 16:59 ` Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 03/10] ARM: Virt: Add a GPIO controller Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 04/10] ARM: ACPI: Add GPIO controller in ACPI DSDT table Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-16 15:48 ` [Qemu-arm] " Igor Mammedov
2015-12-16 15:48 ` [Qemu-devel] " Igor Mammedov
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 05/10] ARM: ACPI: Add power button device " Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 06/10] ACPI: Add GPIO Connection Descriptor Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 07/10] ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt Connection Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 08/10] ARM: ACPI: Add _E03 for Power Button Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-16 15:51 ` [Qemu-arm] " Igor Mammedov
2015-12-16 15:51 ` [Qemu-devel] " Igor Mammedov
2015-12-16 16:07 ` [Qemu-arm] " Peter Maydell
2015-12-16 16:07 ` [Qemu-devel] " Peter Maydell
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 09/10] ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3 Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-11 3:21 ` [Qemu-arm] [PATCH v5 10/10] ARM: Virt: Add gpio-keys node for Poweroff using DT Shannon Zhao
2015-12-11 3:21 ` [Qemu-devel] " Shannon Zhao
2015-12-17 13:39 ` [Qemu-arm] " Peter Maydell
2015-12-17 13:39 ` [Qemu-devel] " Peter Maydell
2015-12-17 13:43 ` [Qemu-arm] " Shannon Zhao
2015-12-17 13:43 ` [Qemu-devel] " Shannon Zhao
2015-12-15 18:36 ` [Qemu-arm] [PATCH v5 00/10] Add system_powerdown support on ARM for ACPI and DT Peter Maydell
2015-12-15 18:36 ` [Qemu-devel] " Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=567046ED.6070806@linaro.org \
--to=shannon.zhao@linaro.org \
--cc=graeme.gregory@linaro.org \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=peter.huangpeng@huawei.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=zhaoshenglong@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.