Re: [Qemu-devel] [PATCH] config: split PVRDMA from RDMA

2018-08-16 Thread Peter Maydell
On 16 August 2018 at 10:06, Marcel Apfelbaum wrote: > In some BSD systems RDMA migration is possible while > the pvrdma device can't be compiled because the mremap > system call is missing. > > Reported-by: Rebecca Cran > Signed-off-by: Marcel Apfelbaum > +##

Re: [Qemu-devel] [PATCH] config: split PVRDMA from RDMA

2018-08-16 Thread Thomas Huth
On 08/16/2018 11:06 AM, Marcel Apfelbaum wrote: > In some BSD systems RDMA migration is possible while > the pvrdma device can't be compiled because the mremap > system call is missing. > > Reported-by: Rebecca Cran > Signed-off-by: Marcel Apfelbaum > --- > configure | 41 ++

[Qemu-devel] [PATCH] config: split PVRDMA from RDMA

2018-08-16 Thread Marcel Apfelbaum
In some BSD systems RDMA migration is possible while the pvrdma device can't be compiled because the mremap system call is missing. Reported-by: Rebecca Cran Signed-off-by: Marcel Apfelbaum --- configure | 41 - hw/rdma/Makefile.objs | 2 +-