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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2017-01-13
cpu_common_reset: wrap TCG specific code in tcg_enabled()
Alex Bennée
1
-4
/
+6
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
29
-50
/
+62
2017-01-12
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...
Peter Maydell
4
-1
/
+188
2017-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into s...
Peter Maydell
3
-5
/
+26
2017-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...
Peter Maydell
4
-21
/
+53
2017-01-12
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into staging
Peter Maydell
82
-1111
/
+2603
2017-01-12
libqtest: handle zero length memwrite/memread
Greg Kurz
2
-1
/
+13
2017-01-11
target-tricore: Add updfl instruction
Bastian Koppelmann
3
-0
/
+18
2017-01-11
target-tricore: Added new JNE instruction variant
Peer Adelt
2
-0
/
+20
2017-01-11
target-tricore: Added new MOV instruction variant
Peer Adelt
2
-0
/
+17
2017-01-11
target-tricore: Added MADD.F and MSUB.F instructions
Bastian Koppelmann
3
-1
/
+102
2017-01-11
target-tricore: Added FTOUZ instruction
Bastian Koppelmann
3
-0
/
+31
2017-01-11
virtio-gpu: tag as not hotpluggable
Gerd Hoffmann
1
-0
/
+1
2017-01-11
virtio-gpu: Fix memory leak in virtio_gpu_load()
Peter Maydell
1
-0
/
+12
2017-01-11
virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load
Peter Maydell
1
-0
/
+5
2017-01-11
display: cirrus: ignore source pitch value as needed in blit_is_unsafe
Bruce Rogers
1
-4
/
+7
2017-01-11
virtio-gpu: fix information leak in capset get dispatch
Li Qiang
1
-1
/
+1
2017-01-11
es1370: wire up reset via DeviceClass
Gerd Hoffmann
1
-3
/
+3
2017-01-11
audio: ac97: add exit function
Li Qiang
1
-0
/
+11
2017-01-11
audio: es1370: add exit function
Li Qiang
1
-0
/
+14
2017-01-11
hw/audio: QOM'ify pl041.c
xiaoqiang zhao
1
-11
/
+14
2017-01-11
hw/audio: QOM'ify marvell_88w8618.c
xiaoqiang zhao
1
-7
/
+11
2017-01-10
tcg/i386: Handle ctpop opcode
Richard Henderson
2
-3
/
+14
2017-01-10
tcg/ppc: Handle ctpop opcode
Richard Henderson
2
-3
/
+14
2017-01-10
tcg: Use ctpop to generate ctz if needed
Richard Henderson
1
-40
/
+60
2017-01-10
tests: New test-bitcnt
Alex Bennée
3
-0
/
+143
2017-01-10
qemu/host-utils.h: Reduce the operation count in the fallback ctpop
Richard Henderson
1
-14
/
+11
2017-01-10
target-i386: Use ctpop helper
Richard Henderson
5
-29
/
+15
2017-01-10
target-tilegx: Use ctpop helper
Richard Henderson
3
-7
/
+1
2017-01-10
target-sparc: Use ctpop helper
Richard Henderson
3
-7
/
+1
2017-01-10
target-s390x: Avoid a loop for popcnt
Richard Henderson
1
-9
/
+6
2017-01-10
target-ppc: Use ctpop helper
Richard Henderson
3
-18
/
+9
2017-01-10
target-alpha: Use ctpop helper
Richard Henderson
3
-8
/
+1
2017-01-10
tcg: Add opcode for ctpop
Richard Henderson
16
-0
/
+79
2017-01-10
target-xtensa: Use clrsb helper
Richard Henderson
1
-10
/
+1
2017-01-10
target-tricore: Use clrsb helper
Richard Henderson
3
-7
/
+1
2017-01-10
target-arm: Use clrsb helper
Richard Henderson
3
-16
/
+4
2017-01-10
tcg: Add helpers for clrsb
Richard Henderson
4
-0
/
+44
2017-01-10
tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
Richard Henderson
1
-13
/
+22
2017-01-10
tcg/i386: Handle ctz and clz opcodes
Richard Henderson
2
-13
/
+120
2017-01-10
tcg/i386: Allow bmi2 shiftx to have non-matching operands
Richard Henderson
1
-14
/
+19
2017-01-10
tcg/i386: Hoist common arguments in tcg_out_op
Richard Henderson
1
-102
/
+95
2017-01-10
tcg/i386: Fuly convert tcg_target_op_def
Richard Henderson
1
-142
/
+198
2017-01-10
tcg/s390: Handle clz opcode
Richard Henderson
2
-2
/
+36
2017-01-10
tcg/mips: Handle clz opcode
Richard Henderson
2
-2
/
+51
2017-01-10
tcg/arm: Handle ctz and clz opcodes
Richard Henderson
2
-2
/
+29
2017-01-10
tcg/aarch64: Handle ctz and clz opcodes
Richard Henderson
2
-4
/
+52
2017-01-10
tcg/ppc: Handle ctz and clz opcodes
Richard Henderson
2
-4
/
+73
2017-01-10
target-i386: Use clz and ctz opcodes
Richard Henderson
3
-30
/
+14
2017-01-10
target-arm: Use clz opcode
Richard Henderson
6
-25
/
+7
[next]