Displaying 1 result from an estimated 1 matches for "aml_ej0_nam".
Did you mean:
aml_ej0_name
2013 Oct 28
0
Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching
...ovmf_acpi_build_tables(void)
> > > .dsdt_anycpu = dsdt_anycpu,
> > > .dsdt_anycpu_len = dsdt_anycpu_len,
> > > .dsdt_15cpu = NULL,
> > > - .dsdt_15cpu_len = 0
> > > + .dsdt_15cpu_len = 0,
> > > + .aml_ej0_name = NULL,
> > > + .aml_adr_dword = NULL,
> > > + .aml_ej0_name_len = 0,
> > > + .aml_adr_dword_len = 0,
> >
> > I don''t see why you''re adding these.
> >
> Insurance purposes is that just initialize the struct.
>...