OSDN Git Service

hw/arm/acpi: simplify AML bit and/or statement
authorHeyi Guo <guoheyi@huawei.com>
Mon, 9 Dec 2019 06:37:18 +0000 (14:37 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Dec 2019 10:46:35 +0000 (10:46 +0000)
commitf3635813977cfde33f0bb76bb1a169410e6cdbac
tree88b8dd26f7c10fb3d061aba17a1af73767f6b9d7
parent48ba18e6d3f3908600ed4393a5eaf15bf31404fd
hw/arm/acpi: simplify AML bit and/or statement

The last argument of AML bit and/or statement is the target variable,
so we don't need to use a NULL target and then an additional store
operation; using just aml_and() or aml_or() statement is enough.

Also update tests/data/acpi/virt/DSDT* to pass "make check".

Cc: Shannon Zhao <shannon.zhaosl@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Heyi Guo <guoheyi@huawei.com>
Message-id: 20191209063719.23086-2-guoheyi@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c
tests/data/acpi/virt/DSDT
tests/data/acpi/virt/DSDT.memhp
tests/data/acpi/virt/DSDT.numamem