All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Matthew Rosato" <mjrosato@linux.ibm.com>,
	"Paul Durrant" <paul@xen.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	qemu-block@nongnu.org, "Helge Deller" <deller@gmx.de>,
	"David Hildenbrand" <david@redhat.com>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Anthony Perard" <anthony.perard@citrix.com>,
	xen-devel@lists.xenproject.org,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Xie Changlong" <xiechanglong.d@gmail.com>,
	qemu-s390x@nongnu.org, qemu-arm@nongnu.org,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>,
	"Kevin Wolf" <kwolf@redhat.com>,
	"Wen Congyang" <wencongyang2@huawei.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Max Reitz" <mreitz@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Igor Mammedov" <imammedo@redhat.com>
Subject: [PATCH 05/20] hw/timer: Remove unused "ui/console.h" header
Date: Mon, 14 Oct 2019 16:22:31 +0200	[thread overview]
Message-ID: <20191014142246.4538-6-philmd@redhat.com> (raw)
In-Reply-To: <20191014142246.4538-1-philmd@redhat.com>

The timer models don't need anything from "ui/console.h".
Remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/timer/hpet.c     | 1 -
 hw/timer/twl92230.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/timer/hpet.c b/hw/timer/hpet.c
index 1ddae4e7d7..4772cccfe3 100644
--- a/hw/timer/hpet.c
+++ b/hw/timer/hpet.c
@@ -27,7 +27,6 @@
 #include "qemu/osdep.h"
 #include "hw/i386/pc.h"
 #include "hw/irq.h"
-#include "ui/console.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
diff --git a/hw/timer/twl92230.c b/hw/timer/twl92230.c
index 63bd13d2ca..d0011be89e 100644
--- a/hw/timer/twl92230.c
+++ b/hw/timer/twl92230.c
@@ -27,7 +27,6 @@
 #include "migration/qemu-file-types.h"
 #include "migration/vmstate.h"
 #include "sysemu/sysemu.h"
-#include "ui/console.h"
 #include "qemu/bcd.h"
 #include "qemu/module.h"
 
-- 
2.21.0



WARNING: multiple messages have this Message-ID (diff)
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Matthew Rosato" <mjrosato@linux.ibm.com>,
	"Paul Durrant" <paul@xen.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Eric Blake" <eblake@redhat.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	qemu-block@nongnu.org, "Helge Deller" <deller@gmx.de>,
	"David Hildenbrand" <david@redhat.com>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	"Anthony Perard" <anthony.perard@citrix.com>,
	xen-devel@lists.xenproject.org,
	"Andrzej Zaborowski" <balrogg@gmail.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Xie Changlong" <xiechanglong.d@gmail.com>,
	qemu-s390x@nongnu.org, qemu-arm@nongnu.org,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>,
	"Kevin Wolf" <kwolf@redhat.com>,
	"Wen Congyang" <wencongyang2@huawei.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Max Reitz" <mreitz@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Igor Mammedov" <imammedo@redhat.com>
Subject: [Xen-devel] [PATCH 05/20] hw/timer: Remove unused "ui/console.h" header
Date: Mon, 14 Oct 2019 16:22:31 +0200	[thread overview]
Message-ID: <20191014142246.4538-6-philmd@redhat.com> (raw)
In-Reply-To: <20191014142246.4538-1-philmd@redhat.com>

The timer models don't need anything from "ui/console.h".
Remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/timer/hpet.c     | 1 -
 hw/timer/twl92230.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/timer/hpet.c b/hw/timer/hpet.c
index 1ddae4e7d7..4772cccfe3 100644
--- a/hw/timer/hpet.c
+++ b/hw/timer/hpet.c
@@ -27,7 +27,6 @@
 #include "qemu/osdep.h"
 #include "hw/i386/pc.h"
 #include "hw/irq.h"
