Re: [Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest

2014-03-27 Thread Paolo Bonzini
Il 27/03/2014 17:01, Andreas Färber ha scritto: Am 12.03.2014 19:28, schrieb Andreas Färber: Make it conditional to 9p availability. Create a temporary directory to share. Signed-off-by: Andreas Färber --- tests/Makefile | 6 ++ tests/virtio-9p-test.c | 46 +++

Re: [Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest

2014-03-27 Thread Andreas Färber
Am 12.03.2014 19:28, schrieb Andreas Färber: > Make it conditional to 9p availability. > Create a temporary directory to share. > > Signed-off-by: Andreas Färber > --- > tests/Makefile | 6 ++ > tests/virtio-9p-test.c | 46 ++ > 2 files ch

[Qemu-devel] [PATCH qom-next v3 06/15] tests: Add virtio-9p qtest

2014-03-12 Thread Andreas Färber
Make it conditional to 9p availability. Create a temporary directory to share. Signed-off-by: Andreas Färber --- tests/Makefile | 6 ++ tests/virtio-9p-test.c | 46 ++ 2 files changed, 52 insertions(+) create mode 100644 tests/virtio-9p-t