pub fn get_driver_packages(arch: &str) -> Vec<PackageSet>Expand description
Returns architecture-specific driver package sets.
Each driver set includes VirtIO drivers (available on all architectures) plus native hardware drivers specific to the given architecture.
Supported architecture strings: "x86_64", "aarch64", "riscv64".