From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVK9x-00072n-CJ for qemu-devel@nongnu.org; Fri, 07 Dec 2018 12:43:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVK9s-0003cE-ET for qemu-devel@nongnu.org; Fri, 07 Dec 2018 12:43:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVK9s-0003bH-4L for qemu-devel@nongnu.org; Fri, 07 Dec 2018 12:43:24 -0500 Date: Fri, 7 Dec 2018 12:43:18 -0500 From: "Michael S. Tsirkin" Message-ID: <20181207123822-mutt-send-email-mst@kernel.org> References: <20181207170400.5129-1-philmd@redhat.com> <20181207170400.5129-4-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20181207170400.5129-4-philmd@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/6] hw/i386: Remove unused include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Laszlo Ersek , qemu-devel@nongnu.org, Igor Mammedov , Eduardo Habkost , Marcel Apfelbaum , Paolo Bonzini , Richard Henderson On Fri, Dec 07, 2018 at 06:03:57PM +0100, Philippe Mathieu-Daud=E9 wrote: > Signed-off-by: Philippe Mathieu-Daud=E9 > --- > hw/acpi/piix4.c | 1 - > hw/i386/acpi-build.c | 1 - > hw/i386/pc.c | 1 - > 3 files changed, 3 deletions(-) >=20 > diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c > index e330f24c71..49a33bfcda 100644 > --- a/hw/acpi/piix4.c > +++ b/hw/acpi/piix4.c > @@ -28,7 +28,6 @@ > #include "sysemu/sysemu.h" > #include "qapi/error.h" > #include "qemu/range.h" > -#include "hw/nvram/fw_cfg.h" > #include "exec/address-spaces.h" > #include "hw/acpi/piix4.h" > #include "hw/acpi/pcihp.h" Looks right. > diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c > index 236a20eaa8..1e5c371294 100644 > --- a/hw/i386/acpi-build.c > +++ b/hw/i386/acpi-build.c > @@ -35,7 +35,6 @@ > #include "hw/acpi/acpi-defs.h" > #include "hw/acpi/acpi.h" > #include "hw/acpi/cpu.h" > -#include "hw/nvram/fw_cfg.h" > #include "hw/acpi/bios-linker-loader.h" > #include "hw/loader.h" > #include "hw/isa/isa.h" This one calls fw_cfg_add_file. > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index f095725dba..2221dcdb36 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -35,7 +35,6 @@ > #include "hw/ide.h" > #include "hw/pci/pci.h" > #include "hw/pci/pci_bus.h" > -#include "hw/nvram/fw_cfg.h" > #include "hw/timer/hpet.h" > #include "hw/smbios/smbios.h" > #include "hw/loader.h" And this calls fw_cfg_add_bytes > --=20 > 2.17.2