Re: [Qemu-devel] [PATCH v4 12/14] qht: add test program

2016-05-03 Thread Richard Henderson
On 04/29/2016 05:33 PM, Emilio G. Cota wrote: Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- tests/.gitignore | 1 + tests/Makefile | 5 +- tests/test-qht.c | 177 +++ 3 files changed, 182 insertions(+), 1 deletion(-) creat

[Qemu-devel] [PATCH v4 12/14] qht: add test program

2016-04-29 Thread Emilio G. Cota
Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- tests/.gitignore | 1 + tests/Makefile | 5 +- tests/test-qht.c | 177 +++ 3 files changed, 182 insertions(+), 1 deletion(-) create mode 100644 tests/test-qht.c diff --git a/tes