commit | 0a6bcc183f5377eca07cbf0cf6f4b6cb00e4c1ec | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:15:11 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 16:47:35 2015 +1030 |
tree | 3b6ba800b0672d2d9b855133d1320ae2b67bc72d | |
parent | e1b83e27881cf3153ce420aea853797fed29a9ea [diff] |
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>