On Tue, May 06, 2025 at 04:38:55PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:55 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 09/19] hw/i386/pc: Remove deprecated pc-q35-2.5 and > pc-i440fx-2.5 machines > X-Mailer: git-send-email 2.47.1 > > These machines has been supported for a period of more than 6 years. > According to our versioned machine support policy (see commit > ce80c4fa6ff "docs: document special exception for machine type > deprecation & removal") they can now be removed. > > Remove the now unused empty pc_compat_2_5[] array. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > include/hw/i386/pc.h | 3 --- > hw/i386/pc.c | 3 --- > hw/i386/pc_piix.c | 13 ------------- > hw/i386/pc_q35.c | 13 ------------- > 4 files changed, 32 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>