commit | 93153077107ecfbf35a3412f6220521e8d8c14ba | [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:36 2015 +1030 |
tree | 4f682a617a3be2bebdf9191bd8ba14c1e12c0f44 | |
parent | d7fbf6e95e2c5e7ef97c463a97499d7a2341fb09 [diff] |
lguest: implement virtio-PCI MMIO accesses. For each device, We need to include the vendor capabilities to demark where virtio common, notification and ISR regions are (we put them all in BAR0). We need to handle the switching of the virtqueues using the accessors. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>