On 07/03/2026 16.42, Philippe Mathieu-Daudé wrote:
The VirtIOBalloon::qemu_4_0_config_size boolean was only set in the hw_compat_4_0[] array, via the 'qemu-4-0-config-size=true' property. We removed all machines using that array, lets remove that property.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/hw/virtio/virtio-balloon.h | 1 - hw/virtio/virtio-balloon.c | 5 ----- 2 files changed, 6 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
