Re: [Qemu-devel] [PATCH v4 10/14] qdist: add test program

2016-05-03 Thread Richard Henderson
On 04/29/2016 05:33 PM, Emilio G. Cota wrote: Signed-off-by: Emilio G. Cota --- tests/.gitignore | 1 + tests/Makefile | 6 +- tests/test-qdist.c | 363 + 3 files changed, 369 insertions(+), 1 deletion(-) create mode 100644 tests/te

[Qemu-devel] [PATCH v4 10/14] qdist: add test program

2016-04-29 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- tests/.gitignore | 1 + tests/Makefile | 6 +- tests/test-qdist.c | 363 + 3 files changed, 369 insertions(+), 1 deletion(-) create mode 100644 tests/test-qdist.c diff --git a/tests/.gitignore b/test