index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/arm: improve constant loading
Aurelien Jarno
2011-01-10
1
-18
/
+21
*
tcg/ia64: remove an unnecessary stop bit
Aurelien Jarno
2011-01-10
1
-1
/
+1
*
target-sh4: improve TLB
Aurelien Jarno
2011-01-10
1
-21
/
+44
*
target-sh4: implement writes to mmaped ITLB
Aurelien Jarno
2011-01-09
3
-0
/
+23
*
tcg: fix typo in readme
Mike Frysinger
2011-01-09
1
-1
/
+1
*
tcg/README: Spelling fixes
Stefan Weil
2011-01-09
1
-4
/
+4
*
qemu-tech: Spelling fixes
Stefan Weil
2011-01-09
1
-2
/
+2
*
qemu-doc: Spelling fixes
Stefan Weil
2011-01-09
1
-10
/
+10
*
qemu-doc: Add missing blanks
Stefan Weil
2011-01-09
1
-2
/
+2
*
qemu-doc: Add missing menu entry
Stefan Weil
2011-01-09
1
-0
/
+2
*
qemu-doc: Clean whitespace
Stefan Weil
2011-01-09
1
-2
/
+2
*
usb-bsd: fix a file descriptor leak
Blue Swirl
2011-01-09
1
-32
/
+39
*
alsaaudio: add endianness support for VoiceIn
Michael Walle
2011-01-09
1
-7
/
+27
*
ossaudio: add endianness support for VoiceIn
Michael Walle
2011-01-09
1
-5
/
+15
*
tcg/mips: fix branch target change during code retranslation
Aurelien Jarno
2011-01-08
1
-1
/
+1
*
tcg/arm: fix qemu_st64 for big endian targets
Aurelien Jarno
2011-01-08
1
-1
/
+1
*
tcg/arm: fix branch target change during code retranslation
Aurelien Jarno
2011-01-08
1
-8
/
+20
*
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
2011-01-08
13
-46
/
+238
|
\
|
*
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach
2011-01-07
4
-6
/
+0
|
*
Fix commandline handling for ARM semihosted executables
Wolfgang Schildbach
2011-01-07
1
-30
/
+49
|
*
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
Peter Maydell
2011-01-07
1
-7
/
+7
|
*
softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()
Peter Maydell
2011-01-07
1
-0
/
+11
|
*
linux-user: Implement FS_IOC_FIEMAP ioctl
Peter Maydell
2011-01-07
4
-0
/
+109
|
*
linux-user: Support ioctls whose parameter size is not constant
Peter Maydell
2011-01-07
1
-3
/
+15
|
*
linux-user: Implement sync_file_range{,2} syscalls
Peter Maydell
2011-01-07
3
-0
/
+47
*
|
cris: Allow more TB chaning
Edgar E. Iglesias
2011-01-07
1
-19
/
+22
|
/
*
cris: Avoid useless tmp in t_gen_cc_jmp()
Edgar E. Iglesias
2011-01-07
1
-6
/
+1
*
cirrus: delete GCC 4.6 warnings
Aurelien Jarno
2011-01-06
1
-3
/
+3
*
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
2011-01-06
1
-1
/
+7
*
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
2011-01-06
1
-1
/
+1
*
softfloat: Implement flushing input denormals to zero
Peter Maydell
2011-01-06
2
-3
/
+123
*
target-arm: fix SMMLA/SMMLS instructions
Aurelien Jarno
2011-01-06
1
-45
/
+51
*
block: delete a write-only variable
Blue Swirl
2011-01-06
1
-5
/
+0
*
cirrus_vga: Declare as little endian
Blue Swirl
2011-01-06
1
-100
/
+12
*
pc: move port 92 stuff back to pc.c from pckbd.c
Blue Swirl
2011-01-06
2
-20
/
+88
*
target-ppc: Implement correct NaN propagation rules
Aurelien Jarno
2011-01-06
1
-2
/
+17
*
target-mips: Implement correct NaN propagation rules
Aurelien Jarno
2011-01-06
1
-0
/
+27
*
softfloat: use float{32,64,x80,128}_maybe_silence_nan()
Aurelien Jarno
2011-01-06
1
-43
/
+16
*
softfloat: add float{x80,128}_maybe_silence_nan()
Aurelien Jarno
2011-01-06
2
-0
/
+48
*
softfloat: fix float{32,64}_maybe_silence_nan() for MIPS
Aurelien Jarno
2011-01-06
1
-6
/
+14
*
softfloat: rename *IsNaN variables to *IsQuietNaN
Aurelien Jarno
2011-01-06
1
-16
/
+20
*
softfloat: remove HPPA specific code
Aurelien Jarno
2011-01-06
1
-5
/
+1
*
target-ppc: use float32_is_any_nan()
Aurelien Jarno
2011-01-06
1
-3
/
+2
*
target-ppc: fix default qNaN
Aurelien Jarno
2011-01-06
1
-2
/
+2
*
target-ppc: remove PRECISE_EMULATION define
Aurelien Jarno
2011-01-06
2
-50
/
+11
*
microblaze: Use more TB chaining
Edgar E. Iglesias
2011-01-05
1
-5
/
+23
*
cirrus_vga: fix division by 0 for color expansion rop
Aurelien Jarno
2011-01-04
1
-32
/
+33
*
Fix curses on big endian hosts
Aurelien Jarno
2011-01-04
2
-4
/
+4
*
noaudio: correctly account acquired samples
Michael Walle
2011-01-04
1
-0
/
+3
*
target-arm: Implement correct NaN propagation rules
Peter Maydell
2011-01-02
1
-0
/
+23
[next]