Re: [Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation

2018-03-22 Thread Marcel Apfelbaum
u-triv...@nongnu.org > Sent: Thursday, March 22, 2018 7:07:35 AM > Subject: Re: [Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation > > Hi, > > This series seems to have some coding style problems. See output below for > more information: > [...] > === OUTPUT BEGIN =

Re: [Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation

2018-03-21 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180321211056.3339-1-yuval.sh...@oracle.com Subject: [Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

Re: [Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation

2018-03-21 Thread Eric Blake
On 03/21/2018 04:10 PM, Yuval Shaia wrote: Hi all, Following are three patches which fixes various compilation warnings and errors detected when compiling rdma device in 32bit host. All three patches are based on Eric Blake patch for rdma device. Thanks! Patch #1: Change host_virt to void *

[Qemu-devel] [PATCH 0/3] hw/rdma: Fix 32-bit compilation

2018-03-21 Thread Yuval Shaia
Hi all, Following are three patches which fixes various compilation warnings and errors detected when compiling rdma device in 32bit host. All three patches are based on Eric Blake patch for rdma device. Thanks! Patch #1: Change host_virt to void * Low level IB verbs library accept void *