On Wed, May 29, 2024 at 07:15:37AM +0200, Philippe Mathieu-Daudé wrote: > Date: Wed, 29 May 2024 07:15:37 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v5 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro > X-Mailer: git-send-email 2.41.0 > > 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é <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/i386/pc_piix.c | 62 ++++++++++++++++++++++------------------------- > 1 file changed, 29 insertions(+), 33 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
