lguest: decode mmio accesses for PCI 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)
commit6a54f9ab0d65a2095de50160b8ca7ce6469aaac0
tree20ed18c8bcc4d92b235642b94466eec1729de4fc
parent0a6bcc183f5377eca07cbf0cf6f4b6cb00e4c1ec
lguest: decode mmio accesses for PCI in example launcher.

We don't do anything with them yet (emulate_mmio_write and
emulate_mmio_read are stubs), but we decode the instructions and
search for the device they're hitting.

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