|
From: | Daniel Henrique Barboza |
Subject: | Re: [PATCH v3 1/5] dump: Include missing "cpu.h" header for tswap32/tswap64() declarations |
Date: | Tue, 20 Dec 2022 07:44:54 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 |
On 12/16/22 18:55, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> ---
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
dump/dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dump/dump.c b/dump/dump.c index 279b07f09b..c62dc94213 100644 --- a/dump/dump.c +++ b/dump/dump.c @@ -29,6 +29,7 @@ #include "qemu/main-loop.h" #include "hw/misc/vmcoreinfo.h" #include "migration/blocker.h" +#include "cpu.h"#ifdef TARGET_X86_64#include "win_dump.h"
[Prev in Thread] | Current Thread | [Next in Thread] |