Re: [PATCH v2] virtio: kconfig: memory devices are PCI only

2024-09-26 Thread David Hildenbrand
On 25.09.24 09:39, Pankaj Gupta wrote: Virtio memory devices rely on PCI BARs to expose the contents of memory. Because of this they cannot be used (yet) with virtio-mmio or virtio-ccw. In fact the code that is common to virtio-mem and virtio-pmem, which is in hw/virtio/virtio-md-pci.c, is only i

Re: [PATCH v2] virtio: kconfig: memory devices are PCI only

2024-09-25 Thread Pankaj Gupta
> Virtio memory devices rely on PCI BARs to expose the contents of memory. > Because of this they cannot be used (yet) with virtio-mmio or virtio-ccw. > In fact the code that is common to virtio-mem and virtio-pmem, which > is in hw/virtio/virtio-md-pci.c, is only included if CONFIG_VIRTIO_PCI > is

Re: [PATCH v2] virtio: kconfig: memory devices are PCI only

2024-09-09 Thread David Hildenbrand
On 06.09.24 12:16, Paolo Bonzini wrote: Virtio memory devices rely on PCI BARs to expose the contents of memory. Because of this they cannot be used (yet) with virtio-mmio or virtio-ccw. In fact the code that is common to virtio-mem and virtio-pmem, which is in hw/virtio/virtio-md-pci.c, is only

Re: [PATCH v2] virtio: kconfig: memory devices are PCI only

2024-09-06 Thread David Hildenbrand
On 06.09.24 12:16, Paolo Bonzini wrote: Virtio memory devices rely on PCI BARs to expose the contents of memory. Because of this they cannot be used (yet) with virtio-mmio or virtio-ccw. In fact the code that is common to virtio-mem and virtio-pmem, which is in hw/virtio/virtio-md-pci.c, is only

[PATCH v2] virtio: kconfig: memory devices are PCI only

2024-09-06 Thread Paolo Bonzini
Virtio memory devices rely on PCI BARs to expose the contents of memory. Because of this they cannot be used (yet) with virtio-mmio or virtio-ccw. In fact the code that is common to virtio-mem and virtio-pmem, which is in hw/virtio/virtio-md-pci.c, is only included if CONFIG_VIRTIO_PCI is set. Rep