Cargo Features

[dependencies]
axplat-x86-qemu-q35 = { version = "0.4.0", default-features = false, features = ["fp-simd", "irq", "reboot-on-system-off", "rtc", "smp"] }
default = irq, reboot-on-system-off, smp

These default features are set whenever axplat-x86-qemu-q35 is added without default-features = false somewhere in the dependency tree.

fp-simd
irq default

Enables irq of ax-plat

Affects apic::set_enable, apic::local_apic

reboot-on-system-off default
rtc

Enables x86_rtc

smp default

Enables smp of ax-kspin and ax-plat

ax-kspin:

To use in the multi-core environment

Affects apic::raw_apic_id, apic::init_secondary, time::init_secondary, apic::local_apic