commit | e6a02746e0a9cdda5114db912fe2aadfed289aae | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:01:14 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:03:15 2015 +1030 |
tree | 74a5d68568761e4dfad5e11cd1504d73c5b90a11 | |
parent | 5e05bf5833eb3dd97b6b6a52301d81e033714cb3 [diff] |
virtio: define VIRTIO_PCI_CAP_PCI_CFG in header. 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 <rusty@rustcorp.com.au> Acked-by: Michael S. Tsirkin <mst@redhat.com>