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)
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>

No differences found