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

2013-04-15 Thread Paolo Bonzini
Il 15/04/2013 13:00, Laszlo Ersek ha scritto: >> > >>> >> +void acpi_table_add(const QemuOpts *opts, Error **errp); > Doesn't this series conflict with my pending > ? Yeah, but the conflicts are trivial. Paolo

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

2013-04-15 Thread Laszlo Ersek
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, >> +

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

2013-04-15 Thread Paolo Bonzini
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

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

2013-04-15 Thread Michael S. Tsirkin
Functions defined in acpi/ should be declared in acpi.h Signed-off-by: Michael S. Tsirkin --- arch_init.c| 1 + hw/i386/pc.c | 1 + hw/i386/pc_piix.c | 1 + include/hw/acpi/acpi.h | 10 ++ include/hw/i386/pc.h | 8 5 files changed, 13 insertions(