lguest: add iomem region, where guest page faults get sent to userspace.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:45:10 +0000 (15:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:33 +0000 (16:47 +1030)
commit7313d5217e6b9817897172d6a6ff477bdc415ed6
tree448fc79d9048af296aeb6c6fbbf5da84dc6f7046
parentd1c29465b8a52d8fc5a59aac92c6b206b69fe631
lguest: add iomem region, where guest page faults get sent to userspace.

This lets us implement PCI.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
drivers/lguest/page_tables.c
drivers/lguest/x86/core.c
tools/lguest/lguest.c