Re: [Qemu-devel] [PATCH 19/28] qtest: Adding qtest_memset and qmemset.

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:18:00PM -0400, John Snow wrote: > Currently, libqtest allows for memread and memwrite, but > does not offer a simple way to zero out regions of memory. > This patch adds a simple function to do so. > > Signed-off-by: John Snow > --- > tests/libqtest.c | 12

[Qemu-devel] [PATCH 19/28] qtest: Adding qtest_memset and qmemset.

2014-07-07 Thread John Snow
Currently, libqtest allows for memread and memwrite, but does not offer a simple way to zero out regions of memory. This patch adds a simple function to do so. Signed-off-by: John Snow --- tests/libqtest.c | 12 tests/libqtest.h | 24 2 files changed, 36 ins