From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRe9a-0007Dp-Ce for qemu-devel@nongnu.org; Tue, 27 Nov 2018 09:15:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRe9Z-0000mW-F6 for qemu-devel@nongnu.org; Tue, 27 Nov 2018 09:15:54 -0500 References: <20181126162942.21258-1-sameo@linux.intel.com> <20181126162942.21258-2-sameo@linux.intel.com> From: Thomas Huth Message-ID: <5d657190-fd19-06ac-6d98-a02613934e54@redhat.com> Date: Tue, 27 Nov 2018 15:15:38 +0100 MIME-Version: 1.0 In-Reply-To: <20181126162942.21258-2-sameo@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8] hw: acpi: The RSDP build API can return void List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Ortiz , qemu-devel@nongnu.org Cc: Peter Maydell , Igor Mammedov , qemu-arm@nongnu.org, Shannon Zhao , Laurent Vivier , Richard Henderson , Paolo Bonzini , Ben Warren , Marcel Apfelbaum , Eduardo Habkost , "Michael S. Tsirkin" On 2018-11-26 17:29, Samuel Ortiz wrote: > 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 > Reviewed-by: Igor Mammedov > --- > hw/arm/virt-acpi-build.c | 4 +--- > hw/i386/acpi-build.c | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) Reviewed-by: Thomas Huth