seL4_projects_libs
seL4_projects_libs copied to clipboard
libsel4vmmplatsupport: virtio_net driver lacks support for IO control to change MAC address
Follow-up from https://lists.sel4.systems/hyperkitty/list/[email protected]/thread/YNTMEMTAUD5ZE6X7J4O4E75OELA6T345/
The error
Unhandled offset of 0x14 of size 1, writing 0x2
Assertion failed: !"panic"
seL4_projects_libs/seL4_projects_libs/libsel4vmmplatsupport/src/drivers/virtio_emul.c: emul_io_out: 109
Seem to indicate that the virtio_net driver of the libsel4vmmsupport does not support IO control for changing the MAC addess of the virtio net in the guest.