Re: [PATCH v2 char-misc-next 4/7] mic: vop: Add loopback driver

2019-02-26 Thread Greg KH
On Fri, Feb 22, 2019 at 04:30:52PM +0100, Vincent Whitchurch wrote: > Add a loopback driver to allow testing and evaluation of the VOP > framework without special hardware. The host and the guest will run > under the same kernel. > > Signed-off-by: Vincent Whitchurch > --- > drivers/misc/mic/Kc

[PATCH v2 char-misc-next 4/7] mic: vop: Add loopback driver

2019-02-22 Thread Vincent Whitchurch
Add a loopback driver to allow testing and evaluation of the VOP framework without special hardware. The host and the guest will run under the same kernel. Signed-off-by: Vincent Whitchurch --- drivers/misc/mic/Kconfig| 10 + drivers/misc/mic/vop/Makefile | 2 + drivers/mis