aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio/uapi/linux
AgeCommit message (Collapse)AuthorFilesLines
2014-12-15tools/virtio: more stubsMichael S. Tsirkin1-0/+1
As usual, add more stubs to fix test build after main codebase changes. Signed-off-by: Michael S. Tsirkin <[email protected]>
2013-03-20tools/virtio: separate headers more.Rusty Russell3-0/+6
This makes them a bit more like the kernel headers, so we can include more real kernel headers in our tests. In addition this means that we don't break tools/virtio with the next patch. Signed-off-by: Rusty Russell <[email protected]>