ktf
ktf copied to clipboard
Kernel Test Framework
**Is your feature request related to a problem? Please describe.** Some clients of the map/unmap APIs need to map a range of virtual address space. For example, mapping PCI MMIO...
**Is your feature request related to a problem? Please describe.** We should determine available devices, their metadata, and I/O resources. **Describe the solution you'd like** Parse ACPI/PCI buses etc. to...
Add detection of CPU specific features and flags as provided by `cpuid` instruction. Implement infrastructure to easily consume the flags and add them as a guard for already existing features...
**Is your feature request related to a problem? Please describe.** Add functionality allowing to update microcode of CPUs and dump currently loaded ucode metadata. **Describe the solution you'd like** Add...
**Is your feature request related to a problem? Please describe.** KTF doesn't have ability to understand/load an ELF/object module. **Describe the solution you'd like** In order to launch automated tests,...
**Is your feature request related to a problem? Please describe.** In order to execute all-CPUs tasks like TLB shootdown, full system pause, etc, the IPI interface is needed. It will...
Build-time and run-time support is needed. Some initial bits are there.