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-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
2018-10-18
target/arm: Convert to HAVE_CMPXCHG128
Richard Henderson
1
-127
/
+134
2018-10-18
target/i386: Convert to HAVE_CMPXCHG128
Richard Henderson
1
-5
/
+4
2018-10-18
target/unicore32: remove tlb_flush from uc32_init_fn
Emilio G. Cota
1
-2
/
+0
2018-10-18
target/alpha: remove tlb_flush from alpha_cpu_initfn
Emilio G. Cota
1
-1
/
+0
2018-10-18
target/mips: Add opcodes for nanoMIPS EVA instructions
Dimitrije Nikolic
1
-0
/
+34
2018-10-18
target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PH
Stefan Markovic
1
-1
/
+1
2018-10-18
target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>
Matthew Fortune
1
-8
/
+8
2018-10-18
target/mips: Implement hardware page table walker for MIPS32
Yongbok Kim
3
-3
/
+370
2018-10-18
target/mips: Add reset state for PWSize and PWField registers
Yongbok Kim
1
-0
/
+18
2018-10-18
target/mips: Add CP0 PWCtl register
Yongbok Kim
5
-2
/
+45
2018-10-18
target/mips: Add CP0 PWSize register
Yongbok Kim
5
-2
/
+43
2018-10-18
target/mips: Add CP0 PWField register
Yongbok Kim
5
-2
/
+101
2018-10-18
target/mips: Add CP0 PWBase register
Yongbok Kim
3
-2
/
+37
2018-10-18
target/mips: Add CP0 Config2 to DisasContext
Stefan Markovic
1
-0
/
+2
2018-10-18
target/mips: Improve DSP R2/R3-related naming
Stefan Markovic
5
-112
/
+120
2018-10-18
target/mips: Add availability control for DSP R3 ASE
Stefan Markovic
3
-5
/
+22
2018-10-18
target/mips: Add bit definitions for DSP R3 ASE
Stefan Markovic
2
-0
/
+2
2018-10-18
target/mips: Reorganize bit definitions for insn_flags (ISAs/ASEs flags)
Philippe Mathieu-Daudé
1
-34
/
+44
2018-10-18
target/mips: Increase 'supported ISAs/ASEs' flag holder size
Philippe Mathieu-Daudé
3
-5
/
+5
[next]