]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc535c62f9d217a700ac03005cc26f15f6ff0cb47
tree448fc79d9048af296aeb6c6fbbf5da84dc6f7046
parent1b8ac0b28b5b9570de093dd7212976c102dc7453
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