From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcPaa-00041H-EN for qemu-devel@nongnu.org; Thu, 27 Dec 2018 01:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcPaV-0004I6-Ge for qemu-devel@nongnu.org; Thu, 27 Dec 2018 01:56:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40024) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gcPaV-0004Fs-8v for qemu-devel@nongnu.org; Thu, 27 Dec 2018 01:56:11 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3C17312F917 for ; Thu, 27 Dec 2018 06:56:08 +0000 (UTC) Date: Thu, 27 Dec 2018 07:56:01 +0100 From: Igor Mammedov Message-ID: <20181227075601.22f7f43f@Igors-MacBook-Pro.local> In-Reply-To: <20181221090410.27250-21-marcandre.lureau@redhat.com> References: <20181221090410.27250-1-marcandre.lureau@redhat.com> <20181221090410.27250-21-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v7 20/28] include: remove compat.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=C3=A9?= Lureau Cc: qemu-devel@nongnu.org, ehabkost@redhat.com On Fri, 21 Dec 2018 13:04:02 +0400 Marc-Andr=C3=A9 Lureau wrote: > The header is now empty. >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Igor Mammedov > --- > include/hw/compat.h | 4 ---- > include/hw/i386/pc.h | 1 - > hw/arm/virt.c | 1 - > hw/ppc/spapr.c | 1 - > hw/s390x/s390-virtio-ccw.c | 1 - > 5 files changed, 8 deletions(-) > delete mode 100644 include/hw/compat.h >=20 > diff --git a/include/hw/compat.h b/include/hw/compat.h > deleted file mode 100644 > index b2d0bdd599..0000000000 > --- a/include/hw/compat.h > +++ /dev/null > @@ -1,4 +0,0 @@ > -#ifndef HW_COMPAT_H > -#define HW_COMPAT_H > - > -#endif /* HW_COMPAT_H */ > diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h > index 784ea7a92c..6b7bf334cd 100644 > --- a/include/hw/i386/pc.h > +++ b/include/hw/i386/pc.h > @@ -13,7 +13,6 @@ > #include "qemu/bitmap.h" > #include "sysemu/sysemu.h" > #include "hw/pci/pci.h" > -#include "hw/compat.h" > #include "hw/mem/pc-dimm.h" > #include "hw/mem/nvdimm.h" > #include "hw/acpi/acpi_dev_interface.h" > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index 5fe2eebb02..9570f06f04 100644 > --- a/hw/arm/virt.c > +++ b/hw/arm/virt.c > @@ -43,7 +43,6 @@ > #include "sysemu/numa.h" > #include "sysemu/sysemu.h" > #include "sysemu/kvm.h" > -#include "hw/compat.h" > #include "hw/loader.h" > #include "exec/address-spaces.h" > #include "qemu/bitops.h" > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c > index 1c5b0e40b1..653a4528ac 100644 > --- a/hw/ppc/spapr.c > +++ b/hw/ppc/spapr.c > @@ -70,7 +70,6 @@ > #include "hw/nmi.h" > #include "hw/intc/intc.h" > =20 > -#include "hw/compat.h" > #include "qemu/cutils.h" > #include "hw/ppc/spapr_cpu_core.h" > #include "hw/mem/memory-device.h" > diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c > index bf5f2f463c..c737507053 100644 > --- a/hw/s390x/s390-virtio-ccw.c > +++ b/hw/s390x/s390-virtio-ccw.c > @@ -28,7 +28,6 @@ > #include "hw/s390x/storage-keys.h" > #include "hw/s390x/storage-attributes.h" > #include "hw/s390x/event-facility.h" > -#include "hw/compat.h" > #include "ipl.h" > #include "hw/s390x/s390-virtio-ccw.h" > #include "hw/s390x/css-bridge.h"