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-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
2008-10-22
ETRAX-FS: Add support for passing kernel command lines
edgar_igl
1
-2
/
+15
2008-10-22
ETRAX-FS: Correct booting of elf linux images from ram.
edgar_igl
1
-3
/
+2
2008-10-22
Fix ARMv6 translation table base address calculation.
pbrook
2
-22
/
+23
2008-10-22
Use load address when loading ELF images.
pbrook
3
-6
/
+8
2008-10-22
Optimize redundant cp15 coprocessor access control register writes.
pbrook
1
-3
/
+5
2008-10-22
Update old fashioned function prototypes.
pbrook
1
-15
/
+5
2008-10-22
* Use function pointers for symbol lookup (currently for elf32 and elf64,
pbrook
4
-95
/
+184
2008-10-21
Keep usb host scanning from leaking file descriptors
aliguori
1
-5
/
+11
2008-10-21
target-ppc: convert branch related instructions to TCG
aurel32
2
-296
/
+63
2008-10-21
Fix broken USB support for Linux host (Bjorn Danielsson)
aliguori
1
-1
/
+2
2008-10-21
target-ppc: convert logical instructions to TCG
aurel32
4
-394
/
+248
2008-10-21
target-ppc: convert crf related instructions to TCG
aurel32
5
-383
/
+291
2008-10-21
TCG: add tcg_const_local_tl()
aurel32
3
-0
/
+20
2008-10-21
target-ppc: use the new TCG logical operations
aurel32
1
-55
/
+10
2008-10-21
target-alpha: use the new TCG logical operations
aurel32
1
-18
/
+6
2008-10-21
TCG: add logical operations found on alpha and powerpc processors
aurel32
2
-0
/
+120
2008-10-21
target-ppc: Convert XER accesses to TCG
aurel32
9
-216
/
+174
2008-10-17
added explicit license
bellard
1
-0
/
+23
2008-10-17
allow SLIRP to make an ARP request to get the client MAC address. It is usefu...
bellard
1
-8
/
+52
2008-10-17
scsi-generic: correct error management
aurel32
1
-29
/
+103
2008-10-17
i386/SVM: return amount of ASIDs
aurel32
1
-3
/
+3
2008-10-15
PPC: fix dcbi instruction
aurel32
1
-0
/
+1
2008-10-15
PPC: convert SPE logical instructions to TCG
aurel32
2
-56
/
+70
2008-10-15
ppc: convert integer load/store to TCG
aurel32
2
-269
/
+413
2008-10-15
target-ppc: fix a TCG local variable creation
aurel32
1
-1
/
+1
2008-10-15
PPC: convert SPE effective address computation to TCG
aurel32
1
-10
/
+9
[next]