Re: [PATCH v5 0/3] virtio: Use the DMA API when appropriate

2014-09-19 Thread Konrad Rzeszutek Wilk
On Tue, Sep 16, 2014 at 10:22:25PM -0700, Andy Lutomirski wrote: This fixes virtio on Xen guests as well as on any other platform that uses virtio_pci on which physical addresses don't match bus addresses. I can do 'Reviewed-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com' but not sure

[PATCH v5 0/3] virtio: Use the DMA API when appropriate

2014-09-16 Thread Andy Lutomirski
This fixes virtio on Xen guests as well as on any other platform that uses virtio_pci on which physical addresses don't match bus addresses. This can be tested with: virtme-run --xen xen --kimg arch/x86/boot/bzImage --console using virtme from here: