On 26/10/22 15:31, Bernhard Beschow wrote:
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 <shen...@gmail.com> --- hw/i386/acpi-build.c | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>