All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] Target-info update for 2026-05-14
@ 2026-05-14 19:54 Pierrick Bouvier
  2026-05-14 19:54 ` [PULL 1/5] qom/object: register OBJECT and INTERFACE QOM types before main Pierrick Bouvier
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Pierrick Bouvier @ 2026-05-14 19:54 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, richard.henderson, pbonzini, stefanha
  Cc: pierrick.bouvier

The following changes since commit edcc429e9e41a8e0e415dcdab6aa52ad17ef8889:

  Merge tag 'pbouvier/pr/docs-20260513' of https://gitlab.com/p-b-o/qemu into staging (2026-05-14 10:18:06 -0400)

are available in the Git repository at:

  https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/target_info-20260514

for you to fetch changes up to 669f866946289ec783b526924aa91f7847b0551e:

  target-info: replace target_info() in system-mode (2026-05-14 10:41:17 -0700)

----------------------------------------------------------------
Changes:
- [PATCH v7 0/5] single-binary: deduplicate target_info() (Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>)
  Link: https://lore.kernel.org/qemu-devel/20260514172303.1484273-1-pierrick.bouvier@oss.qualcomm.com

----------------------------------------------------------------
Pierrick Bouvier (5):
      qom/object: register OBJECT and INTERFACE QOM types before main
      qom/object: initialize type_table in static ctor with fundamental QOM types
      target-info: introduce TargetInfo in QOM
      target-info-qom: detect target from QOM
      target-info: replace target_info() in system-mode

 configs/targets/aarch64-softmmu.c |  6 ++---
 configs/targets/arm-softmmu.c     |  6 ++---
 include/qemu/module.h             |  1 +
 include/qemu/target-info-init.h   | 53 +++++++++++++++++++++++++++++++++++++++
 include/qemu/target-info-qom.h    | 30 ++++++++++++++++++++++
 qom/object.c                      | 22 +++++-----------
 system/vl.c                       |  4 +++
 target-info-qom.c                 | 45 +++++++++++++++++++++++++++++++++
 target-info-stub.c                |  6 ++---
 tests/qtest/fuzz/fuzz.c           |  3 +++
 10 files changed, 148 insertions(+), 28 deletions(-)
 create mode 100644 include/qemu/target-info-init.h
 create mode 100644 include/qemu/target-info-qom.h


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

end of thread, other threads:[~2026-05-18 12:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14 19:54 [PULL 0/5] Target-info update for 2026-05-14 Pierrick Bouvier
2026-05-14 19:54 ` [PULL 1/5] qom/object: register OBJECT and INTERFACE QOM types before main Pierrick Bouvier
2026-05-14 19:54 ` [PULL 2/5] qom/object: initialize type_table in static ctor with fundamental QOM types Pierrick Bouvier
2026-05-14 19:54 ` [PULL 3/5] target-info: introduce TargetInfo in QOM Pierrick Bouvier
2026-05-14 19:54 ` [PULL 4/5] target-info-qom: detect target from QOM Pierrick Bouvier
2026-05-14 19:54 ` [PULL 5/5] target-info: replace target_info() in system-mode Pierrick Bouvier
2026-05-14 19:57 ` [PULL 0/5] Target-info update for 2026-05-14 Pierrick Bouvier
2026-05-16 23:25 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.