aboutsummaryrefslogtreecommitdiff
path: root/hw/hyperv/vmbus.c
AgeCommit message (Expand)Author
2024-09-24hw/hyperv: remove return after g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/hyperv: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-08vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero
2024-02-02vmbus: Switch bus reset to 3-phase-resetPeter Maydell
2023-12-29hw/hyperv: Constify VMStateRichard Henderson
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2022-12-16hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-05-30hw/hyperv/vmbus: Remove unused vmbus_load/save_req()Philippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-07-06vmbus: Don't make QOM property registration conditionalEduardo Habkost
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-10hw: hyperv: vmbus: Fix 32bit compilationJon Doron
2020-08-27vmbus: Move QOM macros to vmbus.hEduardo Habkost
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron
2020-06-10vmbus: vmbus implementationJon Doron