ntsync: Introduce the ntsync driver and character device.
authorElizabeth Figura <zfigura@codeweavers.com>
Fri, 29 Mar 2024 00:05:52 +0000 (19:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2024 13:34:36 +0000 (15:34 +0200)
commit25b9cadb1ee3434b92de9096d4a2ae91820146bf
treed65ab778c94a7234495c8957fa90ca7ef85f99c7
parent26f0d3b11aff6bf7ffd39809171865871aadb992
ntsync: Introduce the ntsync driver and character device.

ntsync uses a misc device as the simplest and least intrusive uAPI interface.

Each file description on the device represents an isolated NT instance, intended
to correspond to a single NT virtual machine.

Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com>
Link: https://lore.kernel.org/r/20240329000621.148791-2-zfigura@codeweavers.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ntsync.c [new file with mode: 0644]