commit | 6a54f9ab0d65a2095de50160b8ca7ce6469aaac0 | [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 | 20ed18c8bcc4d92b235642b94466eec1729de4fc | |
parent | 0a6bcc183f5377eca07cbf0cf6f4b6cb00e4c1ec [diff] |
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>