summary refs log tree commit diff stats
path: root/hw/hyperv/hyperv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/hyperv/hyperv: common compilation unitPierrick Bouvier2025-05-081-1/+2
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* exec/cpu-all: remove this headerPierrick Bouvier2025-04-231-1/+0
* exec/cpu-all: remove exec/target_page includePierrick Bouvier2025-04-231-0/+1
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* include/system: Move exec/memory.h to system/memory.hRichard Henderson2025-04-231-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini2024-05-031-0/+25
* vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero2024-03-081-0/+12
* hw/hyperv: Include missing headersPhilippe Mathieu-Daudé2024-01-301-0/+4
* hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2022-10-271-1/+1
* hyperv: Add support to process syndbg commandsJon Doron2022-04-061-0/+243
* hyperv: SControl is optional to enable SynIcJon Doron2022-04-061-33/+76
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-5/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* 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/+7
* 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/+9
* 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