aboutsummaryrefslogtreecommitdiff
path: root/include/hw/hyperv
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-8/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-5/+9
2020-08-27vmbus: Move QOM macros to vmbus.hEduardo Habkost2-2/+5
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-2/+1
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron1-0/+3
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+3
2020-06-10vmbus: vmbus implementationJon Doron2-0/+259
2020-06-10vmbus: add vmbus protocol definitionsJon Doron1-0/+222
2020-06-10hyperv: expose API to determine if synic is enabledJon Doron1-0/+1
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan1-0/+18
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan2-0/+14
2018-10-19hyperv: add synic event flag signalingRoman Kagan1-0/+4
2018-10-19hyperv: add synic message deliveryRoman Kagan1-3/+15
2018-10-19hyperv: qom-ify SynICRoman Kagan1-0/+5
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan1-0/+31
2018-10-19hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan1-0/+129