qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Add support for generating OpenSBI domains in the device tree
@ 2024-07-26 18:43 Gregor Haas
  2024-07-26 18:43 ` [PATCH v2 1/1] " Gregor Haas
  0 siblings, 1 reply; 4+ messages in thread
From: Gregor Haas @ 2024-07-26 18:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-riscv, atishp, dbarboza, alistair.francis, Gregor Haas

v2:
- Addressed review comments from v1. Specifically, renamed domain.{c,h} ->
  opensbi_domain.{c,h} to increase clarity of what these files do. Also, more
  consistently use g_autofree for dynamically allocated variables
- Added an "assign" flag to OpenSBIDomainState, which indicates whether to
  assign the domain's boot hart to it at domain parsing time.

Gregor Haas (1):
  Add support for generating OpenSBI domains in the device tree

 MAINTAINERS                       |   7 +
 hw/riscv/Kconfig                  |   4 +
 hw/riscv/meson.build              |   1 +
 hw/riscv/opensbi_domain.c         | 428 ++++++++++++++++++++++++++++++
 hw/riscv/virt.c                   |   3 +
 include/hw/riscv/opensbi_domain.h |  51 ++++
 6 files changed, 494 insertions(+)
 create mode 100644 hw/riscv/opensbi_domain.c
 create mode 100644 include/hw/riscv/opensbi_domain.h

-- 
2.45.2



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

end of thread, other threads:[~2024-08-05 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 18:43 [PATCH v2 0/1] Add support for generating OpenSBI domains in the device tree Gregor Haas
2024-07-26 18:43 ` [PATCH v2 1/1] " Gregor Haas
2024-08-04 19:04   ` Daniel Henrique Barboza
2024-08-05 20:15     ` Gregor Haas

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