On Thu, 3 Oct 2013 18:05:56 +0300
"Michael S. Tsirkin" <m...@redhat.com> wrote:

[...]
> +void acpi_setup(PcGuestInfo *guest_info)
> +{
> +    AcpiBuildTables tables;
> +    AcpiBuildState *build_state;
> +
> +    if (!guest_info->fw_cfg) {
> +        ACPI_BUILD_DPRINTF(3, "Nooiling out fw cfg. Boiling out.\n");
s/Boiling/Bailing/

> +        return;
> +    }
> +
> +    if (!guest_info->has_acpi_build) {
> +        ACPI_BUILD_DPRINTF(3, "ACPI build disabled. Boiling out.\n");
> +        return;
> +    }
> +

Reply via email to