* [Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations
@ 2019-01-11 14:04 Philippe Mathieu-Daudé
2019-01-11 14:23 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-11 14:04 UTC (permalink / raw)
To: Paolo Bonzini, Thomas Huth, qemu-devel
Cc: Mark Cave-Ayland, Philippe Mathieu-Daudé,
Marc-André Lureau, qemu-block, qemu-arm, Andrzej Zaborowski,
Richard Henderson, Igor Mammedov, Eduardo Habkost, Peter Maydell,
Michael S. Tsirkin, Gerd Hoffmann, John Snow, Michael Tokarev,
Artyom Tarasenko, Laszlo Ersek, David Gibson, Xiao Guangrong,
Marcel Apfelbaum, qemu-ppc
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
--
2.17.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations
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é
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-11 14:23 UTC (permalink / raw)
To: Paolo Bonzini, Thomas Huth, qemu-devel
Cc: Mark Cave-Ayland, Marc-André Lureau, qemu-block, qemu-arm,
Andrzej Zaborowski, Richard Henderson, Igor Mammedov,
Eduardo Habkost, Peter Maydell, Michael S. Tsirkin, Gerd Hoffmann,
John Snow, Michael Tokarev, Artyom Tarasenko, Laszlo Ersek,
David Gibson, Xiao Guangrong, Marcel Apfelbaum, qemu-ppc
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'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-11 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).