-#include "ui/console.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
diff --git a/hw/timer/twl92230.c b/hw/timer/twl92230.c
index 63bd13d2ca..d0011be89e 100644
--- a/hw/timer/twl92230.c
+++ b/hw/timer/twl92230.c
@@ -27,7 +27,6 @@
 #include "migration/qemu-file-types.h"
 #include "migration/vmstate.h"
 #include "sysemu/sysemu.h"
-#include "ui/console.h"
 #include "qemu/bcd.h"
 #include "qemu/module.h"
 
-- 
2.21.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-10-14 14:31 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14 14:22 [PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa) Philippe Mathieu-Daudé
2019-10-14 14:22 ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 01/20] vl: Add missing "hw/boards.h" include Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 02/20] hw/southbridge/ich9: Removed unused headers Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 17:01   ` John Snow
2019-10-14 17:01     ` [Xen-devel] " John Snow
2019-10-14 14:22 ` [PATCH 03/20] hw/input/pckbd: Remove unused "hw/i386/pc.h" header Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 04/20] hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` Philippe Mathieu-Daudé [this message]
2019-10-14 14:22   ` [Xen-devel] [PATCH 05/20] hw/timer: Remove unused "ui/console.h" header Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 06/20] hw/usb/dev-storage: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 07/20] hw/i386/intel_iommu: Remove unused includes Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 08/20] hw/xen/xen_pt_load_rom: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:29   ` Paul Durrant
2019-10-14 14:29     ` [Xen-devel] " Paul Durrant
2020-02-27 12:18     ` Anthony PERARD
2020-02-27 12:18       ` [Xen-devel] " Anthony PERARD
2019-10-14 14:22 ` [PATCH 09/20] hw/alpha/alpha_sys: Remove unused "hw/ide.h" header Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 10/20] hw/alpha/dp264: Include "net/net.h" Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 11/20] hw/hppa/machine: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 12/20] hw/acpi/cpu_hotplug: Include "hw/pci/pci.h" Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 13/20] hw/timer/hpet: Include "exec/address-spaces.h" Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 14/20] hw/pci-host/q35: Include "qemu/range.h" Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 15/20] hw/i2c/smbus_ich9: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 16/20] hw/pci-host/piix: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 17/20] hw/acpi: Include "hw/mem/nvdimm.h" Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 18/20] hw/i386: " Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 19/20] hw/pci-host/q35: Remove unused includes Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 14:22 ` [PATCH 20/20] hw/i386/pc: Clean up includes Philippe Mathieu-Daudé
2019-10-14 14:22   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-14 17:03 ` [PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa) John Snow
2019-10-14 17:03   ` [Xen-devel] " John Snow
2019-10-26 12:20 ` Philippe Mathieu-Daudé
2019-10-26 12:20   ` [Xen-devel] " Philippe Mathieu-Daudé
2019-10-26 13:32   ` Laurent Vivier
2019-10-26 13:32     ` [Xen-devel] " Laurent Vivier
2020-02-27 13:28     ` Paolo Bonzini
2020-02-27 13:28       ` [Xen-devel] " Paolo Bonzini
2020-03-09 11:57       ` Laurent Vivier
2020-03-09 11:57         ` [Xen-devel] " Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191014142246.4538-6-philmd@redhat.com \
    --to=philmd@redhat.com \
    --cc=anthony.perard@citrix.com \
    --cc=armbru@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=deller@gmx.de \
    --cc=ehabkost@redhat.com \
    --cc=fam@euphon.net \
    --cc=imammedo@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mjrosato@linux.ibm.com \
    --cc=mreitz@redhat.com \
    --cc=mst@redhat.com \
    --cc=pasic@linux.ibm.com \
    --cc=paul@xen.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sstabellini@kernel.org \
    --cc=stefanha@redhat.com \
    --cc=wencongyang2@huawei.com \
    --cc=xen-devel@lists.xenproject.org \
    --cc=xiechanglong.d@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.