Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-14 Thread Marc-André Lureau
Hi On Tue, Oct 6, 2015 at 1:17 AM, Michael S. Tsirkin wrote: > On Mon, Oct 05, 2015 at 11:39:39PM +0100, Peter Maydell wrote: >> On 2 October 2015 at 14:45, Michael S. Tsirkin wrote: >> > Most people don't run make check by default, so they skip vhost-user >> > unit tests. Solve this by using t

Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-06 Thread Peter Maydell
On 6 October 2015 at 09:41, Peter Maydell wrote: > On 6 October 2015 at 00:17, Michael S. Tsirkin wrote: >> If this helps you, pls feel free to apply. >> >> I will look at cleaning this up later. > > Yes, this fixes the test run on aarch64; I'll apply it to > master. Now applied; thanks. -- PMM

Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-06 Thread Peter Maydell
On 6 October 2015 at 00:17, Michael S. Tsirkin wrote: > On Mon, Oct 05, 2015 at 11:39:39PM +0100, Peter Maydell wrote: >> On 2 October 2015 at 14:45, Michael S. Tsirkin wrote: >> > Most people don't run make check by default, so they skip vhost-user >> > unit tests. Solve this by using tmpfs ins

Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-05 Thread Michael S. Tsirkin
On Mon, Oct 05, 2015 at 11:39:39PM +0100, Peter Maydell wrote: > On 2 October 2015 at 14:45, Michael S. Tsirkin wrote: > > Most people don't run make check by default, so they skip vhost-user > > unit tests. Solve this by using tmpfs instead, unless hugetlbfs is > > specified (using an environmen

Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-05 Thread Michael S. Tsirkin
On Mon, Oct 05, 2015 at 11:39:39PM +0100, Peter Maydell wrote: > On 2 October 2015 at 14:45, Michael S. Tsirkin wrote: > > Most people don't run make check by default, so they skip vhost-user > > unit tests. Solve this by using tmpfs instead, unless hugetlbfs is > > specified (using an environmen

Re: [Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-05 Thread Peter Maydell
On 2 October 2015 at 14:45, Michael S. Tsirkin wrote: > Most people don't run make check by default, so they skip vhost-user > unit tests. Solve this by using tmpfs instead, unless hugetlbfs is > specified (using an environment variable). > > Signed-off-by: Michael S. Tsirkin > Reviewed-by: Marc

[Qemu-devel] [PULL 14/15] vhost-user-test: use tmpfs by default

2015-10-02 Thread Michael S. Tsirkin
Most people don't run make check by default, so they skip vhost-user unit tests. Solve this by using tmpfs instead, unless hugetlbfs is specified (using an environment variable). Signed-off-by: Michael S. Tsirkin Reviewed-by: Marc-André Lureau --- tests/vhost-user-test.c | 37 +