Re: [PATCH 10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition

2025-01-17 Thread Thomas Huth
On 17/01/2025 17.43, Philippe Mathieu-Daudé wrote: On 17/1/25 10:08, Thomas Huth wrote: On 16/01/2025 00.22, Philippe Mathieu-Daudé wrote: VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the hw_compat_2_4[] array, via the 'x-disable-pcie=false' property. We removed all machines using that array,

Re: [PATCH 10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition

2025-01-17 Thread Philippe Mathieu-Daudé
On 17/1/25 10:08, Thomas Huth wrote: On 16/01/2025 00.22, Philippe Mathieu-Daudé wrote: VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the hw_compat_2_4[] array, via the 'x-disable-pcie=false' property. We removed all machines using that array, lets remove all the code around VIRTIO_PCI_FLAG_DISA

Re: [PATCH 10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition

2025-01-17 Thread Thomas Huth
On 16/01/2025 00.22, Philippe Mathieu-Daudé wrote: VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the hw_compat_2_4[] array, via the 'x-disable-pcie=false' property. We removed all machines using that array, lets remove all the code around VIRTIO_PCI_FLAG_DISABLE_PCIE. Signed-off-by: Philippe Mat

Re: [PATCH 10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition

2025-01-16 Thread Daniel P . Berrangé
On Thu, Jan 16, 2025 at 12:22:36AM +0100, Philippe Mathieu-Daudé wrote: > VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the > hw_compat_2_4[] array, via the 'x-disable-pcie=false' > property. We removed all machines using that array, > lets remove all the code around VIRTIO_PCI_FLAG_DISABLE_PCIE. >

[PATCH 10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition

2025-01-15 Thread Philippe Mathieu-Daudé
VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the hw_compat_2_4[] array, via the 'x-disable-pcie=false' property. We removed all machines using that array, lets remove all the code around VIRTIO_PCI_FLAG_DISABLE_PCIE. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/virtio/virtio-pci.h | 4 -