virtio_pci: split out legacy device support
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 7 Dec 2014 16:41:16 +0000 (18:41 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:42:04 +0000 (21:42 +0200)
commit38eb4a29a77fa1bdb67f4534bfe93716a64e85ad
tree0ed4027f2488431360026196b42557f7451d42c3
parent6f8f23d63d57c8d93d699fc015eba9bf144479e9
virtio_pci: split out legacy device support

Move everything dealing with legacy devices out to virtio_pci_legacy.c.
Expose common code APIs in virtio_pci.h

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci.c
drivers/virtio/virtio_pci.h [new file with mode: 0644]
drivers/virtio/virtio_pci_legacy.c [new file with mode: 0644]