Re: [Qemu-devel] [PATCH qemu v5 0/2] vfio-pci: Allow mmap of MSIX BAR

2018-01-30 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180130035527.47336-1-...@ozlabs.ru Subject: [Qemu-devel] [PATCH qemu v5 0/2] vfio-pci: Allow mmap of MSIX BAR === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH qemu v5 0/2] vfio-pci: Allow mmap of MSIX BAR

2018-01-29 Thread Alexey Kardashevskiy
This is to enable MSIX BAR mapping to the guest and by the same time avoid failing on p2p DMA mappings. This attempt makes a try to separate p2p handling from msix. This is based on sha1 a6506a9 Suraj Jitindar Singh "target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS". Please comment. Thank