commit | d9bab50aa46ce46dd4537d455eb13b200cdac516 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:28:01 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 16:47:46 2015 +1030 |
tree | efa139a078f1842b1388e54daa67896734e64a0b | |
parent | 00f8d546512a7661d43600625f87a42a98cae26a [diff] |
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>