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-24
target/arm: Hoist address increment for vector memory ops
Richard Henderson
1
-4
/
+8
2018-10-24
target/arm: Report correct syndrome for FP/SIMD traps to Hyp mode
Peter Maydell
3
-5
/
+26
2018-10-24
target/arm: Get IL bit correct for v7 syndrome values
Peter Maydell
2
-5
/
+15
2018-10-24
target/arm: New utility function to extract EC from syndrome
Peter Maydell
4
-4
/
+9
2018-10-24
target/arm: Implement HCR.PTW
Peter Maydell
1
-1
/
+20
2018-10-24
target/arm: Implement HCR.VI and VF
Peter Maydell
1
-4
/
+43
2018-10-24
target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO set
Peter Maydell
1
-4
/
+18
2018-10-24
target/arm: Implement HCR.DC
Peter Maydell
1
-2
/
+21
2018-10-24
target/arm: Implement HCR.FB
Peter Maydell
1
-72
/
+113
2018-10-24
target/arm: Make switch_mode() file-local
Peter Maydell
2
-3
/
+4
2018-10-24
target/arm: Improve debug logging of AArch32 exception return
Peter Maydell
3
-6
/
+29
2018-10-24
target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test
Richard Henderson
5
-32
/
+49
2018-10-24
target/arm: Convert sve from feature bit to aa64pfr0 test
Richard Henderson
5
-9
/
+28
2018-10-24
target/arm: Convert jazelle from feature bit to isar1 test
Richard Henderson
3
-5
/
+20
2018-10-24
target/arm: Convert division from feature bits to isar0 tests
Richard Henderson
3
-13
/
+13
2018-10-24
target/arm: Convert v8 extensions from feature bits to isar tests
Richard Henderson
6
-114
/
+245
2018-10-24
target/arm: V8M should not imply V7VE
Richard Henderson
1
-1
/
+5
2018-10-24
target/arm: Move some system registers into a substructure
Richard Henderson
4
-152
/
+156
2018-10-24
target/arm: Add support for VCPU event states
Dongjiu Geng
6
-0
/
+139
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
2
-10
/
+11
2018-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
12
-281
/
+222
2018-10-19
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into staging
Peter Maydell
10
-331
/
+363
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2
-10
/
+11
2018-10-19
target/i386: kvm: just return after migrate_add_blocker failed
Li Qiang
1
-1
/
+1
2018-10-19
hyperv: process POST_MESSAGE hypercall
Roman Kagan
1
-0
/
+3
2018-10-19
hyperv: process SIGNAL_EVENT hypercall
Roman Kagan
1
-4
/
+6
2018-10-19
hyperv: make overlay pages for SynIC
Roman Kagan
1
-6
/
+14
2018-10-19
hyperv: only add SynIC in compatible configurations
Roman Kagan
3
-8
/
+25
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
5
-0
/
+60
2018-10-19
hyperv:synic: split capability testing and setting
Roman Kagan
1
-4
/
+16
2018-10-19
i386: add hyperv-stub for CONFIG_HYPERV=n
Roman Kagan
3
-7
/
+47
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
target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate
Richard Henderson
2
-27
/
+38
2018-10-18
target/s390x: Skip wout, cout helpers if op helper does not return
Richard Henderson
1
-5
/
+15
2018-10-18
target/s390x: Split do_cdsg, do_lpq, do_stpq
Richard Henderson
1
-64
/
+58
2018-10-18
target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
1
-49
/
+39
2018-10-18
target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
3
-62
/
+88
2018-10-18
target/arm: Check HAVE_CMPXCHG128 at translate time
Richard Henderson
2
-28
/
+26
[prev]
[next]