Michael S. Tsirkin
6be3ffaa0e
tools/virtio: add dma stubs
...
Fixes build after recent IOMMU-related changes,
mustly by adding more stubs.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2016-08-15 05:05:51 +03:00
Michael S. Tsirkin
a7c490333d
tools/virtio: use virt_xxx barriers
...
Fix build after API changes.
Reported-by: Kamal Mostafa <kamal@canonical.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2016-01-26 10:18:29 +02:00
Michael S. Tsirkin
40c172e5d9
tools/virtio: move list macro stubs
...
Makes them more generally available.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2015-12-07 17:28:09 +02:00
Michael S. Tsirkin
ddab2c0eaf
tools/virtio: fix build after 4.2 changes
...
more stubs, mostly
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2015-09-09 22:03:30 +03:00
Borislav Petkov
d944c4eebc
tools: Consolidate types.h
...
Combine all definitions into a common tools/include/linux/types.h and
kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper
bitmap.h header.
Signed-off-by: Borislav Petkov <bp@suse.de >
Acked-by: Rusty Russell <rusty@rustcorp.com.au >
Link: http://lkml.kernel.org/n/tip-azczs7qcv6h9xek9od10hiv2@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org >
2014-05-01 21:22:39 +02:00
Rusty Russell
61d0b5a4b2
tools/virtio: separate headers more.
...
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 <rusty@rustcorp.com.au >
2013-03-20 14:00:42 +10:30