• A
    qemu: Enforce ACPI, UEFI requirements · 396ca36c
    Andrea Bolognani 提交于
    Depending on the architecture, requirements for ACPI and UEFI can
    be different; more specifically, while on x86 UEFI requires ACPI,
    on aarch64 it's the other way around.
    
    Enforce these requirements when validating the domain, and make
    the error message more accurate by mentioning that they're not
    necessarily applicable to all architectures.
    
    Several aarch64 test cases had to be tweaked because they would
    have failed the validation step otherwise.
    396ca36c
qemu_domain.c 258.0 KB