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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...
Peter Maydell
4
-407
/
+429
2019-08-19
target/mips: Style improvements in translate.c
Aleksandar Markovic
1
-380
/
+393
2019-08-19
target/mips: Style improvements in machine.c
Aleksandar Markovic
1
-2
/
+2
2019-08-19
target/mips: Style improvements in cpu.c
Aleksandar Markovic
1
-6
/
+11
2019-08-19
target/mips: Style improvements in cp0_timer.c
Aleksandar Markovic
1
-19
/
+23
2019-08-19
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into staging
Peter Maydell
1
-18
/
+1
2019-08-19
target/riscv: Remove redundant declaration pragmas
Richard Henderson
1
-18
/
+1
2019-08-19
targets (various): use softfloat-helpers.h where we can
Alex Bennée
6
-7
/
+5
2019-08-19
target/riscv: rationalise softfloat includes
Alex Bennée
3
-1
/
+3
2019-08-19
target/mips: rationalise softfloat includes
Alex Bennée
4
-7
/
+10
2019-08-19
target/m68k: replace LIT64 with UINT64_C macros
Alex Bennée
1
-49
/
+49
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
14
-539
/
+540
2019-08-16
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
Richard Henderson
1
-12
/
+6
2019-08-16
target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
Richard Henderson
1
-46
/
+26
2019-08-16
target/arm: Use tcg_gen_rotri_i32 for gen_swap_half
Richard Henderson
1
-5
/
+1
2019-08-16
target/arm: Use ror32 instead of open-coding the operation
Richard Henderson
1
-5
/
+2
2019-08-16
target/arm: Remove redundant shift tests
Richard Henderson
1
-12
/
+7
2019-08-16
target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
Richard Henderson
1
-16
/
+10
2019-08-16
target/arm: Use tcg_gen_extract_i32 for shifter_out_im
Richard Henderson
1
-8
/
+1
2019-08-16
target/arm/kvm64: Move the get/put of fpsimd registers out
Andrew Jones
1
-59
/
+87
2019-08-16
target/arm/kvm64: Fix error returns
Andrew Jones
1
-2
/
+2
2019-08-16
target/arm/cpu: Use div-round-up to determine predicate register array size
Andrew Jones
1
-1
/
+1
2019-08-16
target/arm/helper: zcr: Add build bug next to value range assumption
Andrew Jones
1
-0
/
+1
2019-08-16
target/arm/cpu: Ensure we can use the pmu with kvm
Andrew Jones
3
-5
/
+46
2019-08-16
target/arm/cpu64: Ensure kvm really supports aarch64=off
Andrew Jones
3
-6
/
+29
2019-08-16
target/arm: Remove helper_double_saturate
Richard Henderson
3
-18
/
+2
2019-08-16
target/arm: Use unallocated_encoding for aarch32
Richard Henderson
5
-21
/
+15
2019-08-16
target/arm: Remove offset argument to gen_exception_bkpt_insn
Richard Henderson
2
-8
/
+7
2019-08-16
target/arm: Replace offset with pc in gen_exception_internal_insn
Richard Henderson
2
-8
/
+8
2019-08-16
target/arm: Replace offset with pc in gen_exception_insn
Richard Henderson
3
-29
/
+33
2019-08-16
target/arm: Replace s->pc with s->base.pc_next
Richard Henderson
3
-83
/
+72
2019-08-16
target/arm: Remove redundant s->pc & ~1
Richard Henderson
1
-5
/
+5
2019-08-16
target/arm: Introduce add_reg_for_lit
Richard Henderson
2
-122
/
+82
2019-08-16
target/arm: Introduce read_pc
Richard Henderson
1
-36
/
+23
2019-08-16
target/arm: Introduce pc_curr
Richard Henderson
4
-17
/
+22
2019-08-16
target/arm: Pass in pc to thumb_insn_is_16bit
Richard Henderson
1
-7
/
+7
2019-08-16
target/arm: Fix routing of singlestep exceptions
Peter Maydell
5
-6
/
+26
2019-08-16
target/arm: Factor out 'generate singlestep exception' function
Peter Maydell
3
-35
/
+27
2019-08-16
target/arm: generate a custom MIDR for -cpu max
Alex Bennée
2
-0
/
+25
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
17
-13
/
+19
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
14
-14
/
+0
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
13
-13
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
17
-0
/
+24
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
17
-15
/
+2
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
12
-12
/
+12
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
3
-0
/
+3
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
[next]