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-11-10
target-ppc: convert most SPE integer instructions to TCG
aurel32
5
-471
/
+602
2008-11-10
target-alpha: fix cmpbge instruction
aurel32
1
-1
/
+1
2008-11-10
use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).
balrog
2
-12
/
+23
2008-11-10
Currently trying to turn an oversized directory into a VVFAT image will
balrog
1
-9
/
+13
2008-11-10
x86 CPUID extended family/model (Andre Przywara).
balrog
1
-2
/
+7
2008-11-09
Use TCG not op
blueswir1
1
-14
/
+12
2008-11-09
Use andc, orc, nor and nand
blueswir1
1
-52
/
+36
2008-11-09
target-ppc: fix TCG argument
aurel32
1
-1
/
+1
2008-11-09
target-ppc: Remove a few TCG temp variable leaks
aurel32
1
-9
/
+19
2008-11-09
target-ppc: fixes for gen_op_neg()
aurel32
1
-15
/
+14
2008-11-09
target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes
aurel32
1
-39
/
+23
2008-11-09
target-ppc: optimize mullw and make the code more readable
aurel32
1
-12
/
+1
2008-11-09
target-ppc: indentation fixes
aurel32
1
-5
/
+4
2008-11-09
Sparc32 BSD user support
blueswir1
2
-0
/
+36
2008-11-09
Document bluetooth support in qemu-doc.
balrog
2
-0
/
+69
2008-11-09
Add qemu_strndup: qemu_strdup with length limit.
balrog
3
-5
/
+20
2008-11-09
Add the -bt switch for setting up bluetooth stuff.
balrog
1
-2
/
+172
2008-11-08
Revert r5532, r5536 and a piece of r5531.
balrog
3
-18
/
+5
2008-11-08
Use an option rom instead of boot sector for -kernel
aliguori
4
-58
/
+50
2008-11-08
target-alpha: fix the return value of stl_c/stq_c
aurel32
1
-4
/
+4
2008-11-08
target-ppc: fix tcg fatal error on i386 host
aurel32
2
-1
/
+14
2008-11-07
Use the right format string to printf sector num with DEBUG_IDE.
balrog
1
-2
/
+2
2008-11-07
Fix some build issues for BSD.
blueswir1
3
-20
/
+36
2008-11-07
target-alpha: fix locked loads/stores
aurel32
2
-13
/
+22
2008-11-07
target-ppc: fix flags computation for tcg_gen_qemu_st
aurel32
1
-7
/
+7
2008-11-06
Fix interrupt exclusion via SSTEP_NOIRQ
malc
1
-2
/
+8
2008-11-06
User qemu profiling
aurel32
2
-0
/
+12
2008-11-06
Remove unused reg_T2 definition
aurel32
1
-4
/
+0
2008-11-06
Make sure to resume the monitor only after flushing out outstanding
aliguori
1
-8
/
+6
2008-11-06
Win32: Fix warnings
aurel32
3
-5
/
+4
2008-11-06
target-alpha: Fix ret instruction
aurel32
1
-2
/
+2
2008-11-05
Fix windows build after init_host_timer changes.
aliguori
1
-30
/
+41
2008-11-05
Run timers from host alarm timer callback
aliguori
1
-10
/
+9
2008-11-05
Use qemu_set_fd_handler2() to determine when alarm timer fires.
aliguori
1
-13
/
+22
2008-11-05
Improve error reporting in init_timer_alarm
aliguori
1
-16
/
+42
2008-11-05
Fix alarm_timer race with select - v3 (Jan Kiszka)
aliguori
1
-2
/
+26
2008-11-05
SM501 emulation for R2D-SH4
blueswir1
5
-3
/
+1247
2008-11-05
Allow KVM to be used on either 32-bit or 64-bit x86
aliguori
1
-3
/
+5
2008-11-05
Use qemu_ram_alloc
blueswir1
2
-20
/
+31
2008-11-05
Add missing files to KVM commit.
aliguori
3
-0
/
+1080
2008-11-05
Add --kerneldir configure argument
aliguori
1
-2
/
+9
2008-11-05
Add KVM support to QEMU
aliguori
10
-1
/
+215
2008-11-05
Split CPUID from op_helper
aliguori
3
-162
/
+176
2008-11-05
Add additional CPU flag definitions
aliguori
1
-1
/
+8
2008-11-04
ETRAX-FS: Make etraxfs_dmac_run local.
edgar_igl
2
-2
/
+1
2008-11-04
Set default audio timer period to a sane value (otherwise qemu becomes unusab...
malc
1
-1
/
+1
2008-11-04
target-mips: use the new rotr/rotri instructions
aurel32
1
-43
/
+5
2008-11-04
ETRAX-FS: Fix DMA warnings.
edgar_igl
1
-8
/
+11
2008-11-04
Add safety net against potential infinite loop
malc
1
-0
/
+8
2008-11-04
Mention output overlaps.
pbrook
1
-0
/
+5
[prev]
[next]