aboutsummaryrefslogtreecommitdiff
path: root/hw/hyperv
AgeCommit message (Expand)AuthorFilesLines
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