Merge tag 'misc-20230831' of https://github.com/philmd/qemu into staging
Misc patches queue Build fixes: - Only define OS_OBJECT_USE_OBJC with gcc Overall cleanups: - Do not declare function prototypes using 'extern' keyword - Remove unmaintained HAX accelerator - Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE instead of boolean - Avoid modifying QOM class internals from instance in pmbus_device - Avoid variable-length array in xhci_get_port_bandwidth - Remove unuseful kvmclock_create() stub - Style: permit inline loop variables - Various header cleanups - Various spelling fixes # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmTw0oUACgkQ4+MsLN6t # wN7nZQ/+Jyrw1TnHiKV8nS5NKtQIszMTcAbrcuV8YCk0XgwprmrLzxOsOcVOU+MN # C9SHOhGGcu8NKho73CDrsKqye/IKm8rumMm0hcZrtqGS+3MX9RQzDBUgRgihgD9b # 78Pmiz/91mrsV4zjXBkWLILipjDUwAL0oXh+MLfkmkTdzJMVfllF5KfF+hdOipwq # +ECOzwEAFUtCWQk51aLGfrg9SarKC2jtRBEvd1RhwfvXAMCdGP9+pfXJQqkT7ZTK # Hf4TuOHkzZjHumHGGcJn+P1WHM6W3ILdocG7AAl+/0Jwkx4vhR+6MENJGLxqg4pa # VTnOpJiL/HsY8319mTswTmlxqmotEDakGjdaRm4ClWPxPksF7zQkdTspBx0/Qayu # SPr7U5gFLPXMhCpMnrznvjCS+C/dqLYrJAczs9Ecv6KawOIwMiPRzc0SyimCV4DI # kcpL88Vn4unoBCF7AdiDluPoY2Q41TZ6gRa7B1/nI/4j9Y+Gs/gWQxYHjMlDso+O # sNgMJ+sqIPW9n1vhl9s6AQweBYnMRW34A5iok9MV0HyFTxNKMoCoR8Ssfk9YzT+L # mK5a9AfgT8FrhtQXQz6ojIPFM8Q4zGcAQOMudpPiDICDAJaPuUpzL3XVwStT6Rfc # YL0+Nb+Ja5hPh0fAhgX3BH0EsqruW+DA8rEZfIgAIXDbOC5QFIo= # =SVsZ # -----END PGP SIGNATURE----- # gpg: Signature made Thu 31 Aug 2023 13:48:53 EDT # gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE * tag 'misc-20230831' of https://github.com/philmd/qemu : (39 commits) build: Only define OS_OBJECT_USE_OBJC with gcc tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc ui: spelling fixes util: spelling fixes util/fifo8: Fix typo in fifo8_push_all() description hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h' hw/i386: Remove unuseful kvmclock_create() stub hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth() hw/usb: spelling fixes hw/sd: spelling fixes hw/mips: spelling fixes hw/display: spelling fixes hw/ide: spelling fixes hw/i2c: spelling fixes hw/i2c/pmbus_device: Fix modifying QOM class internals from instance hw/char/pl011: Replace magic values by register field definitions hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions hw/char/pl011: Display register name in trace events hw/char/pl011: Restrict MemoryRegionOps implementation access sizes hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE ... Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
No related branches found
No related tags found
Showing
- MAINTAINERS 0 additions, 8 deletionsMAINTAINERS
- accel/Kconfig 0 additions, 3 deletionsaccel/Kconfig
- accel/stubs/hax-stub.c 0 additions, 24 deletionsaccel/stubs/hax-stub.c
- accel/stubs/meson.build 0 additions, 1 deletionaccel/stubs/meson.build
- accel/tcg/tb-maint.c 1 addition, 1 deletionaccel/tcg/tb-maint.c
- bsd-user/bsd-file.h 2 additions, 4 deletionsbsd-user/bsd-file.h
- contrib/plugins/cache.c 1 addition, 1 deletioncontrib/plugins/cache.c
- contrib/plugins/lockstep.c 1 addition, 1 deletioncontrib/plugins/lockstep.c
- crypto/hmacpriv.h 6 additions, 7 deletionscrypto/hmacpriv.h
- docs/about/build-platforms.rst 1 addition, 1 deletiondocs/about/build-platforms.rst
- docs/about/deprecated.rst 0 additions, 6 deletionsdocs/about/deprecated.rst
- docs/about/index.rst 1 addition, 1 deletiondocs/about/index.rst
- docs/about/removed-features.rst 7 additions, 4 deletionsdocs/about/removed-features.rst
- docs/system/index.rst 1 addition, 1 deletiondocs/system/index.rst
- docs/system/introduction.rst 0 additions, 3 deletionsdocs/system/introduction.rst
- hw/char/cadence_uart.c 4 additions, 4 deletionshw/char/cadence_uart.c
- hw/char/cmsdk-apb-uart.c 3 additions, 3 deletionshw/char/cmsdk-apb-uart.c
- hw/char/ibex_uart.c 4 additions, 4 deletionshw/char/ibex_uart.c
- hw/char/nrf51_uart.c 2 additions, 2 deletionshw/char/nrf51_uart.c
- hw/char/pl011.c 42 additions, 16 deletionshw/char/pl011.c
Loading
Please register or sign in to comment