]> xenbits.xensource.com Git - seabios.git/commit
virtio: add struct vp_device
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Jun 2015 07:36:16 +0000 (09:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 1 Jul 2015 07:37:29 +0000 (09:37 +0200)
commitdaf5cc9b55bd34efc6e26ab65387ce106b2c8e1e
tree4f2550b08b61686d62ca11f42ed220519164b73a
parent1d9e87b937d646be1950695f9ead35100d5ebbe6
virtio: add struct vp_device

For virtio 1.0 support we will need more state than just the (legacy
mode) ioaddr for each virtio-pci device.  Prepare for that by adding
a new struct for it.  For now it carries the ioaddr only.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/hw/virtio-blk.c
src/hw/virtio-pci.c
src/hw/virtio-pci.h
src/hw/virtio-ring.c
src/hw/virtio-ring.h
src/hw/virtio-scsi.c