qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 45/74] pc: acpi: move HPET from DSDT to SSDT


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 45/74] pc: acpi: move HPET from DSDT to SSDT
Date: Mon, 21 Dec 2015 13:42:51 +0200

On Mon, Dec 21, 2015 at 12:02:52PM +0100, Igor Mammedov wrote:
> > > +
> > > +    if_ctx = aml_if(aml_lor(
> > 
> > Don't split lines like this please.
> What style would you prefer?

break after a comma:

    if_ctx = aml_if(aml_lor(aml_equal(a_period, a_zero),


> > 
> > > +                            aml_equal(a_period, a_zero),
> > > +                            aml_lgreater(a_period, aml_int(100000000))));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]