@edgible-team/sdk
    Preparing search index...

    Interface QemuHostInfo

    Host facts that drive QEMU config selection; injectable for tests.

    interface QemuHostInfo {
        arch?: string;
        fileExists?: (p: string) => boolean;
        platform?: Platform;
    }
    Index

    Properties

    arch?: string
    fileExists?: (p: string) => boolean

    Used to probe /dev/kvm and ARM UEFI firmware paths.

    platform?: Platform