]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386/acpi-build: Resolve redundant attribute
authorBernhard Beschow <shentey@gmail.com>
Fri, 28 Oct 2022 10:34:18 +0000 (12:34 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Nov 2022 19:08:17 +0000 (14:08 -0500)
commitbbaa5c41fad29e9f6b4f1975103d530dc1391772
tree7b65a29836b5877515d176641af3fe49f4cc83d3
parent6f56d6de99a0f7c71f4a60fff585bbc0561e43c9
hw/i386/acpi-build: Resolve redundant attribute

The is_piix4 attribute is set once in one location and read once in
another. Doing both in one location allows for removing the attribute
altogether.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221026133110.91828-3-shentey@gmail.com>
Message-Id: <20221028103419.93398-3-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c