summary refs log tree commit diff stats
path: root/hw/hyperv/vmbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-3/+3
* Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-1/+0
|\
| * cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* | exec/cpu-all: remove exec/target_page includePierrick Bouvier2025-04-231-0/+1
|/
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-2/+0
* hw/hyperv: Constify all PropertyRichard Henderson2024-12-151-2/+2
* hw/hyperv: remove return after g_assert_not_reached()Pierrick Bouvier2024-09-241-3/+0
* hw/hyperv: replace assert(false) with g_assert_not_reached()Pierrick Bouvier2024-09-241-6/+6
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero2024-03-081-0/+6
* vmbus: Switch bus reset to 3-phase-resetPeter Maydell2024-02-021-3/+4
* hw/hyperv: Constify VMStateRichard Henderson2023-12-291-8/+8
* util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2023-11-031-2/+2
* hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-12-161-2/+2
* error: Drop some obviously superfluous error_propagate()Markus Armbruster2022-12-141-5/+3
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* hw/hyperv/vmbus: Remove unused vmbus_load/save_req()Philippe Mathieu-Daudé2022-05-301-99/+0
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+5
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* vmbus: Don't make QOM property registration conditionalEduardo Habkost2021-07-061-5/+15
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* hw: hyperv: vmbus: Fix 32bit compilationJon Doron2020-09-101-1/+2
* vmbus: Move QOM macros to vmbus.hEduardo Habkost2020-08-271-3/+0
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-3/+2
* hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-2/+1
* vmbus: add infrastructure to save/load vmbus requestsJon Doron2020-06-101-0/+99
* i386: Hyper-V VMBus ACPI DSDT entryJon Doron2020-06-101-0/+7
* vmbus: vmbus implementationJon Doron2020-06-101-0/+2672