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
/
linux-user
/
arm
/
nwfpe
Age
Commit message (
Expand
)
Author
2011-12-06
linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters
Peter Maydell
2011-04-25
linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC
Peter Maydell
2011-04-17
softfloat: rename float*_eq() into float*_eq_quiet()
Aurelien Jarno
2011-02-10
linux-user/arm: fix compilation failures using softfloat's struct types
Peter Maydell
2011-01-23
Delete useless 'extern' qualifiers for functions
Blue Swirl
2011-01-07
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
Peter Maydell
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
2010-03-07
Update to a hopefully more future proof FSF address
Blue Swirl
2009-10-02
linux-user: fix up oversealous nitpicking
Michael S. Tsirkin
2009-09-30
linux-user: fix old style decrement usage
Michael S. Tsirkin
2009-09-25
static and inline should came before the type of the functions
Juan Quintela
2009-09-21
Export tables properly to avoid a Sparse warning
Blue Swirl
2009-09-21
Fix Sparse warnings about using plain integer as NULL pointer
Blue Swirl
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-05-04
Fix compiler warnings in nwfpe code.
Paul Brook
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-04-09
Move target-arm/nwfpe into linux-user/arm/nwfpe
aurel32