Re: [Qemu-devel] [PULL v3 01/51] tests: Add ivshmem qtest

2015-10-13 Thread Andreas Färber
Am 13.10.2015 um 19:07 schrieb Marc-André Lureau: > On Tue, Oct 13, 2015 at 4:25 PM, wrote: >> +check-qtest-pci-$(CONFIG_IVSHMEM) += tests/ivshmem-test$(EXESUF) > > This is not being built. CONFIG_IVSHMEM nor CONFIG_KVM are available > here, but CONFIG_POSIX is. Correct, because this is for the

Re: [Qemu-devel] [PULL v3 01/51] tests: Add ivshmem qtest

2015-10-13 Thread Marc-André Lureau
On Tue, Oct 13, 2015 at 4:25 PM, wrote: > +check-qtest-pci-$(CONFIG_IVSHMEM) += tests/ivshmem-test$(EXESUF) This is not being built. CONFIG_IVSHMEM nor CONFIG_KVM are available here, but CONFIG_POSIX is. -- Marc-André Lureau

[Qemu-devel] [PULL v3 01/51] tests: Add ivshmem qtest

2015-10-13 Thread marcandre . lureau
From: Andreas Färber Note that it launches two instances, as sharing memory is the purpose of ivshmem. Cc: Cam Macdonell Cc: Marc-André Lureau Signed-off-by: Andreas Färber [ Remove Nahanni codename, add test to pci set - Marc-André ] Signed-off-by: Marc-André Lureau --- tests/Makefile