qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v2 09/12] acpi: move aml builder code for parallel device


From: Igor Mammedov
Subject: Re: [PATCH v2 09/12] acpi: move aml builder code for parallel device
Date: Fri, 3 Apr 2020 12:16:01 +0200

On Fri, 3 Apr 2020 12:12:10 +0200
Igor Mammedov <address@hidden> wrote:

> On Fri,  3 Apr 2020 10:04:59 +0200
> Gerd Hoffmann <address@hidden> wrote:
> 
[...]
> > +static void parallel_isa_build_aml(ISADevice *isadev, Aml *scope)
> > +{
> > +    ISAParallelState *isa = ISA_PARALLEL(isadev);
> > +    Aml *dev;
> > +    Aml *crs;
> > +
> > +    if (isa->iobase != 0x0378) {
> > +        return;
> > +    }
if device is present why should we skip adding it to DSDT?

[..]




reply via email to

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