You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hal trait in virtio_drivers provides the function of DMA to directly access the memory, thus bypassing the MMU to directly access the memory, which makes the shadow page table of the VMM useless, so the DMA can only be performed in the guest os to guest va to address translation for host pa.
Although the current VMM can run a guest operating system with a file system, it is still not a correct implementation because it modifies the test kernel, which shows that the VMM is not transparent to the guest operating system.
Passthrough virtio blk device and make hypocaust to support guest os file system.
The text was updated successfully, but these errors were encountered: