Age | Commit message (Expand) | Author | Files | Lines |
2017-03-03 | KVM: move SIG_IPI handling to kvm-all.c | Paolo Bonzini | 1 | -3/+2 |
2017-03-03 | KVM: do not use sigtimedwait to catch SIGBUS | Paolo Bonzini | 1 | -1/+4 |
2017-03-03 | KVM: remove kvm_arch_on_sigbus | Paolo Bonzini | 1 | -1/+0 |
2017-01-19 | kvm: move cpu synchronization code | Vincent Palatin | 1 | -23/+0 |
2016-10-04 | kvm-all: Pass requester ID to MSI routing functions | Pavel Fedin | 1 | -0/+9 |
2016-09-15 | Remove unused function declarations | Ladi Prosek | 1 | -2/+0 |
2016-09-13 | x86/lapic: Load LAPIC state at post_load | Dr. David Alan Gilbert | 1 | -1/+0 |
2016-09-13 | kvm-all: drop kvm_setup_guest_memory | Cao jin | 1 | -1/+0 |
2016-07-21 | kvm-irqchip: do explicit commit when update irq | Peter Xu | 1 | -1/+1 |
2016-07-21 | kvm-irqchip: i386: add hook for add/remove virq | Peter Xu | 1 | -0/+6 |
2016-07-21 | kvm-irqchip: simplify kvm_irqchip_add_msi_route | Peter Xu | 1 | -1/+12 |
2016-06-07 | kvm: API to obtain max supported mem slots | Bharata B Rao | 1 | -0/+1 |
2016-05-30 | cpu: Reclaim vCPU objects | Gu Zheng | 1 | -0/+1 |
2016-05-27 | PPC/KVM: early validation of vcpu id | Greg Kurz | 1 | -0/+2 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-30 | kvm: add kvm_device_supported() helper function | Peter Xu | 1 | -0/+9 |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -2/+0 |
2015-12-17 | kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP | Paolo Bonzini | 1 | -1/+5 |
2015-12-17 | kvm: add support for -machine kernel_irqchip=split | Matt Gingell | 1 | -0/+11 |
2015-12-17 | kvm: Hyper-V SynIC irq routing support | Andrey Smetanin | 1 | -0/+1 |
2015-11-12 | KVM: add support for any length io eventfd | Jason Wang | 1 | -0/+8 |
2015-11-05 | Revert "Introduce cpu_clean_all_dirty" | Liang Li | 1 | -8/+0 |
2015-10-19 | kvm: Move x86-specific functions into target-i386/kvm.c | Thomas Huth | 1 | -2/+0 |
2015-10-19 | kvm: Pass PCI device pointer to MSI routing functions | Pavel Fedin | 1 | -3/+4 |
2015-10-19 | kvm: Make KVM_CAP_SIGNAL_MSI globally available | Pavel Fedin | 1 | -0/+9 |
2015-10-12 | exec: remove non-TCG stuff from exec-all.h header. | Paolo Bonzini | 1 | -0/+4 |
2015-09-24 | intc/gic: Extract some reusable vGIC code | Pavel Fedin | 1 | -0/+26 |
2015-07-06 | kvm: some fixes to kvm_resamplefds_allowed | Eric Auger | 1 | -0/+1 |
2015-07-06 | kvm-all.c: add qemu_irq/gsi hash table and utility routines | Eric Auger | 1 | -0/+6 |
2015-07-06 | kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix | Eric Auger | 1 | -3/+4 |
2015-06-02 | kvm: introduce kvm_arch_msi_data_to_gsi | Eric Auger | 1 | -0/+2 |
2015-04-30 | kvm: add support for memory transaction attributes | Paolo Bonzini | 1 | -1/+2 |
2015-03-16 | kvm: encapsulate HAS_DEVICE for vm attrs | Dominik Dingel | 1 | -0/+12 |
2015-03-11 | kvm: add machine state to kvm_arch_init | Marcel Apfelbaum | 1 | -1/+1 |
2015-01-12 | kvm: extend kvm_irqchip_add_msi_route to work on s390 | Frank Blaschka | 1 | -0/+4 |
2014-12-15 | KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks | Eric Auger | 1 | -0/+10 |
2014-11-23 | pc: kvm: check if KVM has free memory slots to avoid abort() | Igor Mammedov | 1 | -0/+1 |
2014-10-04 | accel: Move KVM accel registration to kvm-all.c | Eduardo Habkost | 1 | -2/+0 |
2014-09-16 | Introduce cpu_clean_all_dirty | Marcelo Tosatti | 1 | -0/+8 |
2014-09-08 | KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd | Alexander Graf | 1 | -0/+2 |
2014-06-20 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell | 1 | -0/+2 |
2014-06-19 | Add kvm_eventfds_enabled function | Nikolay Nikolaev | 1 | -0/+11 |
2014-06-18 | kvm: Allow arch to set sigmask length | James Hogan | 1 | -0/+2 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 1 | -0/+2 |
2014-05-20 | kvm: Fix enable_cap helpers on older gcc | Alexander Graf | 1 | -2/+2 |
2014-05-13 | kvm: reset state from the CPU's reset method | Paolo Bonzini | 1 | -2/+0 |
2014-05-13 | kvm: make one_reg helpers available for everyone | Cornelia Huck | 1 | -0/+20 |
2014-05-05 | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum | 1 | -1/+1 |
2014-04-30 | kvm: add kvm_{vm,vcpu}_enable_cap | Cornelia Huck | 1 | -0/+30 |
2014-03-13 | Revert "KVM: Split QEMUMachine typedef into separate header" | Andreas Färber | 1 | -1/+0 |