summaryrefslogtreecommitdiff
path: root/hw/hyperv/hyperv.c
AgeCommit message (Expand)Author
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-10hyperv: expose API to determine if synic is enabledJon Doron
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2019-12-17hyperv: Use auto rcu_read macrosDr. David Alan Gilbert
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-11-26hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan
2018-10-19hyperv: add support for KVM_HYPERV_EVENTFDRoman Kagan
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan
2018-10-19hyperv: add synic event flag signalingRoman Kagan
2018-10-19hyperv: add synic message deliveryRoman Kagan
2018-10-19hyperv: make overlay pages for SynICRoman Kagan
2018-10-19hyperv: qom-ify SynICRoman Kagan
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan