summaryrefslogtreecommitdiffstats
path: root/hw/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-2/+1Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* vmbus: add infrastructure to save/load vmbus requestsJon Doron2020-06-101-0/+99
* i386: Hyper-V VMBus ACPI DSDT entryJon Doron2020-06-101-0/+7
* vmbus: vmbus implementationJon Doron2020-06-104-0/+2696
* hyperv: expose API to determine if synic is enabledJon Doron2020-06-101-0/+8
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* lockable: Replace locks with lock guard macrosSimran Singhal2020-05-041-8/+7Star
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* hyperv: Use auto rcu_read macrosDr. David Alan Gilbert2019-12-171-13/+9Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-122-0/+2
* hyperv: express dependencies with kconfigYang Zhong2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
* hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan2018-11-261-1/+5
* hyperv_testdev: add SynIC message and event testmodesRoman Kagan2018-10-191-1/+164
* hyperv: process POST_MESSAGE hypercallRoman Kagan2018-10-191-0/+84
* hyperv: add support for KVM_HYPERV_EVENTFDRoman Kagan2018-10-191-1/+26
* hyperv: process SIGNAL_EVENT hypercallRoman Kagan2018-10-191-0/+93
* hyperv: add synic event flag signalingRoman Kagan2018-10-191-0/+32
* hyperv: add synic message deliveryRoman Kagan2018-10-191-11/+151
* hyperv: make overlay pages for SynICRoman Kagan2018-10-191-3/+48
* hyperv: qom-ify SynICRoman Kagan2018-10-191-2/+99
* hyperv: factor out arch-independent API into hw/hypervRoman Kagan2018-10-193-0/+304