## Overview and progress of optimisations - [x] Cancel IRQ injection for Tx acknowledge - [x] VMM periodically poll buffers from Tx virtqueue - [x] Tx Coalescing via `VIRTIO_F_EVENT_IDX` - [x] Replace `memcpy()` with optimal implementation - [x] Map read-only MMIO memory region to the guest VM - [ ]