On Thu, May 08, 2025 at 03:35:39PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:39 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 16/27] hw/virtio/virtio-mmio: Remove > VirtIOMMIOProxy::format_transport_address field > X-Mailer: git-send-email 2.47.1 > > The VirtIOMMIOProxy::format_transport_address boolean was only set > in the hw_compat_2_6[] array, via the 'format_transport_address=off' > property. We removed all machines using that array, lets remove > that property, simplifying virtio_mmio_bus_get_dev_path(). > > 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> > --- > include/hw/virtio/virtio-mmio.h | 1 - > hw/virtio/virtio-mmio.c | 15 --------------- > 2 files changed, 16 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>