hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 29 May 2024 05:06:55 +0000 (07:06 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:40:49 +0000 (12:40 +0200)
commitfff35c5da5f7ad7b61a9bd79ce0a14bb8dcfa49a
treec192a135920846b4e0288b3eac5aff02c13bbe3f
parent46a2bd525712660356ac27faaa44e6f23327f558
hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro

Last commit removed the last non-NULL use of DEFINE_I440FX_MACHINE
3rd parameter. 'compatfn' is now obsolete, remove it.

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240617071118.60464-22-philmd@linaro.org>
hw/i386/pc_piix.c