Re: [Qemu-devel] [RFC 03/19] fuzz: add fuzz accelerator

2019-07-26 Thread Stefan Hajnoczi
On Thu, Jul 25, 2019 at 03:23:46AM +, Oleinik, Alexander wrote: > Much like the qtest accelerator, the fuzz accelerator skips the CPU > emulation > > Signed-off-by: Alexander Oleinik > --- > include/sysemu/qtest.h | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git

Re: [Qemu-devel] [RFC 03/19] fuzz: add fuzz accelerator

2019-07-26 Thread Paolo Bonzini
On 25/07/19 05:23, Oleinik, Alexander wrote: > +#ifdef CONFIG_FUZZ > +/* Both the client and the server have qtest_init's, Rename on of them... */ > +void qtest_init_server(const char *qtest_chrdev, const char *qtest_log, > Error **errp); Just rename it in qtest.c and vl.c. > +void

[Qemu-devel] [RFC 03/19] fuzz: add fuzz accelerator

2019-07-24 Thread Oleinik, Alexander
Much like the qtest accelerator, the fuzz accelerator skips the CPU emulation Signed-off-by: Alexander Oleinik --- include/sysemu/qtest.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/sysemu/qtest.h b/include/sysemu/qtest.h index cd114b8d80..adfbd10d20 100644