Searched refs:VMBus (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 53 VMBus *vmbus; 167 VMBus *vmbus; 216 struct VMBus { struct 257 static VMBusGpadl *create_gpadl(VMBus *vmbus, uint32_t id, in create_gpadl() argument 279 static VMBusGpadl *find_gpadl(VMBus *vmbus, uint32_t gpadl_id) in find_gpadl() 441 static void vmbus_resched(VMBus *vmbus); 1296 static int alloc_chan_id(VMBus *vmbus) in alloc_chan_id() 1323 static void init_channel(VMBus *vmbus, VMBusDevice *dev, VMBusDeviceClass *vdc, in init_channel() 1357 static void create_channels(VMBus *vmbus, VMBusDevice *dev, Error **errp) in create_channels() 1395 static HvSintRoute *make_sint_route(VMBus *vmbus, uint32_t vp_index) in make_sint_route() [all …]
|
| /openbmc/qemu/include/hw/hyperv/ |
| H A D | vmbus-bridge.h | 24 VMBus *bus;
|
| H A D | vmbus.h | 27 OBJECT_DECLARE_SIMPLE_TYPE(VMBus, VMBUS)
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | hyperv.rst | 89 implementing VMBus devices (not yet in QEMU). Additionally, this enlightenment 224 This enlightenment requires a VMBus device (-device vmbus-bridge,irq=15).
|