Il 15/04/2013 11:37, Michael S. Tsirkin ha scritto:
> +/* acpi.c */
> +extern int acpi_enabled;
> +extern char unsigned *acpi_tables;
> +extern size_t acpi_tables_len;
> +
> +void acpi_table_install(const char unsigned *blob, size_t bloblen,
> +                        bool has_header, const struct AcpiTableOptions *hdrs,
> +                        Error **errp);

This function is static, I've fixed it up and will include it in the hw/
fixups pull request.

I picked up patch 3 as well, I'll leave 2 to Laszlo.

Paolo

> +void acpi_table_add(const QemuOpts *opts, Error **errp);


Reply via email to