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
2018-10-12
gtk: Don't vte_terminal_set_encoding() on new VTE versions
Kevin Wolf
1
-2
/
+4
2018-10-11
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into ...
Peter Maydell
6
-24
/
+18
2018-10-10
ivshmem: Fix unplug of device "ivshmem-plain"
Markus Armbruster
1
-9
/
+5
2018-10-10
libqtest: Inline g_assert_no_errno()
Markus Armbruster
1
-8
/
+3
2018-10-10
tests: Restore check-qdict unit test
Markus Armbruster
2
-1
/
+3
2018-10-09
qapi/misc.json: Remove superfluous words in CpuModelExpansionType
Kashyap Chamarthy
1
-6
/
+6
2018-10-09
tests/check-qjson: fix a leak
Marc-André Lureau
1
-0
/
+1
2018-10-09
s390x/tcg: always enable AFP for linux-user
David Hildenbrand
1
-0
/
+5
2018-10-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181008'...
Peter Maydell
16
-1108
/
+2623
2018-10-08
hw/display/bcm2835_fb: Silence Coverity warning about multiply overflow
Peter Maydell
1
-1
/
+1
2018-10-08
target/arm: Add v8M stack checks for MSR to SP_NS
Peter Maydell
1
-1
/
+13
2018-10-08
target/arm: Add v8M stack checks for VLDM/VSTM
Peter Maydell
1
-0
/
+12
2018-10-08
target/arm: Add v8M stack checks for Thumb push/pop
Peter Maydell
1
-1
/
+15
2018-10-08
target/arm: Add v8M stack checks for T32 load/store single
Peter Maydell
1
-1
/
+22
2018-10-08
target/arm: Add v8M stack checks for Thumb2 LDM/STM
Peter Maydell
1
-1
/
+18
2018-10-08
target/arm: Add v8M stack checks for LDRD/STRD (imm)
Peter Maydell
1
-2
/
+25
2018-10-08
target/arm: Add v8M stack limit checks on NS function calls
Peter Maydell
3
-2
/
+15
2018-10-08
target/arm: Add v8M stack checks on exception entry
Peter Maydell
1
-8
/
+46
2018-10-08
target/arm: Add some comments in Thumb decode
Peter Maydell
1
-3
/
+17
2018-10-08
target/arm: Add v8M stack checks on ADD/SUB/MOV of SP
Peter Maydell
4
-9
/
+106
2018-10-08
target/arm: Move v7m_using_psp() to internals.h
Peter Maydell
2
-12
/
+16
2018-10-08
target/arm: Define new EXCP type for v8M stack overflows
Peter Maydell
2
-0
/
+7
2018-10-08
target/arm: Define new TBFLAG for v8M stack checking
Peter Maydell
4
-0
/
+19
2018-10-08
target/arm: Pass TCGMemOpIdx to sve memory helpers
Richard Henderson
3
-89
/
+121
2018-10-08
target/arm: Rewrite vector gather first-fault loads
Richard Henderson
3
-141
/
+325
2018-10-08
target/arm: Rewrite vector gather stores
Richard Henderson
3
-90
/
+179
2018-10-08
target/arm: Rewrite vector gather loads
Richard Henderson
3
-173
/
+392
2018-10-08
target/arm: Split contiguous stores for endianness
Richard Henderson
3
-37
/
+98
2018-10-08
target/arm: Split contiguous loads for endianness
Richard Henderson
3
-142
/
+263
2018-10-08
target/arm: Rewrite helper_sve_st[1234]*_r
Richard Henderson
1
-177
/
+170
2018-10-08
target/arm: Rewrite helper_sve_ld[234]*_r
Richard Henderson
1
-93
/
+117
2018-10-08
target/arm: Rewrite helper_sve_ld1*_r using pages
Richard Henderson
1
-164
/
+571
2018-10-08
target/arm: Clear unused predicate bits for LD1RQ
Richard Henderson
1
-1
/
+22
2018-10-08
target/arm: Adjust aarch64_cpu_dump_state for system mode SVE
Richard Henderson
3
-5
/
+13
2018-10-08
target/arm: Handle SVE vector length changes in system mode
Richard Henderson
4
-55
/
+125
2018-10-08
target/arm: Pass in current_el to fp and sve_exception_el
Richard Henderson
1
-12
/
+9
2018-10-08
target/arm: Adjust sve_exception_el
Richard Henderson
1
-46
/
+42
2018-10-08
target/arm: Define ID_AA64ZFR0_EL1
Richard Henderson
1
-1
/
+2
2018-10-08
target/arm: Don't read r4 from v8M exception stackframe twice
Peter Maydell
1
-1
/
+0
2018-10-08
target/arm: Correct condition for v8M callee stack push
Peter Maydell
1
-1
/
+1
2018-10-08
virt: Suppress external aborts on virt-2.10 and earlier
Peter Maydell
1
-0
/
+2
2018-10-08
target/arm: fix code comments error
Dongjiu Geng
2
-3
/
+3
2018-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20181005' into staging
Peter Maydell
13
-125
/
+2390
2018-10-08
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
4
-11
/
+56
2018-10-08
Merge remote-tracking branch 'remotes/elmarco/tags/option-pull-request' into ...
Peter Maydell
12
-60
/
+228
2018-10-07
slirp: Propagate host TCP RST packet to the guest after socket disconnected
Gavin Grant
1
-3
/
+10
2018-10-07
slirp: fix ICMP handling on macOS hosts
Andrew Oates
1
-1
/
+26
2018-10-07
slirp: document mbuf pointers and sizes
Peter Maydell
2
-7
/
+20
2018-10-05
softfloat: Specialize udiv_qrnnd for ppc64
Richard Henderson
1
-0
/
+16
2018-10-05
softfloat: Specialize udiv_qrnnd for s390x
Richard Henderson
1
-0
/
+6
[next]