index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
kvm.c
Age
Commit message (
Expand
)
Author
2019-10-15
ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256
Eric Auger
2019-10-15
intc/arm_gic: Support IRQ injection for more than 256 vpus
Eric Auger
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
2019-08-16
target/arm/cpu: Ensure we can use the pmu with kvm
Andrew Jones
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
2019-05-07
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
2019-03-05
kvm: add kvm_arm_get_max_vm_ipa_size
Eric Auger
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-11-19
target/arm: Install ARMISARegisters from kvm host
Richard Henderson
2018-10-24
target/arm: Add support for VCPU event states
Dongjiu Geng
2018-10-08
target/arm: fix code comments error
Dongjiu Geng
2018-06-22
target/arm: Allow KVM device address overwriting
Eric Auger
2018-06-22
target-arm: fix a segmentation fault due to illegal memory access
Zheng Xiang
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
2018-05-04
target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
Eric Auger
2018-03-09
target/arm: Move definition of 'host' cpu type into cpu.c
Peter Maydell
2018-03-09
target/arm: Query host CPU features on-demand at instance init
Peter Maydell
2018-02-07
arm: postpone device listener unregister
Peter Xu
2017-09-04
hw/arm/virt: allow pmu instantiation with userspace irqchip
Andrew Jones
2017-07-11
ARM: KVM: Enable in-kernel timers with user space gic
Alexander Graf
2017-03-03
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
2017-03-03
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
2017-02-24
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth