qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 6.2 24/49] bsd-user: Include more things in qemu.h


From: Richard Henderson
Subject: Re: [PATCH for 6.2 24/49] bsd-user: Include more things in qemu.h
Date: Mon, 9 Aug 2021 10:31:44 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh <imp@FreeBSD.org>

Include more header files to match bsd-user fork.

Signed-off-by: Warner Losh <imp@bsdimp.com>
---
  bsd-user/qemu.h | 9 +++++++++
  1 file changed, 9 insertions(+)

diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 6c4ec61d76..02e6e8327a 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -18,11 +18,15 @@
  #define QEMU_H
+#include "qemu/osdep.h"
  #include "cpu.h"
  #include "exec/cpu_ldst.h"
+#include "exec/exec-all.h"
+//#include "trace/trace-bsd_user.h"
#undef DEBUG_REMAP
  #ifdef DEBUG_REMAP
+#include <stdio.h>
  #endif /* DEBUG_REMAP */

osdep.h will have included stdio.h.

+//#include "target_os_vmparam.h"
+//#include "target_os_signal.h"
+//#include "hostdep.h"

Delete these?


r~




reply via email to

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