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-12-04
Virtio core support
aliguori
3
-0
/
+972
2008-12-04
Introduce fls() helper
aliguori
2
-0
/
+12
2008-12-04
Clarify -soundhw documentation as to avoid hda confusion
malc
1
-4
/
+4
2008-12-04
Update
malc
1
-1
/
+0
2008-12-03
Silence warnings generated due to `#if BUILD_Y8950'
malc
1
-0
/
+1
2008-12-03
Make audio violate POSIX less
malc
31
-135
/
+139
2008-12-03
More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxx
blueswir1
1
-7
/
+7
2008-12-02
IBM PowerPC 4xx 32-bit PCI controller emulation
aurel32
3
-1
/
+428
2008-12-02
Change order of metadata update to prevent loosing guest data because of unex...
aliguori
1
-63
/
+92
2008-12-02
Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)
aliguori
1
-89
/
+73
2008-12-02
Write table offset and size in one syscall (Gleb Natapov)
aliguori
1
-17
/
+9
2008-12-02
Introduce new helper function qcow_shedule_bh() (Gleb Natapov)
aliguori
1
-27
/
+20
2008-12-02
Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)
aliguori
1
-32
/
+32
2008-12-02
Exclude unix: from vnc call to unix_listen() (Ryan Harper)
aliguori
1
-1
/
+1
2008-12-02
Fix register name typo in dumping debug registers (Jan Kiszka)
aliguori
1
-2
/
+2
2008-12-02
Remove address masking after some rearranging
blueswir1
2
-99
/
+142
2008-12-02
Remove address masking
blueswir1
11
-43
/
+45
2008-12-02
Cosmetic cleanups to previous patch.
pbrook
1
-2
/
+1
2008-12-01
Reset the key modifiers upon client connect
malc
1
-0
/
+1
2008-12-01
Add basic audio functionality to vnc.c
malc
1
-1
/
+131
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
82
-869
/
+453
2008-12-01
Allocate cleared memory for cpu state.
pbrook
1
-1
/
+1
2008-12-01
arm: Don't potentially overwrite input registers in add2, sub2.
balrog
1
-4
/
+13
2008-12-01
Fix the comment added in r5844.
balrog
1
-1
/
+1
2008-12-01
Don't rely on ARM tcg_out_goto() generating just a single insn.
balrog
1
-8
/
+13
2008-12-01
arm: Reserve code buffer in memory range reachable for pc-relative branch.
balrog
1
-0
/
+6
2008-12-01
Use libgcc __clear_cache to clean icache, when available.
balrog
2
-0
/
+13
2008-12-01
Fix a typo preventing GNUC builtins usage.
balrog
1
-1
/
+1
2008-12-01
Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).
balrog
1
-6
/
+6
2008-12-01
Don't try to select on an invalid VNC socket when init fails.
balrog
1
-0
/
+1
2008-11-30
qemu-img: open files with cache=writeback
aurel32
1
-3
/
+6
2008-11-30
target-ppc: remove unused file op_mem_access.h
aurel32
1
-148
/
+0
2008-11-30
target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c
aurel32
1
-130
/
+11
2008-11-30
target-ppc: convert PPC 440 instructions to TCG
aurel32
5
-36
/
+26
2008-11-30
Spelling and grammar fixes
aurel32
3
-4
/
+4
2008-11-30
Fix warning from sparse (wrong declaration)
aurel32
1
-1
/
+1
2008-11-30
Fix warning from sparse
aurel32
1
-1
/
+0
2008-11-30
target-ppc: convert return from interrupt instructions to TCG
aurel32
5
-101
/
+47
2008-11-30
target-ppc: convert external load/store instructions to TCG
aurel32
3
-144
/
+13
2008-11-30
target-ppc: convert load/store with reservation instructions to TCG
aurel32
2
-264
/
+72
2008-11-30
target-ppc: convert lscbx instruction to TCG
aurel32
6
-122
/
+53
2008-11-30
target-ppc: convert load/store string instructions to TCG
aurel32
6
-203
/
+135
2008-11-30
target-ppc: convert icbi instruction to TCG
aurel32
6
-63
/
+31
2008-11-30
target-ppc: convert dcbz instruction to TCG
aurel32
7
-360
/
+55
2008-11-30
target-ppc: convert load/store multiple instructions to TCG
aurel32
6
-142
/
+78
2008-11-30
target-ppc: convert wait instruction to TCG
aurel32
3
-12
/
+3
2008-11-30
target-ppc: convert mfrom instruction to TCG
aurel32
4
-20
/
+11
2008-11-30
target-ppc: remove dead code from op.c
aurel32
1
-6
/
+0
2008-11-30
gdbstub: Fix access to PPC FPRs
aurel32
1
-2
/
+2
2008-11-30
Common cpu_loop_exit prototype
aurel32
10
-15
/
+1
[prev]
[next]