[PATCH 01/17] kvm tools: pci: register virtio pba structure as mmio region with kvm

2014-02-04 Thread Will Deacon
Despite allocating and providing code to handle accesses to the pba structure, virtio msix blocks in fact only register the msix table with kvm. This patch fixes the MMIO region so that it includes the pba structure for msix io blocks of virtio pci devices. The corresponding BAR is also updated to

[PATCH 01/17] kvm tools: pci: register virtio pba structure as mmio region with kvm

2014-02-04 Thread Will Deacon
Despite allocating and providing code to handle accesses to the pba structure, virtio msix blocks in fact only register the msix table with kvm. This patch fixes the MMIO region so that it includes the pba structure for msix io blocks of virtio pci devices. The corresponding BAR is also updated to