hw: acpi: The RSDP build API can return void
commitcd5a5271088863c3eae317e8d214e5b98773dcb4
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 17 Dec 2018 10:48:31 +0000 (17 11:48 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 19 Dec 2018 21:48:16 +0000 (19 16:48 -0500)
tree97d875e06a78e6c29df742d1b9338c4a7c6958c8
parent4b49b586c452f1df393f2d8ffdfb1516857801d2
hw: acpi: The RSDP build API can return void

For both x86 and ARM architectures, the internal RSDP build API can
return void as the current return value is unused.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/arm/virt-acpi-build.c
hw/i386/acpi-build.c