Re: [Qemu-devel] [PATCH] hw/rdma: another clang compilation fix

2019-02-19 Thread Marcel Apfelbaum
Hi Philippe, On 2/19/19 12:05 AM, Philippe Mathieu-Daudé wrote: On 2/17/19 8:51 AM, Marcel Apfelbaum wrote: Cc:qemu-sta...@nongnu.org I doubt this is a security issue worth Cc'ing qemu-stable :) I thought it worth adding a compilation fix to the stable branch. Thanks, Marcel Thanks, Ma

Re: [Qemu-devel] [PATCH] hw/rdma: another clang compilation fix

2019-02-18 Thread Philippe Mathieu-Daudé
On 2/17/19 8:51 AM, Marcel Apfelbaum wrote: > > Cc:qemu-sta...@nongnu.org I doubt this is a security issue worth Cc'ing qemu-stable :) > Thanks, > Marcel > > On 2/14/19 5:40 PM, Marcel Apfelbaum wrote: >> Configuring QEMU with: >>     configure --target-list="x86_64-softmmu" --cc=clang --enable

Re: [Qemu-devel] [PATCH] hw/rdma: another clang compilation fix

2019-02-16 Thread Marcel Apfelbaum
Cc:qemu-sta...@nongnu.org Thanks, Marcel On 2/14/19 5:40 PM, Marcel Apfelbaum wrote: Configuring QEMU with: configure --target-list="x86_64-softmmu" --cc=clang --enable-pvrdma Results in: qemu/hw/rdma/rdma_rm_defs.h:108:3: error: redefinition of typedef 'RdmaDeviceResources' is a C

Re: [Qemu-devel] [PATCH] hw/rdma: another clang compilation fix

2019-02-14 Thread Kamal Heib
On 2/14/19 5:40 PM, Marcel Apfelbaum wrote: > Configuring QEMU with: >configure --target-list="x86_64-softmmu" --cc=clang --enable-pvrdma > Results in: >qemu/hw/rdma/rdma_rm_defs.h:108:3: error: redefinition of typedef > 'RdmaDeviceResources' is a C11 feature [-Werror,-Wtypedef-redefini

[Qemu-devel] [PATCH] hw/rdma: another clang compilation fix

2019-02-14 Thread Marcel Apfelbaum
Configuring QEMU with: configure --target-list="x86_64-softmmu" --cc=clang --enable-pvrdma Results in: qemu/hw/rdma/rdma_rm_defs.h:108:3: error: redefinition of typedef 'RdmaDeviceResources' is a C11 feature [-Werror,-Wtypedef-redefinition] } RdmaDeviceResources; ^ qemu/hw/rdma/rd