Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Randy Dunlap
On 12/4/22 05:21, Leon Romanovsky wrote: > On Fri, Dec 02, 2022 at 01:19:40PM -0800, Randy Dunlap wrote: >> Disable all of drivers/infiniband/hw/ for UML builds until someone >> needs it and provides patches to support it. >> >> This prevents build errors in hw/qib/qib_wc_x86_64.c. >> >> Fixes:

Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Leon Romanovsky
On Fri, 2 Dec 2022 13:19:40 -0800, Randy Dunlap wrote: > Disable all of drivers/infiniband/hw/ for UML builds until someone > needs it and provides patches to support it. > > This prevents build errors in hw/qib/qib_wc_x86_64.c. > > Applied, thanks! [1/1] infiniband: disable IB HW for UML

Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Leon Romanovsky
On Fri, Dec 02, 2022 at 01:19:40PM -0800, Randy Dunlap wrote: > Disable all of drivers/infiniband/hw/ for UML builds until someone > needs it and provides patches to support it. > > This prevents build errors in hw/qib/qib_wc_x86_64.c. > > Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation d

[PATCH v2] infiniband: disable IB HW for UML

2022-12-02 Thread Randy Dunlap
Disable all of drivers/infiniband/hw/ for UML builds until someone needs it and provides patches to support it. This prevents build errors in hw/qib/qib_wc_x86_64.c. Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver") Signed-off-by: Randy Dunlap Suggested-by: Leon Romanovsky Cc: Ja