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
/
arm
/
kvm64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
target/arm/kvm64: Ensure sve vls map is completely clear
Andrew Jones
1
-1
/
+1
2021-06-21
target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors
Peter Maydell
1
-5
/
+1
2021-05-25
target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
Richard Henderson
1
-6
/
+15
2021-04-06
Revert "target/arm: Make number of counters in PMCR follow the CPU"
Peter Maydell
1
-2
/
+0
2021-03-30
target/arm: Make number of counters in PMCR follow the CPU
Peter Maydell
1
-0
/
+2
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
1
-4
/
+2
2021-01-29
target/arm: Implement ID_PFR2
Richard Henderson
1
-0
/
+2
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
1
-5
/
+59
2020-10-01
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Peter Maydell
1
-0
/
+4
2020-09-08
target/arm: Move start-powered-off property to generic CPUState
Thiago Jung Bauermann
1
-1
/
+1
2020-09-01
target/arm/kvm: Remove superfluous break
Liao Pingfang
1
-1
/
+0
2020-07-03
target/arm: kvm: Handle misconfigured dabt injection
Beata Michalska
1
-0
/
+49
2020-06-23
target/arm: Check supported KVM features globally (not per vCPU)
Philippe Mathieu-Daudé
1
-9
/
+5
2020-05-14
target-arm: kvm64: handle SIGBUS signal from kernel or KVM
Dongjiu Geng
1
-0
/
+77
2020-05-11
target/arm/kvm: Inline set_feature() calls
Philippe Mathieu-Daudé
1
-16
/
+6
2020-03-12
target/arm: kvm: Inject events at the last stage of sync
Beata Michalska
1
-5
/
+10
2020-02-28
target/arm: Remove ARM_FEATURE_VFP*
Richard Henderson
1
-1
/
+0
2020-02-21
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
1
-0
/
+10
2020-02-21
target/arm: Read debug-related ID registers from KVM
Peter Maydell
1
-0
/
+36
2020-02-13
target/arm: Add ID_AA64MMFR2_EL1
Richard Henderson
1
-0
/
+2
2020-01-30
target/arm/kvm: Implement virtual time adjustment
Andrew Jones
1
-0
/
+3
2020-01-30
target/arm/kvm64: kvm64 cpus have timer registers
Andrew Jones
1
-0
/
+1
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+2
2020-01-24
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
1
-3
/
+2
2020-01-23
target/arm/arch_dump: Add SVE notes
Andrew Jones
1
-24
/
+0
2019-11-01
target/arm/kvm: host cpu: Add support for sve<N> properties
Andrew Jones
1
-1
/
+13
2019-11-01
target/arm/cpu64: max cpu: Support sve properties with KVM
Andrew Jones
1
-1
/
+99
2019-11-01
target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
Andrew Jones
1
-1
/
+5
2019-11-01
target/arm/kvm64: max cpu: Enable SVE when available
Andrew Jones
1
-1
/
+19
2019-11-01
target/arm/kvm64: Add kvm_arch_get/put_sve
Andrew Jones
1
-28
/
+155
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
1
-60
/
+97
2019-08-16
target/arm/kvm64: Move the get/put of fpsimd registers out
Andrew Jones
1
-59
/
+87
2019-08-16
target/arm/kvm64: Fix error returns
Andrew Jones
1
-2
/
+2
2019-08-16
target/arm/cpu64: Ensure kvm really supports aarch64=off
Andrew Jones
1
-0
/
+9
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
1
-0
/
+5
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
1
-1
/
+0
2019-05-07
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
1
-0
/
+2
2019-02-28
Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"
Peter Maydell
1
-2
/
+0
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
1
-0
/
+2
2018-12-13
target/arm: Move id_aa64mmfr* to ARMISARegisters
Peter Maydell
1
-0
/
+4
2018-11-19
target/arm: Fill in ARMISARegisters for kvm64
Richard Henderson
1
-2
/
+88
2018-11-13
target/arm64: kvm debug set target_el when passing exception to guest
Alex Bennée
1
-0
/
+1
2018-11-13
target/arm64: hold BQL when calling do_interrupt()
Alex Bennée
1
-0
/
+2
2018-11-13
target/arm64: properly handle DBGVR RESS bits
Alex Bennée
1
-2
/
+15
2018-10-24
target/arm: New utility function to extract EC from syndrome
Peter Maydell
1
-1
/
+1
2018-10-24
target/arm: Add support for VCPU event states
Dongjiu Geng
1
-0
/
+13
2018-03-09
target/arm: Query host CPU features on-demand at instance init
Peter Maydell
1
-4
/
+4
2018-01-25
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
Richard Henderson
1
-21
/
+10
[next]