Age | Commit message (Expand) | Author |
2020-10-05 | cpus: extract out kvm-specific code to accel/kvm | Claudio Fontana |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-27 | kvm: Move QOM macros to kvm.h | Eduardo Habkost |
2020-06-10 | KVM: Kick resamplefd for split kernel irqchip | Peter Xu |
2020-05-14 | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | Dongjiu Geng |
2019-12-17 | hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler() | Philippe Mathieu-Daudé |
2019-12-17 | kvm: introduce kvm_kernel_irqchip_* functions | Paolo Bonzini |
2019-11-26 | kvm: Introduce KVM irqchip change notifier | David Gibson |
2019-10-04 | target/i386: expand feature words to 64 bits | Paolo Bonzini |
2019-09-19 | kvm: Fix typo in header of kvm_device_access() | Greg Kurz |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-10-30 | kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl | Robert Hoo |
2018-05-23 | x86/cpu: use standard-headers/asm-x86.kvm_para.h | Michael S. Tsirkin |
2018-03-13 | kvm: introduce memory encryption APIs | Brijesh Singh |
2018-03-13 | kvm: add memory encryption context | Brijesh Singh |
2018-02-19 | mem: add share parameter to memory-backend-ram | Marcel Apfelbaum |
2017-10-02 | kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension() | Greg Kurz |
2017-08-08 | kvm: workaround build break on gcc-7.1.1 / fedora26 | Greg Kurz |
2017-07-11 | ARM: KVM: Enable in-kernel timers with user space gic | Alexander Graf |
2017-07-04 | include/exec/poison: Mark CONFIG_KVM as poisoned, too | Thomas Huth |
2017-07-04 | Move CONFIG_KVM related definitions to kvm_i386.h | Thomas Huth |
2017-06-13 | kvm-all: Pass an error object to kvm_device_access | Eric Auger |
2017-06-06 | migration: Mark CPU states dirty before incoming migration/loadvm | David Gibson |
2017-04-26 | spapr: Add ibm,processor-radix-AP-encodings to the device tree | Sam Bobroff |
2017-03-03 | KVM: move SIG_IPI handling to kvm-all.c | Paolo Bonzini |
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-01-19 | kvm: move cpu synchronization code | Vincent Palatin |
2016-10-04 | kvm-all: Pass requester ID to MSI routing functions | Pavel Fedin |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-09-13 | x86/lapic: Load LAPIC state at post_load | Dr. David Alan Gilbert |
2016-09-13 | kvm-all: drop kvm_setup_guest_memory | Cao jin |
2016-07-21 | kvm-irqchip: do explicit commit when update irq | Peter Xu |
2016-07-21 | kvm-irqchip: i386: add hook for add/remove virq | Peter Xu |
2016-07-21 | kvm-irqchip: simplify kvm_irqchip_add_msi_route | Peter Xu |
2016-06-07 | kvm: API to obtain max supported mem slots | Bharata B Rao |
2016-05-30 | cpu: Reclaim vCPU objects | Gu Zheng |
2016-05-27 | PPC/KVM: early validation of vcpu id | Greg Kurz |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-30 | kvm: add kvm_device_supported() helper function | Peter Xu |
2016-02-23 | include: Clean up includes | Peter Maydell |
2015-12-17 | kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP | Paolo Bonzini |
2015-12-17 | kvm: add support for -machine kernel_irqchip=split | Matt Gingell |
2015-12-17 | kvm: Hyper-V SynIC irq routing support | Andrey Smetanin |
2015-11-12 | KVM: add support for any length io eventfd | Jason Wang |