[Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations

Philippe Mathieu-Daudé posted 33 patches 5 years, 3 months ago
Only 0 patches received!
There is a newer version of this series
[Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations
Posted by Philippe Mathieu-Daudé 5 years, 3 months ago
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


Re: [Qemu-devel] [PATCH 00/33] typedefs: Remove scarcely used declarations
Posted by Philippe Mathieu-Daudé 5 years, 3 months ago
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'.