[PATCH 06/17] kvm tools: pci: ensure BARs are naturally aligned

2014-02-04 Thread Will Deacon
BARs must be naturally aligned, so enforce this in the PCI IO space allocator. Signed-off-by: Will Deacon --- tools/kvm/pci.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/kvm/pci.c b/tools/kvm/pci.c index e735352eb042..c4442c85b5cf 100644 --- a/tools/kvm/pci.

[PATCH 06/17] kvm tools: pci: ensure BARs are naturally aligned

2014-02-04 Thread Will Deacon
BARs must be naturally aligned, so enforce this in the PCI IO space allocator. Signed-off-by: Will Deacon --- tools/kvm/pci.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/kvm/pci.c b/tools/kvm/pci.c index e735352eb042..c4442c85b5cf 100644 --- a/tools/kvm/pci.