Re: [Qemu-devel] [PATCH 2/2] ivshmem-test: Implement tests

2015-10-10 Thread Andreas Färber
Am 11.10.2015 um 00:18 schrieb Andreas Färber: > diff --git a/tests/Makefile b/tests/Makefile > index 3b7e6ac..324829b 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -146,6 +146,8 @@ gcov-files-pci-y += hw/display/virtio-gpu-pci.c > gcov-files-pci-$(CONFIG_VIRTIO_VGA) += hw/display/virt

[Qemu-devel] [PATCH 2/2] ivshmem-test: Implement tests

2015-10-10 Thread Andreas Färber
From: Marc-André Lureau Add 4 ivshmem tests: - single qemu instance and basic IO - pair of instances, check memory sharing - pair of instances with server, and MSIX - hot plug/unplug A temporary shm is created as well as a directory to place server socket, both should be clear on exit and abort.