mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-06 11:49:31 +00:00
Both OVMF and RHF firmwares triggered an error when O_DIRECT was used because they didn't align the buffers to the block sector size. In order to prevent regressions, we're adding a new test validating the VM can properly boot when the OS disk is opened with O_DIRECT and booted from the rust-hypervisor-fw. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>