Re: [PATCH 1/5] virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.

2015-02-08 Thread Michael S. Tsirkin
On Fri, Feb 06, 2015 at 03:36:52PM +1030, Rusty Russell wrote: > This provides backdoor access to the device MMIOs, and every device should > have one. From the virtio 1.0 spec (CS03): > > 4.1.4.7.1 Device Requirements: PCI configuration access capability > > The device MUST present at least

[PATCH 1/5] virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.

2015-02-05 Thread Rusty Russell
This provides backdoor access to the device MMIOs, and every device should have one. From the virtio 1.0 spec (CS03): 4.1.4.7.1 Device Requirements: PCI configuration access capability The device MUST present at least one VIRTIO_PCI_CAP_PCI_CFG capability. Signed-off-by: Rusty Russell ---