qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Thomas Huth <thuth@redhat.com>,
	qemu-devel@nongnu.org
Cc: "Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	qemu-block@nongnu.org, qemu-arm@nongnu.org,
	"Andrzej Zaborowski" <balrogg@gmail.com>,
	"Richard Henderson" <rth@twiddle.net>,
	"Igor Mammedov" <imammedo@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"Michael Tokarev" <mjt@tls.msk.ru>,
	"Artyom Tarasenko" <atar4qemu@gmail.com>,
	"Laszlo Ersek" <lersek@redhat.com>,
	"David Gibson" <david@gibson.dropbear.id.au>,
	"Xiao Guangrong" <xiaoguangrong.eric@gmail.com>,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	qemu-ppc@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations
Date: Fri, 11 Jan 2019 15:23:26 +0100	[thread overview]
Message-ID: <459c5b99-253a-9eac-deec-2d093b7fc28d@redhat.com> (raw)
In-Reply-To: <20190111140457.2935-1-philmd@redhat.com>

On 1/11/19 3:04 PM, Philippe Mathieu-Daudé wrote:
> 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
> 
> Eric Blake (1):
>   typedefs: (Re-)sort entries alphabetically
> 
> Frediano Ziglio (1):
>   spice: Remove unused include
> 
> Gerd Hoffmann (6):
>   egl-headless: add egl_create_context
>   keymaps: remove modifiers include
>   keymaps: drop nl-be map
>   keymaps: remove common include
>   keymaps: drop support for include files
>   usb-audio: ignore usb packages with wrong size
> 
> Li Qiang (1):
>   ioapic: use TYPE_FOO MACRO than constant string
> 
> Marc-André Lureau (1):
>   configure: bump spice-server required version to 0.12.5
> 
> Peter Maydell (2):
>   ui/console: Remove qemu_create_display_surface_guestmem()
>   linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0
> 
> 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
> 
> Priit Laes (1):
>   qom: Include qemu/fprintf-fn.h in cpu.h
> 
> Thomas Huth (3):
>   hw/audio/marvell: Don't include unnecessary i2c.h header file
>   trivial: Don't include isa.h if it is not really necessary
>   hw/audio/marvell: Don't include unnecessary i2c.h header file
> 
> Tom Deseyn (1):
>   Add getsockopt for settable SOL_IPV6 options
> 
> Wainer dos Santos Moschetta (1):
>   hw/core: fix whitespace in a sentence

Please ignore this cover, I learned git publish use 'master' branch as
base, while I'm custom to track 'origin/master'.

      reply	other threads:[~2019-01-11 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 14:04 [Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations Philippe Mathieu-Daudé
2019-01-11 14:23 ` Philippe Mathieu-Daudé [this message]

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=459c5b99-253a-9eac-deec-2d093b7fc28d@redhat.com \
    --to=philmd@redhat.com \
    --cc=atar4qemu@gmail.com \
    --cc=balrogg@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lersek@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mjt@tls.msk.ru \
    --cc=mst@redhat.com \
    --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-ppc@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=thuth@redhat.com \
    --cc=xiaoguangrong.eric@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).