7b1a614dcb
The vmbus device is allocated via "calloc" before the EAL memory is
initialized. The secondary process can't reference the vmbus device as
it is not mapped correctly in the shared memory region.
Replace all references to the vmbus device (and its contents) with the
pointers/contents set by the primary process.
Fixes:
|
||
---|---|---|
.. | ||
auxiliary | ||
dpaa | ||
fslmc | ||
ifpga | ||
pci | ||
vdev | ||
vmbus | ||
meson.build |