Quoting Peter Maydell (2018-11-08 06:52:23)
> The guest-agent-core.h header was missing the usual guards
> against multiple inclusion; add them.
>
> (Spotted by lgtm.com's static analyzer.)
>
> Signed-off-by: Peter Maydell
Thanks, applied to qga tree:
https://github.com/mdroth/qemu/commits/qg
Hi
On Thu, Nov 8, 2018 at 4:52 PM Peter Maydell wrote:
>
> The guest-agent-core.h header was missing the usual guards
> against multiple inclusion; add them.
>
> (Spotted by lgtm.com's static analyzer.)
neat,
Reviewed-by: Marc-André Lureau
>
> Signed-off-by: Peter Maydell
> ---
> qga/guest-a
On 8/11/18 13:52, Peter Maydell wrote:
The guest-agent-core.h header was missing the usual guards
against multiple inclusion; add them.
(Spotted by lgtm.com's static analyzer.)
Signed-off-by: Peter Maydell
Reviewed-by: Philippe Mathieu-Daudé
Tested-by: Philippe Mathieu-Daudé
---
qga/gu
The guest-agent-core.h header was missing the usual guards
against multiple inclusion; add them.
(Spotted by lgtm.com's static analyzer.)
Signed-off-by: Peter Maydell
---
qga/guest-agent-core.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/qga/guest-agent-core.h b/qga/guest-agent-cor