mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
BSD user: implement GUEST_BASE
Based on 379f6698d7
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
@ -84,6 +84,9 @@ typedef struct TaskState {
|
||||
|
||||
void init_task_state(TaskState *ts);
|
||||
extern const char *qemu_uname_release;
|
||||
#if defined(CONFIG_USE_GUEST_BASE)
|
||||
extern unsigned long mmap_min_addr;
|
||||
#endif
|
||||
|
||||
/* ??? See if we can avoid exposing so much of the loader internals. */
|
||||
/*
|
||||
|
Reference in New Issue
Block a user