lguest: add MMIO region allocator in example launcher.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:45:11 +0000 (15:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:35 +0000 (16:47 +1030)
commit0a6bcc183f5377eca07cbf0cf6f4b6cb00e4c1ec
tree3b6ba800b0672d2d9b855133d1320ae2b67bc72d
parente1b83e27881cf3153ce420aea853797fed29a9ea
lguest: add MMIO region allocator in example launcher.

This is where we point our PCI BARs, so that we can intercept MMIO
accesses.  We tell the kernel about it so any faults in this area are
directed to us.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/lguest/lguest.c