qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] acpi: move declarations from pc.h to acpi.h


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/3] acpi: move declarations from pc.h to acpi.h
Date: Mon, 15 Apr 2013 12:42:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

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

[Prev in Thread] Current Thread [Next in Thread]