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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-19
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
3
-144
/
+5
2018-10-19
hyperv: make hyperv_vp_index inline
Roman Kagan
2
-9
/
+8
2018-10-19
hyperv: split hyperv-proto.h into x86 and arch-independent parts
Roman Kagan
1
-112
/
+3
2018-10-19
hyperv: rename kvm_hv_sint_route_set_sint
Roman Kagan
2
-2
/
+2
2018-10-19
hyperv: make HvSintRoute reference-counted
Roman Kagan
2
-9
/
+26
2018-10-19
hyperv: address HvSintRoute by X86CPU pointer
Roman Kagan
1
-2
/
+8
2018-10-19
hyperv: allow passing arbitrary data to sint ack callback
Roman Kagan
2
-14
/
+17
2018-10-19
hyperv: synic: only setup ack notifier if there's a callback
Roman Kagan
1
-14
/
+19
2018-10-19
hyperv: cosmetic: g_malloc -> g_new
Roman Kagan
1
-1
/
+1
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
1
-8
/
+1
2018-10-19
i386: hvf: Fix register refs if REX is present
Roman Bolshakov
2
-31
/
+42
2018-10-19
i386/kvm: add support for Hyper-V IPI send
Vitaly Kuznetsov
4
-1
/
+16
2018-10-19
target-i386: kvm: do not initialize padding fields
Paolo Bonzini
1
-2
/
+0
2018-10-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...
Peter Maydell
1
-5
/
+1
2018-10-16
target/hppa: Raise exception 26 on emulated hardware
Helge Deller
1
-1
/
+2
2018-10-16
target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write
Peter Maydell
1
-2
/
+2
2018-10-16
target/arm: Mask PMOVSR writes based on supported counters
Aaron Lindsay
1
-0
/
+1
2018-10-16
target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO
Aaron Lindsay
1
-2
/
+4
2018-10-16
target/arm: Add the Cortex-A72
Edgar E. Iglesias
1
-3
/
+63
2018-10-16
target-arm: powerctl: Enable HVC when starting CPUs to EL2
Edgar E. Iglesias
1
-0
/
+10
2018-10-16
target/cris/translate: Get rid of qemu_log_separate()
Thomas Huth
1
-5
/
+1
2018-10-16
target/arm: Fix cortex-a7 id_isar0
Richard Henderson
1
-1
/
+4
2018-10-16
target/arm: Align cortex-r5 id_isar0
Richard Henderson
1
-1
/
+1
2018-10-16
target/arm: Define fields of ISAR registers
Richard Henderson
1
-0
/
+88
2018-10-16
target/arm: Fix aarch64_sve_change_el wrt EL0
Richard Henderson
3
-7
/
+22
2018-10-12
s390x/kvm: enable AP instruction interpretation for guest
Tony Krowiak
1
-0
/
+19
2018-10-12
s390x/cpumodel: Set up CPU model for AP device support
Tony Krowiak
4
-0
/
+11
2018-10-12
target/s390x/excp_helper: Remove DPRINTF() macro
Thomas Huth
1
-37
/
+11
2018-10-09
s390x/tcg: always enable AFP for linux-user
David Hildenbrand
1
-0
/
+5
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
[next]