On 07/03/2026 16.26, Philippe Mathieu-Daudé wrote:
The PCMachineClass::pvh_enabled boolean was only used by the pc-q35-3.1 and pc-i440fx-3.1 machines, which got removed. Remove it.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/hw/i386/pc.h | 3 --- hw/i386/pc.c | 6 ++---- hw/i386/x86-common.c | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
