aboutsummaryrefslogtreecommitdiff
path: root/hw/hyperv/hyperv.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06hyperv: Add support to process syndbg commandsJon Doron1-0/+243
2022-04-06hyperv: SControl is optional to enable SynIcJon Doron1-33/+76
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-5/+5
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-10hyperv: expose API to determine if synic is enabledJon Doron1-0/+8
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-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-26hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan1-1/+5
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 Kagan1-0/+138