Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-20 Thread Kamil Rytarowski
On 20.07.2017 17:35, Peter Maydell wrote: > On 20 July 2017 at 12:20, Markus Armbruster wrote: >> Regardless of my inability to find CONFIG_IVSHMEM confusing (see PATCH >> 1), series >> Reviewed-by: Markus Armbruster > > Thanks; patchset applied to master. > > -- PMM > Thank you for this!

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-20 Thread Peter Maydell
On 20 July 2017 at 12:20, Markus Armbruster wrote: > Regardless of my inability to find CONFIG_IVSHMEM confusing (see PATCH > 1), series > Reviewed-by: Markus Armbruster Thanks; patchset applied to master. -- PMM

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-20 Thread Markus Armbruster
Peter Maydell writes: > This patchset fixes the build on NetBSD by making sure we only > build the ivshmem-client and ivshmem-server tools if the host OS > actually supports ivshmem. (Previously we were only gating building > of the within-QEMU ivshmem PCI device.) > > Most of this patchset is th

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-20 Thread Peter Maydell
Ping for review? It would be nice to get the NetBSD host into the build-test rotation... thanks -- PMM On 14 July 2017 at 09:33, Peter Maydell wrote: > This patchset fixes the build on NetBSD by making sure we only > build the ivshmem-client and ivshmem-server tools if the host OS > actually sup

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-14 Thread Peter Maydell
On 13 July 2017 at 18:03, Peter Maydell wrote: > This patchset fixes the build on NetBSD by making sure we only > build the ivshmem-client and ivshmem-server tools if the host OS > actually supports ivshmem. (Previously we were only gating building > of the within-QEMU ivshmem PCI device.) Markus

[Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-14 Thread Peter Maydell
This patchset fixes the build on NetBSD by making sure we only build the ivshmem-client and ivshmem-server tools if the host OS actually supports ivshmem. (Previously we were only gating building of the within-QEMU ivshmem PCI device.) Most of this patchset is the work of Kamil Rytarowski; I just

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-13 Thread Eric Blake
On 07/13/2017 01:40 PM, Kamil Rytarowski wrote: >> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$((RANDOM % 255 + 1))} gtester -k >> --verbose -m=quick tests/check-qdict >> sh: arith: syntax error: "RANDOM % 255 + 1" >> >> likely because we're using a bashism there. Yes, assuming that $RANDOM exists is a

Re: [Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-13 Thread Kamil Rytarowski
On 13.07.2017 19:03, Peter Maydell wrote: > This patchset fixes the build on NetBSD by making sure we only > build the ivshmem-client and ivshmem-server tools if the host OS > actually supports ivshmem. (Previously we were only gating building > of the within-QEMU ivshmem PCI device.) > > Most of

[Qemu-devel] [PATCH 0/3] Fix NetBSD build (don't build ivshmem tools)

2017-07-13 Thread Peter Maydell
This patchset fixes the build on NetBSD by making sure we only build the ivshmem-client and ivshmem-server tools if the host OS actually supports ivshmem. (Previously we were only gating building of the within-QEMU ivshmem PCI device.) Most of this patchset is the work of Kamil Rytarowski; I just