summaryrefslogtreecommitdiffstats
path: root/hw/hyperv/hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-5/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* 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 qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/hyperv: fix NULL dereference with pure-kvm SynICRoman Kagan2018-11-261-1/+5
* 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-191-0/+138