]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split the virtio.h header file into multiple files
authorBryan Venteicher <bryanv@FreeBSD.org>
Sun, 1 Jun 2014 18:16:01 +0000 (18:16 +0000)
committerBryan Venteicher <bryanv@FreeBSD.org>
Sun, 1 Jun 2014 18:16:01 +0000 (18:16 +0000)
commit9a732166964f5f962e8ab2f5a3b6c14c3e9a74dd
treed14012e7fd838d84d4cde18b67eb74dadc6227b2
parent0cd354a0707f2910df102a7dd4672d1167613577
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.

MFC after: 1 week
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