aboutsummaryrefslogtreecommitdiff
path: root/hw/hyperv
AgeCommit message (Expand)AuthorFilesLines
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2-6/+6
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+2
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-5/+9
2020-09-10hw: hyperv: vmbus: Fix 32bit compilationJon Doron1-1/+2
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-3/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-2/+5
2020-08-27vmbus: Move QOM macros to vmbus.hEduardo Habkost1-3/+0
2020-08-21meson: convert hw/hypervMarc-André Lureau2-3/+3
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-3/+2
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-2/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron1-0/+99
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+7
2020-06-10vmbus: vmbus implementationJon Doron4-0/+2696
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-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
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