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-10-28
Set default max_cpus to one.
balrog
26
-38
/
+13
2008-10-28
Fix return value printing for shmat (Lauro Ramos Venancio).
balrog
1
-1
/
+1
2008-10-28
Recvmsg must return the number of bytes received (Lauro Ramos Venancio).
balrog
1
-2
/
+6
2008-10-28
page_check_range: fix wrap around test (Lauro Ramos Venancio).
balrog
1
-3
/
+4
2008-10-28
Fix iovec for the case with invalid elements (Lauro Ramos Venancio).
balrog
1
-13
/
+7
2008-10-28
Use the host exit syscall for exiting (Lauro Ramos Venancio).
balrog
1
-1
/
+3
2008-10-28
CRIS: Plug more temp leaks.
edgar_igl
1
-5
/
+5
2008-10-28
Control + i and [tab] share keycode in curses, simulate [tab].
balrog
1
-1
/
+1
2008-10-28
Fix cpuid ext_features value for Atom N270 (Blue Swirl).
balrog
1
-1
/
+1
2008-10-27
target-ppc: use consistent names for variables
aurel32
1
-141
/
+141
2008-10-27
target-ppc: indentation fixes
aurel32
1
-6
/
+6
2008-10-27
target-ppc: convert rotation instructions to TCG
aurel32
2
-159
/
+138
2008-10-27
CRIS: Plug a few temp leaks.
edgar_igl
1
-1
/
+3
2008-10-27
ETRAX-FS: Process outgoing DMA channels until EOL.
edgar_igl
1
-67
/
+69
2008-10-27
CRIS: Remove cpu_T.
edgar_igl
2
-102
/
+155
2008-10-27
Ansify to please sparse
blueswir1
1
-19
/
+9
2008-10-27
CRIS: Avoid more cpu_T usage.
edgar_igl
1
-95
/
+175
2008-10-27
Move sun4c to its own hwdef (Robert Reif)
blueswir1
1
-239
/
+241
2008-10-27
CRIS: Avoid cpu_T[1] for move_r.
edgar_igl
1
-3
/
+7
2008-10-27
CRIS: Avoid using cpu_T[0] for testing condition codes.
edgar_igl
1
-44
/
+41
2008-10-27
CRIS: Add branch-free versions of abs, lsl, lsr and asr.
edgar_igl
1
-29
/
+40
2008-10-26
CRIS: Correct tcg globals allocation for 64bit hosts.
edgar_igl
1
-12
/
+12
2008-10-26
Preliminary BSD user emulator support
blueswir1
24
-1
/
+5943
2008-10-26
Update from binutils 2.17
blueswir1
1
-579
/
+627
2008-10-26
Document the binutils source files used in constructing sparc-dis.c
blueswir1
1
-0
/
+11
2008-10-26
Add "const"
blueswir1
1
-8
/
+8
2008-10-26
Fix inline use warnings from sparse
blueswir1
2
-4
/
+4
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
37
-61
/
+71
2008-10-26
Fix incorrect use of pstrcpy (malc)
blueswir1
1
-1
/
+1
2008-10-26
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
blueswir1
1
-1
/
+1
2008-10-25
Change freeing method because the allocation function was changed in r5532
blueswir1
1
-3
/
+3
2008-10-25
Silence warnings about unused variables
blueswir1
1
-5
/
+5
2008-10-25
Suppress a GCC warning about unused function
blueswir1
1
-0
/
+2
2008-10-25
Fix GCC 4 signedness warning
blueswir1
1
-1
/
+1
2008-10-25
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
3
-1
/
+14
2008-10-25
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
blueswir1
7
-9
/
+10
2008-10-25
Fix undefined pthread_sigmask warning on OpenBSD
blueswir1
1
-0
/
+2
2008-10-25
Use snprintf to please OpenBSD linker
blueswir1
1
-9
/
+9
2008-10-25
Fix a bad memcpy length (Bruce Rogers).
balrog
1
-1
/
+1
2008-10-24
Fix whitespace in migration code.
aliguori
2
-45
/
+45
2008-10-24
Fix possibly SEGV in tcp migration error case.
aliguori
1
-1
/
+1
2008-10-24
Live migration for Win32 (Hervé Poussineau)
aliguori
3
-24
/
+24
2008-10-24
Fix windows build after migration changes
aliguori
3
-6
/
+5
2008-10-24
Add missing return statement (fixes compiler warning).
aurel32
1
-0
/
+1
2008-10-24
hw/pc: don't register the memory hole as unassigned twice
aurel32
1
-2
/
+0
2008-10-24
Fix typos in PPC TCG conversion.
pbrook
1
-2
/
+2
2008-10-24
ETRAX-FS: Drop DMA polling for ethernet.
edgar_igl
1
-46
/
+4
2008-10-23
protect exec-all.h frm multiple inclusion (Glauber Costa)
aliguori
1
-0
/
+3
2008-10-22
Additional exclusive load/store instruction are v6K, not v6T2.
pbrook
1
-1
/
+1
2008-10-22
Fix ARMv6t2 strex instructions.
pbrook
1
-3
/
+45
[next]