mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 16:35:31 +00:00
ae44e9c076
Removing the ISA DMA configurations prevents the kernel from accessing the port I/O 0x87, which was generating the following warning: WARN:vmm/src/cpu.rs:378 -- Guest PIO read to unregistered address 0x87 Removing the TELCLOCK configuration prevents the kernel from accessing the port I/O reserved for the memory manager, which was causing the following warning: WARN:vmm/src/memory_manager.rs:289 -- Unexpected offset for accessing memory manager device: 15 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>