lguest: remove NOTIFY call and eventfd facility.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:58:01 +0000 (15:28 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:46 +0000 (16:47 +1030)
commitd9bab50aa46ce46dd4537d455eb13b200cdac516
treeefa139a078f1842b1388e54daa67896734e64a0b
parent00f8d546512a7661d43600625f87a42a98cae26a
lguest: remove NOTIFY call and eventfd facility.

Disappointing, as this was kind of neat (especially getting to use RCU
to manage the address -> eventfd mapping).  But now the devices are PCI
handled in userspace, we get rid of both the NOTIFY hypercall and
the interface to connect an eventfd.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/include/asm/lguest_hcall.h
drivers/lguest/core.c
drivers/lguest/hypercalls.c
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
include/linux/lguest_launcher.h