qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] bulk: Do not declare function prototypes using 'extern' keyword
@ 2023-06-05 17:56 Philippe Mathieu-Daudé
  2023-06-05 17:56 ` [PATCH v2 1/5] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-06-05 17:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, qemu-arm, qemu-block,
	Philippe Mathieu-Daudé

Since v2:
- Do not change variable declarations in "block/dmg.h" (danpb)
- Rebased
- Added R-b from v1

v1:
- Remove the 'extern' keyword on function prototypes declared
  in header.
- Replace __attribute__((noreturn)) -> G_NORETURN
- Trivial cleanups to keep the previous commits generic.

Based-on: <20230605174146.87440-1-philmd@linaro.org>

Philippe Mathieu-Daudé (5):
  util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
  tcg/tcg-op-vec: Remove left over _link_error() definitions
  qemu/uri: Use QueryParams type definition
  bulk: Do not declare function prototypes using 'extern' keyword
  bulk: Replace __attribute__((noreturn)) -> G_NORETURN

 bsd-user/bsd-file.h            |  6 ++---
 crypto/hmacpriv.h              | 13 +++++------
 hw/xen/xen_pt.h                |  8 +++----
 include/crypto/secret_common.h | 14 +++++-------
 include/exec/page-vary.h       |  4 ++--
 include/hw/misc/aspeed_scu.h   |  2 +-
 include/hw/nvram/npcm7xx_otp.h |  4 ++--
 include/hw/qdev-core.h         |  4 ++--
 include/qemu/crc-ccitt.h       |  4 ++--
 include/qemu/osdep.h           |  4 ++--
 include/qemu/rcu.h             | 14 ++++++------
 include/qemu/sys_membarrier.h  |  4 ++--
 include/qemu/uri.h             |  6 ++---
 include/sysemu/accel-blocker.h | 14 ++++++------
 include/sysemu/os-win32.h      |  4 ++--
 include/user/safe-syscall.h    |  4 ++--
 target/i386/sev.h              |  6 ++---
 target/mips/cpu.h              |  4 ++--
 tcg/tcg-internal.h             |  4 ++--
 include/exec/memory_ldst.h.inc | 42 +++++++++++++++++-----------------
 tcg/tcg-op-vec.c               | 11 ---------
 tests/migration/stress.c       |  2 +-
 util/cacheflush.c              |  4 ++--
 23 files changed, 82 insertions(+), 100 deletions(-)

-- 
2.38.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-06-06  9:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 17:56 [PATCH v2 0/5] bulk: Do not declare function prototypes using 'extern' keyword Philippe Mathieu-Daudé
2023-06-05 17:56 ` [PATCH v2 1/5] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin Philippe Mathieu-Daudé
2023-06-05 19:19   ` Richard Henderson
2023-06-05 17:56 ` [PATCH v2 2/5] tcg/tcg-op-vec: Remove left over _link_error() definitions Philippe Mathieu-Daudé
2023-06-05 19:20   ` Richard Henderson
2023-06-05 17:56 ` [PATCH v2 3/5] qemu/uri: Use QueryParams type definition Philippe Mathieu-Daudé
2023-06-06  9:22   ` Peter Maydell
2023-06-05 17:56 ` [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword Philippe Mathieu-Daudé
2023-06-06  9:25   ` Peter Maydell
2023-06-05 17:56 ` [PATCH v2 5/5] bulk: Replace __attribute__((noreturn)) -> G_NORETURN Philippe Mathieu-Daudé
2023-06-05 19:30   ` Richard Henderson

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).