qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC 03/19] fuzz: add fuzz accelerator
Date: Fri, 26 Jul 2019 12:33:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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 qtest_server_recv(GString *inbuf); /* Client sends commands using this 
> */

Please define this in this patch already.

> +#else
>  void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error 
> **errp);
> +#endif
>  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]