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-07-01
target/arm: Declare arm_log_exception() function publicly
Philippe Mathieu-Daudé
2
-38
/
+40
2019-07-01
target/arm: Restrict PSCI to TCG
Philippe Mathieu-Daudé
1
-1
/
+5
2019-07-01
target/arm/vfp_helper: Restrict the SoftFloat use to TCG
Philippe Mathieu-Daudé
1
-3
/
+23
2019-07-01
target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()
Philippe Mathieu-Daudé
1
-6
/
+13
2019-07-01
target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()
Philippe Mathieu-Daudé
1
-48
/
+53
2019-07-01
target/arm/vfp_helper: Move code around
Philippe Mathieu-Daudé
1
-26
/
+26
2019-07-01
target/arm: Move TLB related routines to tlb_helper.c
Philippe Mathieu-Daudé
6
-193
/
+205
2019-07-01
target/arm: Declare get_phys_addr() function publicly
Philippe Mathieu-Daudé
2
-16
/
+21
2019-07-01
target/arm: Move CPU state dumping routines to cpu.c
Philippe Mathieu-Daudé
5
-223
/
+226
2019-07-01
target/arm: Move the DC ZVA helper into op_helper
Samuel Ortiz
2
-92
/
+93
2019-07-01
target/arm: Fix coding style issues
Philippe Mathieu-Daudé
2
-17
/
+30
2019-07-01
target/arm: Fix multiline comment syntax
Philippe Mathieu-Daudé
3
-98
/
+196
2019-07-01
target/arm/helper: Remove unused include
Philippe Mathieu-Daudé
1
-2
/
+0
2019-07-01
target/arm: Add copyright boilerplate
Philippe Mathieu-Daudé
1
-0
/
+7
2019-07-01
target/arm: Makefile cleanup (softmmu)
Philippe Mathieu-Daudé
1
-1
/
+4
2019-07-01
target/arm: Makefile cleanup (KVM)
Philippe Mathieu-Daudé
1
-4
/
+5
2019-07-01
target/arm: Makefile cleanup (ARM)
Philippe Mathieu-Daudé
1
-4
/
+6
2019-07-01
target/arm: Makefile cleanup (Aarch64)
Philippe Mathieu-Daudé
1
-2
/
+3
2019-07-01
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...
Peter Maydell
1
-12
/
+12
2019-06-26
target/mips: Fix big endian host behavior for interleave MSA instructions
Aleksandar Markovic
1
-12
/
+12
2019-06-25
tricore: add QSEED instruction
Andreas Konopik
3
-0
/
+89
2019-06-25
tricore: sync ctx.hflags with tb->flags
Georg Hofstetter
1
-0
/
+1
2019-06-25
tricore: fix RRPW_INSERT instruction
David Brenken
1
-2
/
+2
2019-06-25
tricore: add UTOF instruction
David Brenken
3
-0
/
+20
2019-06-25
tricore: add FTOIZ instruction
David Brenken
3
-0
/
+29
2019-06-21
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...
Peter Maydell
2
-190
/
+403
2019-06-21
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
2
-3
/
+8
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
6
-24
/
+187
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
3
-0
/
+281
2019-06-21
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
3
-13
/
+19
2019-06-21
target/mips: Fix emulation of ILVR.<B|H|W> on big endian host
Aleksandar Markovic
1
-0
/
+37
2019-06-21
target/mips: Fix emulation of ILVL.<B|H|W> on big endian host
Aleksandar Markovic
1
-0
/
+37
2019-06-21
target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host
Aleksandar Markovic
1
-0
/
+37
2019-06-21
target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
Aleksandar Markovic
1
-0
/
+37
2019-06-21
target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c
Aleksandar Markovic
1
-72
/
+133
2019-06-21
target/mips: Fix some space checkpatch errors in translate.c
Aleksandar Markovic
1
-118
/
+122
2019-06-21
target/i386: kvm: Re-inject #DB to guest with updated DR6
Liran Alon
1
-0
/
+3
2019-06-21
target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
Liran Alon
1
-4
/
+4
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
6
-0
/
+42
2019-06-21
target/i386: kvm: Delete VMX migration blocker on vCPU init failure
Liran Alon
1
-2
/
+5
2019-06-21
target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
Xiaoyao Li
3
-1
/
+35
2019-06-21
i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
Vitaly Kuznetsov
4
-0
/
+13
2019-06-21
i386/kvm: hv-evmcs requires hv-vapic
Vitaly Kuznetsov
1
-1
/
+2
2019-06-21
i386/kvm: hv-tlbflush/ipi require hv-vpindex
Vitaly Kuznetsov
1
-2
/
+4
2019-06-21
i386/kvm: hv-stimer requires hv-time and hv-synic
Vitaly Kuznetsov
1
-4
/
+19
2019-06-21
i386/kvm: implement 'hv-passthrough' mode
Vitaly Kuznetsov
3
-14
/
+77
2019-06-21
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
Vitaly Kuznetsov
1
-73
/
+90
2019-06-21
i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
1
-118
/
+356
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
5
-79
/
+89
2019-06-21
hax: Honor CPUState::halted
Colin Xu
1
-2
/
+34
[next]