On Thu, May 08, 2025 at 03:35:40PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:40 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and > pc-i440fx-2.7 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 qtest > in test-x86-cpuid-compat.c file. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > hw/i386/pc_piix.c | 9 --------- > hw/i386/pc_q35.c | 10 ---------- > tests/qtest/test-x86-cpuid-compat.c | 11 ----------- > 3 files changed, 30 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>