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
/
qemu.h
Age
Commit message (
Expand
)
Author
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2014-06-11
bsd-user: GPL v2 attribution update and style
Sean Bruno
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2013-09-20
*-user: Improve documentation for lock_user function
Stefan Weil
2013-09-20
*-user: Fix typo in comment (ulocking -> unlocking)
Stefan Weil
2013-07-09
bsd-user: Change thread_env to CPUState
Andreas Färber
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-06
user: Rename qemu-types.h to qemu-user-types.h
Eduardo Habkost
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
2011-05-08
Fix typos in comments (neccessary -> necessary)
Stefan Weil
2011-01-07
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach
2010-10-03
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
Stefan Weil
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
2009-09-27
BSD user: implement GUEST_BASE
Blue Swirl
2009-08-15
user: compile path.c only once
Blue Swirl
2009-08-01
Fix Sparse warning about missing prototype
Blue Swirl
2009-07-27
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-03-07
Fix BSD user: there is no NPTL
blueswir1
2008-12-08
linux-user: Move abi_* typedefs into qemu-types.h
aurel32
2008-10-26
Preliminary BSD user emulator support
blueswir1