index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-18
Collapse omap peripherals on L4 bus into one io entry (temporarily).
balrog
5
-20
/
+148
2008-05-18
ETRAX: Connect both ethernet controllers.
edgar_igl
1
-5
/
+11
2008-05-18
ETRAX: Add support for the ethernet receivers dest addr filters.
edgar_igl
1
-45
/
+162
2008-05-18
Fix constant checks on Sparc64 host
blueswir1
1
-12
/
+17
2008-05-18
Fix TCG alignment problems on Sparc64 host
blueswir1
1
-2
/
+2
2008-05-18
Fix Sparc64 host signal handling
blueswir1
1
-5
/
+10
2008-05-17
Support signal reception in user-mode. Handle when the peer terminates or abo...
edgar_igl
1
-6
/
+19
2008-05-17
Try to fix USB HID and make the HID reports readable.
balrog
1
-48
/
+71
2008-05-17
converted sign extension ops to TCG
bellard
2
-76
/
+31
2008-05-17
Use tcg_gen_not.
edgar_igl
1
-4
/
+4
2008-05-17
MONITOR insn address generation fix - converted XLAT to TCG
bellard
2
-40
/
+20
2008-05-17
Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).
edgar_igl
3
-0
/
+40
2008-05-17
BSR/BSF TCG conversion
bellard
4
-72
/
+54
2008-05-17
musicpal: Improve button handling (Jan Kiszka).
balrog
1
-10
/
+17
2008-05-17
Remove arm's local not_i32 tcg op now that there's one in tcg.
balrog
1
-6
/
+0
2008-05-17
Missing include for Slirp on win32 (Eduardo Felipe).
balrog
1
-0
/
+1
2008-05-17
converted bit test operations to TCG
bellard
2
-98
/
+53
2008-05-17
moved eflags computation outside op.c
bellard
4
-293
/
+296
2008-05-17
converted adc, sbb, cmpxchg to TCG
bellard
3
-305
/
+151
2008-05-17
converted condition code supprot to TCG - converted shift ops to TCG
bellard
9
-1132
/
+762
2008-05-17
added 'pure' function attribute - fixed indirect function calls
bellard
2
-23
/
+46
2008-05-17
added not pseudo op - more _tl macros
bellard
1
-0
/
+23
2008-05-17
Generate better code for Sparc32 shifts
blueswir1
1
-6
/
+21
2008-05-17
Fix qemu_ld/st branches, constification, use orcc for tst synthetic op
blueswir1
1
-9
/
+9
2008-05-17
Improved workaround for the annoying glibc global register mangling bug
blueswir1
1
-47
/
+11
2008-05-17
Update TODO
blueswir1
1
-2
/
+4
2008-05-16
Implement qemu_ld/st, fix brcond, handle more corner cases
blueswir1
1
-29
/
+395
2008-05-15
Always process real timers regardless of singlestep mode (Jason Wessel).
edgar_igl
2
-3
/
+2
2008-05-15
Implement brcond, ldst with large offset; fix direct jump, prologue
blueswir1
1
-14
/
+71
2008-05-15
Fix bit fitting checks
blueswir1
1
-11
/
+15
2008-05-15
converted more helpers to TCG - fixed some SVM issues
bellard
10
-485
/
+404
2008-05-15
cpu_abort() is really an abort
bellard
1
-5
/
+0
2008-05-14
Fix compilation on Sparc host, implement ld and st
blueswir1
3
-9
/
+15
2008-05-13
ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.
edgar_igl
1
-17
/
+55
2008-05-13
Remove some uses of phys_ram_base (initial patch by Ian Jackson)
blueswir1
1
-23
/
+23
2008-05-13
i386 specific TODO
bellard
1
-0
/
+29
2008-05-13
update
bellard
1
-27
/
+5
2008-05-13
Fix loading of binary ROMs
blueswir1
1
-3
/
+3
2008-05-13
Fix compiler warning.
ths
1
-1
/
+1
2008-05-13
CRIS: Improve TLB management and handle delayslots at page boundaries.
edgar_igl
8
-140
/
+196
2008-05-12
compilation fix
bellard
1
-1
/
+3
2008-05-12
use new helper name
bellard
1
-1
/
+1
2008-05-12
converted more helpers to TCG
bellard
5
-647
/
+498
2008-05-12
removed unused code
bellard
2
-7
/
+0
2008-05-12
FPU fixes
bellard
1
-11
/
+11
2008-05-12
converted x87 FPU ops to TCG
bellard
5
-945
/
+756
2008-05-12
Move prototype back to avoid a compiler warning
blueswir1
2
-1
/
+1
2008-05-12
Remove most uses of phys_ram_base (initial patch by Ian Jackson)
blueswir1
4
-41
/
+135
2008-05-12
converted SSE/MMX ops to TCG
bellard
6
-671
/
+715
2008-05-12
Wrap long lines
blueswir1
13
-200
/
+395
[next]