| Commit message (Expand) | Author | Age | Files | Lines |
* | kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP | Paolo Bonzini | 2015-12-17 | 1 | -2/+8 |
* | kvm: Hyper-V SynIC irq routing support | Andrey Smetanin | 2015-12-17 | 1 | -0/+33 |
* | memory: emulate ioeventfd | Pavel Fedin | 2015-12-17 | 1 | -2/+4 |
* | kvm-all: PAGE_SIZE should be real host page size | Andrew Jones | 2015-12-17 | 1 | -2/+4 |
* | KVM: add support for any length io eventfd | Jason Wang | 2015-11-12 | 1 | -0/+4 |
* | Move page_size_init earlier | Dr. David Alan Gilbert | 2015-11-10 | 1 | -1/+0 |
* | Revert "Introduce cpu_clean_all_dirty" | Liang Li | 2015-11-05 | 1 | -5/+0 |
* | kvm: Move x86-specific functions into target-i386/kvm.c | Thomas Huth | 2015-10-19 | 1 | -29/+0 |
* | kvm: Pass PCI device pointer to MSI routing functions | Pavel Fedin | 2015-10-19 | 1 | -4/+5 |
* | kvm: Make KVM_CAP_SIGNAL_MSI globally available | Pavel Fedin | 2015-10-19 | 1 | -5/+5 |
* | kvm-all: Align to qemu_real_host_page_size in kvm_set_phys_mem | Alexey Kardashevskiy | 2015-10-12 | 1 | -4/+4 |
* | intc/gic: Extract some reusable vGIC code | Pavel Fedin | 2015-09-24 | 1 | -0/+34 |
* | kvm: Add kvm system event crash handler | Andrey Smetanin | 2015-09-16 | 1 | -0/+6 |
* | s390x/kvm: make setting of in-kernel irq routes more efficient | Jens Freimann | 2015-09-07 | 1 | -1/+0 |
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i... | Peter Maydell | 2015-07-07 | 1 | -3/+37 |
|\ |
|
| * | kvm-all.c: add qemu_irq/gsi hash table and utility routines | Eric Auger | 2015-07-06 | 1 | -0/+33 |
| * | kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix | Eric Auger | 2015-07-06 | 1 | -3/+4 |
* | | kvm-all: kvm_irqchip_create is not expected to fail | Paolo Bonzini | 2015-07-06 | 1 | -17/+18 |
* | | kvm-all: add support for multiple address spaces | Paolo Bonzini | 2015-07-06 | 1 | -7/+6 |
* | | kvm-all: make KVM's memory listener more generic | Paolo Bonzini | 2015-07-06 | 1 | -62/+89 |
* | | kvm-all: move internal types to kvm_int.h | Paolo Bonzini | 2015-07-06 | 1 | -17/+1 |
* | | kvm-all: remove useless typedef | Paolo Bonzini | 2015-07-06 | 1 | -3/+1 |
* | | kvm-all: put kvm_mem_flags to more work | Andrew Jones | 2015-07-06 | 1 | -22/+20 |
|/ |
|
* | kvm: Switch to unlocked MMIO | Paolo Bonzini | 2015-07-01 | 1 | -2/+1 |
* | kvm: Switch to unlocked PIO | Jan Kiszka | 2015-07-01 | 1 | -2/+1 |
* | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka | 2015-07-01 | 1 | -2/+8 |
* | Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES | 马文霜 | 2015-07-01 | 1 | -7/+10 |
* | kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask | Paolo Bonzini | 2015-06-05 | 1 | -54/+2 |
* | kvm: accept non-mapped memory in kvm_dirty_pages_log_change | Paolo Bonzini | 2015-06-05 | 1 | -5/+3 |
* | memory: prepare for multiple bits in the dirty log mask | Paolo Bonzini | 2015-06-05 | 1 | -2/+12 |
* | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini | 2015-06-05 | 1 | -1/+2 |
* | ppc: add helpful message when KVM fails to start VCPU | Laurent Vivier | 2015-06-05 | 1 | -0/+8 |
* | kvm: introduce kvm_arch_msi_data_to_gsi | Eric Auger | 2015-06-02 | 1 | -1/+1 |
* | kvm: add support for memory transaction attributes | Paolo Bonzini | 2015-04-30 | 1 | -9/+12 |
* | kvm: Silence warning from valgrind | Thomas Huth | 2015-04-30 | 1 | -7/+7 |
* | kvm: better advice for failed s390x startup | Cornelia Huck | 2015-04-30 | 1 | -2/+11 |
* | Convert ffs() != 0 callers to ctz32() | Stefan Hajnoczi | 2015-04-28 | 1 | -4/+4 |
* | exec.c: Make address_space_rw take transaction attributes | Peter Maydell | 2015-04-26 | 1 | -1/+2 |
* | kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirt... | zhanghailiang | 2015-04-02 | 1 | -1/+1 |
* | kvm: fix ioeventfd endianness on bi-endian architectures | Greg Kurz | 2015-03-18 | 1 | -2/+22 |
* | kvm: encapsulate HAS_DEVICE for vm attrs | Dominik Dingel | 2015-03-16 | 1 | -0/+21 |
* | kvm: add machine state to kvm_arch_init | Marcel Apfelbaum | 2015-03-11 | 1 | -1/+1 |
* | machine: query kernel-irqchip property | Marcel Apfelbaum | 2015-03-11 | 1 | -3/+3 |
* | fix GCC 5.0.0 logical-not-parentheses warnings | Radim Krčmář | 2015-03-10 | 1 | -1/+1 |
* | kvm: g_malloc() can't fail, bury dead error handling | Markus Armbruster | 2015-02-10 | 1 | -4/+0 |
* | kvm: extend kvm_irqchip_add_msi_route to work on s390 | Frank Blaschka | 2015-01-12 | 1 | -0/+7 |
* | coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route | Christian Borntraeger | 2014-12-15 | 1 | -1/+1 |
* | valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctl | Christian Borntraeger | 2014-12-15 | 1 | -1/+1 |
* | KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks | Eric Auger | 2014-12-15 | 1 | -0/+7 |
* | pc: kvm: check if KVM has free memory slots to avoid abort() | Igor Mammedov | 2014-11-23 | 1 | -1/+17 |