Re: [PATCH 10/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_PM definition

2025-06-06 Thread Igor Mammedov
On Thu, 1 May 2025 23:04:48 +0200 Philippe Mathieu-Daudé wrote: > VIRTIO_PCI_FLAG_INIT_PM was only used by the hw_compat_2_8[] > array, via the 'x-pcie-pm-init=off' property. We removed all > machines using that array, lets remove all the code around > VIRTIO_PCI_FLAG_INIT_PM (see commit 9a4c0e2

[PATCH 10/18] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_PM definition

2025-05-01 Thread Philippe Mathieu-Daudé
VIRTIO_PCI_FLAG_INIT_PM was only used by the hw_compat_2_8[] array, via the 'x-pcie-pm-init=off' property. We removed all machines using that array, lets remove all the code around VIRTIO_PCI_FLAG_INIT_PM (see commit 9a4c0e220d8 for similar VIRTIO_PCI_FLAG_* enum removal). Signed-off-by: Philippe