summaryrefslogtreecommitdiffstats
path: root/kvm-all.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: add kvm_device_supported() helper functionPeter Xu2019-11-291-0/+15
* kvm/irqchip: use bitmap utility for gsi trackingWei Yang2019-11-291-24/+10
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-1/+2
* kvm-all: trace: strerror fixupAndrew Jones2019-11-291-2/+2
* all: Clean up includesPeter Maydell2019-11-291-2/+1
* error: Clean up errors with embedded newlines (again)Markus Armbruster2019-11-291-3/+3
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2019-11-291-2/+8
* kvm: Hyper-V SynIC irq routing supportAndrey Smetanin2019-11-291-0/+33
* memory: emulate ioeventfdPavel Fedin2019-11-291-2/+4
* kvm-all: PAGE_SIZE should be real host page sizeAndrew Jones2019-11-291-2/+4
* KVM: add support for any length io eventfdJason Wang2015-11-121-0/+4
* Move page_size_init earlierDr. David Alan Gilbert2015-11-101-1/+0
* Revert "Introduce cpu_clean_all_dirty"Liang Li2015-11-051-5/+0
* kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth2015-10-191-29/+0
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-4/+5
* kvm: Make KVM_CAP_SIGNAL_MSI globally availablePavel Fedin2015-10-191-5/+5
* kvm-all: Align to qemu_real_host_page_size in kvm_set_phys_memAlexey Kardashevskiy2015-10-121-4/+4
* intc/gic: Extract some reusable vGIC codePavel Fedin2015-09-241-0/+34
* kvm: Add kvm system event crash handlerAndrey Smetanin2015-09-161-0/+6
* s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann2015-09-071-1/+0
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell2015-07-071-3/+37
|\
| * kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger2015-07-061-0/+33
| * kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-3/+4
* | kvm-all: kvm_irqchip_create is not expected to failPaolo Bonzini2015-07-061-17/+18
* | kvm-all: add support for multiple address spacesPaolo Bonzini2015-07-061-7/+6
* | kvm-all: make KVM's memory listener more genericPaolo Bonzini2015-07-061-62/+89
* | kvm-all: move internal types to kvm_int.hPaolo Bonzini2015-07-061-17/+1
* | kvm-all: remove useless typedefPaolo Bonzini2015-07-061-3/+1
* | kvm-all: put kvm_mem_flags to more workAndrew Jones2015-07-061-22/+20
|/
* kvm: Switch to unlocked MMIOPaolo Bonzini2015-07-011-2/+1
* kvm: Switch to unlocked PIOJan Kiszka2015-07-011-2/+1
* kvm: First step to push iothread lock out of inner run loopJan Kiszka2015-07-011-2/+8
* Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES马文霜2015-07-011-7/+10
* kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini2015-06-051-54/+2
* kvm: accept non-mapped memory in kvm_dirty_pages_log_changePaolo Bonzini2015-06-051-5/+3
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+12
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+2
* ppc: add helpful message when KVM fails to start VCPULaurent Vivier2015-06-051-0/+8
* kvm: introduce kvm_arch_msi_data_to_gsiEric Auger2015-06-021-1/+1
* kvm: add support for memory transaction attributesPaolo Bonzini2015-04-301-9/+12
* kvm: Silence warning from valgrindThomas Huth2015-04-301-7/+7
* kvm: better advice for failed s390x startupCornelia Huck2015-04-301-2/+11
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-4/+4
* exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-1/+2
* kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirt...zhanghailiang2015-04-021-1/+1
* kvm: fix ioeventfd endianness on bi-endian architecturesGreg Kurz2015-03-181-2/+22
* kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel2015-03-161-0/+21
* kvm: add machine state to kvm_arch_initMarcel Apfelbaum2015-03-111-1/+1
* machine: query kernel-irqchip propertyMarcel Apfelbaum2015-03-111-3/+3
* fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář2015-03-101-1/+1
OpenPOWER on IntegriCloud