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

2013-04-15 Thread Paolo Bonzini
Il 15/04/2013 08:19, Michael S. Tsirkin ha scritto: > Functions defined in acpi/ should be declared in > acpi.h > > Signed-off-by: Michael S. Tsirkin Thanks, I'll include it in the pull request. Paolo

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

2013-04-14 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 | 11 --- 5 files changed, 13 insertio