Following up with my intial RFC, here is an updated version that adds
support for PCI devices as well as an (optional) console.
It also embeds an example (not tested though) that shows the differences
with and without the usage of these helper functions, as suggested by Jan.

Stephane Viau (2):
  [RFC] configs: Introduce helper files to create inmate cell config
  [RFC] configs: imx8mp: Convert a cell using helper files

 configs/arm64/cell-create.h        |  67 ++++++++++++
 configs/arm64/cell-helper.h        | 108 +++++++++++++++++++
 configs/arm64/cell-template.c      |  51 +++++++++
 configs/arm64/imx8mp-inmate-demo.c | 163 +++++++++--------------------
 4 files changed, 273 insertions(+), 116 deletions(-)
 create mode 100644 configs/arm64/cell-create.h
 create mode 100644 configs/arm64/cell-helper.h
 create mode 100644 configs/arm64/cell-template.c

-- 
2.34.0

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/20211130232013.395-1-stephane.viau%40oss.nxp.com.

Reply via email to