linux/drivers/virtio
Anthony Liguori 55a7c06604 virtio: Use PCI revision field to indicate virtio PCI ABI version
As Avi pointed out, as we continue to massage the virtio PCI ABI, we can make
things a little more friendly to users by utilizing the PCI revision field to
indicate which version of the ABI we're using.  This is a hard ABI version
and incrementing it will cause the guest driver to break.

This is the necessary changes to virtio_pci to support this.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-02-04 23:50:12 +11:00
..
config.c Virtio interface 2007-10-23 15:49:54 +10:00
Kconfig virtio: PCI device 2008-02-04 23:50:11 +11:00
Makefile virtio: PCI device 2008-02-04 23:50:11 +11:00
virtio_pci.c virtio: Use PCI revision field to indicate virtio PCI ABI version 2008-02-04 23:50:12 +11:00
virtio_ring.c virtio: Allow virtio to be modular and used by modules 2008-02-04 23:50:06 +11:00
virtio.c virtio: Allow virtio to be modular and used by modules 2008-02-04 23:50:06 +11:00