qemu-patch-raspberry4/bsd-user
Jan Kiszka d5ab9713d2 Avoid allocating TCG resources in non-TCG mode
Do not allocate TCG-only resources like the translation buffer when
running over KVM or XEN. Saves a "few" bytes in the qemu address space
and is also conceptually cleaner.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-08-05 10:57:36 -05:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
bsd-mman.h
bsdload.c Remove dead code for ARM semihosting commandline handling 2011-01-07 18:20:57 +02:00
elfload.c bsd-user: Fix possible memory leaks and wrong realloc call 2011-01-17 20:23:47 +00:00
errno_defs.h
main.c Avoid allocating TCG resources in non-TCG mode 2011-08-05 10:57:36 -05:00
mmap.c Fix bsd-user qemu_vmalloc() host page protection code 2010-03-30 17:44:51 +00:00
qemu-types.h
qemu.h Fix typos in comments (neccessary -> necessary) 2011-05-08 10:02:18 +01:00
signal.c
strace.c
syscall.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
syscall_defs.h
uaccess.c