On 2015/5/19 20:09, Igor Mammedov wrote:
>> > Also, enum values must all be formatted like this:
>> >UPPER_CASE
> may be better not, for consistency with the rest of enums in this header.
>
Will add another patch to fix the enums of this header firstly.
--
Shannon
On Mon, 18 May 2015 12:34:04 +0200
"Michael S. Tsirkin" wrote:
> On Mon, May 18, 2015 at 12:00:09PM +0800, Shannon Zhao wrote:
> > On 2015/5/15 20:45, Igor Mammedov wrote:
> > > On Thu, 7 May 2015 17:29:07 +0800
> > > Shannon Zhao wrote:
> > >
> > >> From: Shannon Zhao
> > >>
> > >> Add aml_in
On Mon, 18 May 2015 12:33:25 +0200
"Michael S. Tsirkin" wrote:
> On Mon, May 18, 2015 at 12:05:49PM +0800, Shannon Zhao wrote:
> > On 2015/5/15 20:14, Igor Mammedov wrote:
> > > On Thu, 7 May 2015 16:51:31 +0100
> > > Peter Maydell wrote:
> > >
> > >> > On 7 May 2015 at 10:29, Shannon Zhao wro
On Mon, May 18, 2015 at 12:00:09PM +0800, Shannon Zhao wrote:
> On 2015/5/15 20:45, Igor Mammedov wrote:
> > On Thu, 7 May 2015 17:29:07 +0800
> > Shannon Zhao wrote:
> >
> >> From: Shannon Zhao
> >>
> >> Add aml_interrupt() for describing device interrupt in resource template.
> >> These can be
On Mon, May 18, 2015 at 12:05:49PM +0800, Shannon Zhao wrote:
> On 2015/5/15 20:14, Igor Mammedov wrote:
> > On Thu, 7 May 2015 16:51:31 +0100
> > Peter Maydell wrote:
> >
> >> > On 7 May 2015 at 10:29, Shannon Zhao wrote:
> >>> > > From: Shannon Zhao
> >>> > >
> >>> > > Add aml_interrupt() for
On 2015/5/15 20:14, Igor Mammedov wrote:
> On Thu, 7 May 2015 16:51:31 +0100
> Peter Maydell wrote:
>
>> > On 7 May 2015 at 10:29, Shannon Zhao wrote:
>>> > > From: Shannon Zhao
>>> > >
>>> > > Add aml_interrupt() for describing device interrupt in resource
>>> > > template.
>>> > > These can
On 2015/5/15 20:45, Igor Mammedov wrote:
> On Thu, 7 May 2015 17:29:07 +0800
> Shannon Zhao wrote:
>
>> From: Shannon Zhao
>>
>> Add aml_interrupt() for describing device interrupt in resource template.
>> These can be used to generating DSDT table for ACPI on ARM.
>>
>> Signed-off-by: Shannon Z
On Thu, 7 May 2015 17:29:07 +0800
Shannon Zhao wrote:
> From: Shannon Zhao
>
> Add aml_interrupt() for describing device interrupt in resource template.
> These can be used to generating DSDT table for ACPI on ARM.
>
> Signed-off-by: Shannon Zhao
> Signed-off-by: Shannon Zhao
> ---
> hw/acp
On Thu, 7 May 2015 16:51:31 +0100
Peter Maydell wrote:
> On 7 May 2015 at 10:29, Shannon Zhao wrote:
> > From: Shannon Zhao
> >
> > Add aml_interrupt() for describing device interrupt in resource template.
> > These can be used to generating DSDT table for ACPI on ARM.
>
> > +/* Interrupt
On 2015/5/7 23:51, Peter Maydell wrote:
> On 7 May 2015 at 10:29, Shannon Zhao wrote:
>> > From: Shannon Zhao
>> >
>> > Add aml_interrupt() for describing device interrupt in resource template.
>> > These can be used to generating DSDT table for ACPI on ARM.
>> > +/* Interrupt Number */
>> >
On 7 May 2015 at 10:29, Shannon Zhao wrote:
> From: Shannon Zhao
>
> Add aml_interrupt() for describing device interrupt in resource template.
> These can be used to generating DSDT table for ACPI on ARM.
> +/* Interrupt Number */
> +build_append_byte(var->buf, extract32(irq, 0, 8)); /*
From: Shannon Zhao
Add aml_interrupt() for describing device interrupt in resource template.
These can be used to generating DSDT table for ACPI on ARM.
Signed-off-by: Shannon Zhao
Signed-off-by: Shannon Zhao
---
hw/acpi/aml-build.c | 28 +
include/hw/acpi/aml-
12 matches
Mail list logo