From patchwork Fri Jan 11 14:08:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 10758151 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C5E3413BF for ; Fri, 11 Jan 2019 14:36:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AFD7B29F2E for ; Fri, 11 Jan 2019 14:36:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A148E29F39; Fri, 11 Jan 2019 14:36:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4177429F2E for ; Fri, 11 Jan 2019 14:36:50 +0000 (UTC) Received: from localhost ([127.0.0.1]:38711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghxvV-0004KI-I3 for patchwork-qemu-devel@patchwork.kernel.org; Fri, 11 Jan 2019 09:36:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghxe6-0005j5-Uw for qemu-devel@nongnu.org; Fri, 11 Jan 2019 09:18:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghxV8-0000Oj-Ku for qemu-devel@nongnu.org; Fri, 11 Jan 2019 09:09:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51602) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghxUu-0007vq-Iw; Fri, 11 Jan 2019 09:09:22 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7966E6380D; Fri, 11 Jan 2019 14:09:14 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-254.brq.redhat.com [10.40.204.254]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9D67E5D6AA; Fri, 11 Jan 2019 14:09:00 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: Paolo Bonzini , Thomas Huth , qemu-devel@nongnu.org Date: Fri, 11 Jan 2019 15:08:42 +0100 Message-Id: <20190111140857.4211-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 11 Jan 2019 14:09:14 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH RESEND 00/15] typedefs: Remove scarcely used declarations X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Xiao Guangrong , qemu-block@nongnu.org, "Michael S. Tsirkin" , Laszlo Ersek , qemu-arm@nongnu.org, Gerd Hoffmann , Igor Mammedov , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, Since this file became a hot topic [*], I took previous cleanups from last year and continue to clean it. Regards, Phil. [*] "HACKING: Clarify the paragraph about typedefs" https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg02132.html [*] "Fix duplicated typedefs to be able to compile with Clang in gnu99 mode" https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg02117.html Philippe Mathieu-Daudé (15): hw/input/ps2: Remove PS2State from "qemu/typedefs.h" hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h" hw/ssi: Remove SSIBus from "qemu/typedefs.h" hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h" hw/nvram/fw_cfg: Remove various typedefs from "qemu/typedefs.h" hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h" hw/bt: Remove HCIInfo from "qemu/typedefs.h" hw/char/serial: Remove SerialState from "qemu/typedefs.h" hw/i386: Remove PCMachineClass from "qemu/typedefs.h" range: Remove Range from "qemu/typedefs.h" audio: Remove AudioState from "qemu/typedefs.h" ui/console: Remove MouseTransformInfo from qemu/typedefs.h ui/console: Remove QemuDmaBuf from "qemu/typedefs.h" ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h" RFC ui/console: Add "ui/pixelformat.h" to declare PixelFormat audio/audio_int.h | 4 ++-- hw/arm/strongarm.h | 1 + include/hw/acpi/vmgenid.h | 1 + include/hw/arm/pxa.h | 2 ++ include/hw/arm/virt.h | 1 + include/hw/char/serial.h | 4 ++-- include/hw/devices.h | 1 + include/hw/i2c/smbus.h | 2 ++ include/hw/i386/pc.h | 4 ++-- include/hw/ide/ahci.h | 4 ++-- include/hw/input/ps2.h | 2 ++ include/hw/mem/nvdimm.h | 1 + include/hw/nvram/fw_cfg.h | 8 +++++++- include/hw/pci-host/q35.h | 1 + include/hw/pci/pci.h | 1 + include/hw/pcmcia.h | 4 ++-- include/hw/ssi/pl022.h | 1 + include/hw/ssi/ssi.h | 1 + include/qemu/range.h | 4 ++-- include/qemu/typedefs.h | 19 ------------------- include/sysemu/bt.h | 4 ++-- include/ui/console.h | 25 +++++++++---------------- include/ui/pixelformat.h | 31 +++++++++++++++++++++++++++++++ include/ui/qemu-pixman.h | 2 ++ 24 files changed, 78 insertions(+), 50 deletions(-) create mode 100644 include/ui/pixelformat.h