Re: [PATCH v2] tools/virtio: option to build an out of tree module

2020-02-10 Thread Jason Wang
On 2020/2/7 下午3:35, Michael S. Tsirkin wrote: 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

[PATCH v2] tools/virtio: option to build an out of tree module

2020-02-06 Thread Michael S. Tsirkin
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 Signed-off-by: Michael S. Tsirkin --- changes from