diff options
author | Igor Mammedov <imammedo@redhat.com> | 2022-07-01 09:35:04 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-10-09 16:38:45 -0400 |
commit | 467d099a2985c1e1bd41b234529d7f2262fd2e27 (patch) | |
tree | 9a7257820eb9c7805050098770745639a775889d /tests/data/acpi/pc/DSDT.bridge | |
parent | a12cf6923ce121633d877cf3ec53b2bcc85763ca (diff) |
x86: acpi: _DSM: use Package to pass parameters
Numer of possible arguments to pass to a method is limited
in ACPI. The following patches will need to pass over more
parameters to PDSM method, will hit that limit.
Prepare for this by passing structure (Package) to method,
which let us workaround arguments limitation.
Pass to PDSM all standard arguments of _DSM as is, and
pack custom parameters into Package that is passed as
the last argument to PDSM.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-7-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data/acpi/pc/DSDT.bridge')
0 files changed, 0 insertions, 0 deletions