summaryrefslogtreecommitdiffstats
path: root/tests/qtest
diff options
context:
space:
mode:
authorIgor Mammedov2022-07-01 15:35:04 +0200
committerMichael S. Tsirkin2022-10-09 22:38:45 +0200
commit467d099a2985c1e1bd41b234529d7f2262fd2e27 (patch)
tree9a7257820eb9c7805050098770745639a775889d /tests/qtest
parentacpi: x86: refactor PDSM method to reduce nesting (diff)
downloadqemu-467d099a2985c1e1bd41b234529d7f2262fd2e27.tar.gz
qemu-467d099a2985c1e1bd41b234529d7f2262fd2e27.tar.xz
qemu-467d099a2985c1e1bd41b234529d7f2262fd2e27.zip
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/qtest')
0 files changed, 0 insertions, 0 deletions