]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r266951:
authorbryanv <bryanv@FreeBSD.org>
Tue, 10 Jun 2014 03:23:35 +0000 (03:23 +0000)
committerbryanv <bryanv@FreeBSD.org>
Tue, 10 Jun 2014 03:23:35 +0000 (03:23 +0000)
commitb2f0bd8d85566207de889829080444154c2145f9
treee9c0dd51318ca4ef8fbbcaf0bfedeb1cf7afddb5
parentbc20a2fb6272bd861409a1e9ca6553f4b8b4cbc7
MFC r266951:

  Split the virtio.h header file into multiple files

  Reorganize the previous contexts of the file as it is in Linux. The
  eventual goal is to install the header files and share them between
  the kernel and bhyve.
sys/dev/virtio/pci/virtio_pci.c
sys/dev/virtio/virtio.c
sys/dev/virtio/virtio.h
sys/dev/virtio/virtio_config.h [new file with mode: 0644]
sys/dev/virtio/virtio_ids.h [new file with mode: 0644]
sys/dev/virtio/virtqueue.c