aboutsummaryrefslogtreecommitdiff
path: root/hw/hyperv
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal1-8/+7
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2019-12-17hyperv: Use auto rcu_read macrosDr. David Alan Gilbert1-13/+9
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2-0/+2
2019-03-07hyperv: express dependencies with kconfigYang Zhong1-0/+3
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+5
2018-11-26hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan1-1/+5
2018-10-19hyperv_testdev: add SynIC message and event testmodesRoman Kagan1-1/+164
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan1-0/+84
2018-10-19hyperv: add support for KVM_HYPERV_EVENTFDRoman Kagan1-1/+26
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan1-0/+93
2018-10-19hyperv: add synic event flag signalingRoman Kagan1-0/+32
2018-10-19hyperv: add synic message deliveryRoman Kagan1-11/+151
2018-10-19hyperv: make overlay pages for SynICRoman Kagan1-3/+48
2018-10-19hyperv: qom-ify SynICRoman Kagan1-2/+99
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan3-0/+304