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
2009-03-29
Fix hxtool eating backslash sequences for sh != bash
blueswir1
1
-1
/
+1
2009-03-29
Fix hxtool eating backslash sequences
blueswir1
1
-3
/
+3
2009-03-29
fix format string warnings in block-qcow2.c (Christoph Hellwig)
aliguori
1
-3
/
+3
2009-03-29
check for bs->drv in bdrv_flush (Christoph Hellwig)
aliguori
1
-0
/
+2
2009-03-29
remove dead code in bdrv_check_request (Christoph Hellwig)
aliguori
1
-9
/
+1
2009-03-29
target-mips: optimize write to env->hflags
aurel32
1
-14
/
+7
2009-03-29
target-mips: optimize gen_muldiv()
aurel32
1
-123
/
+115
2009-03-29
tcg: add _tl aliases for div/divu/rem/remu
aurel32
1
-0
/
+8
2009-03-29
target-mips: optimize gen_HILO()
aurel32
1
-4
/
+0
2009-03-29
target-mips: optimize gen_trap()
aurel32
1
-26
/
+12
2009-03-29
target-mips: optimize gen_compute_branch()
aurel32
3
-51
/
+48
2009-03-29
target-mips: don't mix result and arguments in gen_op_*
aurel32
1
-54
/
+54
2009-03-29
target-mips: gen_bshfl()
aurel32
1
-29
/
+45
2009-03-29
target-mips: optimize gen_mul_vr54xx()
aurel32
1
-2
/
+2
2009-03-29
target-mips: optimize gen_cl()
aurel32
1
-15
/
+11
2009-03-29
target-ppc: avoid nop to override next instruction
aurel32
1
-3
/
+3
2009-03-29
target-alpha: bug fix: avoid nop to override next instruction
aurel32
1
-3
/
+3
2009-03-29
target-alpha: remove PALCODE_ declarations (unused).
aurel32
1
-10
/
+0
2009-03-29
target-alpha: add instruction name in comments for hw_ld opcode.
aurel32
1
-20
/
+20
2009-03-29
Document which IPR are used by 21264
aurel32
1
-31
/
+65
2009-03-29
target-alpha: tb_flush helper should flush the tb (and not the tlb).
aurel32
1
-1
/
+1
2009-03-29
target-alpha: fix temp free for hw_st
aurel32
1
-2
/
+1
2009-03-29
target-alpha: fix bug: integer conditional branch offset is 21 bits wide.
aurel32
1
-10
/
+10
2009-03-29
target-alpha: Fix bug: do not mask address LSBs for ldwu.
aurel32
1
-1
/
+1
2009-03-29
target-alpha: Fix bug: palcode is at least 6 bits.
aurel32
1
-1
/
+1
2009-03-28
build system: silence gdbstub-xml.c generation
aurel32
1
-3
/
+2
2009-03-28
tcg/README: fix description of bswap32_i32/i64
aurel32
1
-1
/
+1
2009-03-28
target-sh4: r2d --append option support
aurel32
1
-3
/
+2
2009-03-28
hw/eeprom93xx.c: support 93xx EEPROMs with more than 255 words
aurel32
1
-10
/
+14
2009-03-28
hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/...
aurel32
1
-2
/
+27
2009-03-28
target-sh4: r2d --append option support
aurel32
1
-5
/
+16
2009-03-28
target-mips: fix FPU in 64-bit mode
aurel32
1
-17
/
+8
2009-03-28
target-mips: implement FPU Flush-To-Zero mode
aurel32
1
-0
/
+5
2009-03-28
gdbstub: Allow re-instantiation (Jan Kiszka)
aliguori
2
-21
/
+38
2009-03-28
char: Fix closing of various char devices (Jan Kiszka)
aliguori
1
-2
/
+19
2009-03-28
qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin)
aliguori
2
-5
/
+23
2009-03-28
block-qcow2: keep backing file format in a qcow2 extension (Uri Lublin)
aliguori
1
-2
/
+53
2009-03-28
block: support known backing format for image create and open (Uri Lublin)
aliguori
3
-4
/
+35
2009-03-28
Introducing qcow2 extensions (Uri Lublin)
aliguori
1
-0
/
+72
2009-03-28
kvm: Drop kvm_patch_opcode_byte (Jan Kiszka)
aliguori
1
-23
/
+4
2009-03-28
ROM write access for debugging (Jan Kiszka)
aliguori
1
-3
/
+8
2009-03-28
Use the DMA api to map virtio elements.
aliguori
1
-82
/
+17
2009-03-28
virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)
aliguori
1
-71
/
+17
2009-03-28
add qemu_iovec_init_external (Christoph Hellwig)
aliguori
2
-0
/
+20
2009-03-28
Clean some PCI defines (Stefan Weil)
aliguori
2
-10
/
+11
2009-03-28
Fix monitor command (screendump) (Stefan Weil)
aliguori
1
-0
/
+1
2009-03-28
Remove nodisk_ok machine feature (Jan Kiszka)
aliguori
8
-25
/
+0
2009-03-28
musicpal: Fix regression caused by 6839 (Jan Kiszka)
aliguori
1
-1
/
+2
2009-03-28
gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka)
aliguori
1
-2
/
+0
2009-03-28
get roms more room. (Glauber Costa)
aliguori
1
-10
/
+19
[prev]
[next]