Alex Brown

Results 4 issues of Alex Brown

This issue is referenced partially in both https://github.com/au-ts/libvmm/issues/57 and https://github.com/au-ts/libvmm/issues/63. @wom-bat is currently unable to run the driver VM examples as his version of glibc is different to the one...

Future TODOs following this PR https://github.com/au-ts/libvmm/pull/37 - [ ] **Merge `examples/virtio-snd`with `examples/virtio`.** Tracking issue: https://github.com/au-ts/libvmm/issues/60. This will involve multiplexing the shared bus on the OdroidC4. - [ ] **Virtualiser ownership...

# VSwitch A virtual network switch (vswitch) forwards Ethernet frames between components similar to a physical network switch. ## Current Design A vswitch contains a number of *ports*, each consisting...

`sddf/util.h` is automatically included in user's code through files like `sddf/serial/queue.h`. This means whenever a user uses sDDF their namespace is polluted with our definitions of `ARRAY_SIZE`, `MIN`, `MAX`, `unlikely`,...