cloud-hypervisor/resources
Sebastien Boeuf ae44e9c076 resources: Reduce x86_64 kernel configuration to fix warnings
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>
2020-09-25 10:22:28 +01:00
..
Dockerfile resources: Dockerfile: Update Dockerfile for AArch64 2020-07-01 09:51:15 +01:00
linux-config-aarch64 ci: AArch64: Update custom linux kernel to v5.8-rc4 2020-07-31 14:06:55 +02:00
linux-config-x86_64 resources: Reduce x86_64 kernel configuration to fix warnings 2020-09-25 10:22:28 +01:00