Re: [Qemu-devel] [PATCH v3 02/27] migration: remove use of qemu_bufopen from vmstate tests

2016-03-03 Thread Amit Shah
On (Fri) 26 Feb 2016 [15:10:05], Daniel P. Berrange wrote: > Some of the test-vmstate.c test cases use a temporary file > while others use a memory buffer. To facilitate the future > removal of the qemu_bufopen() function, convert all the tests > to use a temporary file. > > Reviewed-by: Dr. David

[Qemu-devel] [PATCH v3 02/27] migration: remove use of qemu_bufopen from vmstate tests

2016-02-26 Thread Daniel P. Berrange
Some of the test-vmstate.c test cases use a temporary file while others use a memory buffer. To facilitate the future removal of the qemu_bufopen() function, convert all the tests to use a temporary file. Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Daniel P. Berrange --- tests/Makefile