aboutsummaryrefslogtreecommitdiff
path: root/kvm-all.c
AgeCommit message (Expand)Author
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin
2015-09-16kvm: Add kvm system event crash handlerAndrey Smetanin
2015-09-07s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann
2015-07-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell
2015-07-06kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger
2015-07-06kvm-all: kvm_irqchip_create is not expected to failPaolo Bonzini
2015-07-06kvm-all: add support for multiple address spacesPaolo Bonzini
2015-07-06kvm-all: make KVM's memory listener more genericPaolo Bonzini
2015-07-06kvm-all: move internal types to kvm_int.hPaolo Bonzini
2015-07-06kvm-all: remove useless typedefPaolo Bonzini
2015-07-06kvm-all: put kvm_mem_flags to more workAndrew Jones
2015-07-01kvm: Switch to unlocked MMIOPaolo Bonzini
2015-07-01kvm: Switch to unlocked PIOJan Kiszka
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka
2015-07-01Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES马文霜
2015-06-05kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini
2015-06-05kvm: accept non-mapped memory in kvm_dirty_pages_log_changePaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05ppc: add helpful message when KVM fails to start VCPULaurent Vivier
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-04-30kvm: Silence warning from valgrindThomas Huth
2015-04-30kvm: better advice for failed s390x startupCornelia Huck
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-02kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirt...zhanghailiang
2015-03-18kvm: fix ioeventfd endianness on bi-endian architecturesGreg Kurz
2015-03-16kvm: encapsulate HAS_DEVICE for vm attrsDominik Dingel
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum
2015-03-11machine: query kernel-irqchip propertyMarcel Apfelbaum
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář
2015-02-10kvm: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka
2014-12-15coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_routeChristian Borntraeger
2014-12-15valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctlChristian Borntraeger
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov
2014-11-20kvm: Fix memory slot page alignment logicAlexander Graf
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini
2014-10-09kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost
2014-10-04accel: Move KVM accel registration to kvm-all.cEduardo Habkost
2014-09-26kvm/valgrind: don't mark memory as initializedChristian Borntraeger
2014-09-16Introduce cpu_clean_all_dirtyMarcelo Tosatti
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-09kvm: do not abort if KVM_RUN failsPaolo Bonzini
2014-09-08KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf