commit | d5f5ee2a490547961c0b7ccdeef047c2018892bf | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Feb 06 02:54:32 2020 -0500 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Mar 23 09:50:02 2020 -0400 |
tree | 3fa281b3ef364386bb645be2aa11080e8e3904ce | |
parent | 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e [diff] |
tools/virtio: option to build an out of tree module Handy for testing with distro kernels. Warn that the resulting module is completely unsupported, and isn't intended for production use. Usage: make oot # builds vhost_test.ko, vhost.ko make oot-clean # cleans out files created Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>