index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
elfload.c
Age
Commit message (
Expand
)
Author
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-01-20
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell
2014-06-02
Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"
Peter Maydell
2014-05-26
bsd-user: replace fprintf(stderr, ...) with error_report()
Le Tan
2013-07-09
bsd-user: Change thread_env to CPUState
Andreas Färber
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-01-10
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
2011-12-10
bsd_user: Fix potential null pointer dereference
Stefan Weil
2011-01-17
bsd-user: Fix possible memory leaks and wrong realloc call
Stefan Weil
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
2009-10-04
bsd-user: fix "#if 0"'d printf()
Paul Bolle
2009-09-30
elfload: fix coding style nit
Michael S. Tsirkin
2009-09-27
BSD user: suppress a warning
Blue Swirl
2009-09-27
BSD user: implement GUEST_BASE
Blue Swirl
2009-08-01
Fix Sparse warning about missing prototype
Blue Swirl
2009-08-01
More NULL pointer fixes
Blue Swirl
2009-07-17
fix build warnings
Christoph Egger
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-14
Remove all traces of __powerpc__
malc
2008-10-26
Preliminary BSD user emulator support
blueswir1