On 04/15/13 12:42, Paolo Bonzini wrote:
> 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);

Doesn't this series conflict with my pending
<http://lists.nongnu.org/archive/html/qemu-devel/2013-04/msg01427.html>?

Thanks
Laszlo


Reply via email to