Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira Legacy
serverSystem Jira
columnskey,summary,type,resolution
columnIdsissuekey,summary,issuetype,resolution
maximumIssues30
jqlQueryproject = HVAC AND status = Closed AND resolved >= endOfMonth("-3") "2024/12/08" AND resolved <= endOfMonth("-1") "2024/12/31"
serverId59107c6f-1e52-32bc-b58f-400d54bba998

WIP Presentations

...

Meeting notes December 5

  • Updates from Armelle?

  • Updates from Edgar?

    • X86 to ARM now running Xen on both sides but using Dom0 only for now

    • Looking are running virtio-msg-proxy also as desire to run unmodified kernel, working with KVM having issues with Xen

      • Xen x86 Dom0 should work ok but having issues with DOMU memory, Doing Foreign map but that does not seem to be enough.

      • Maybe the IOMMU is not setup?

      • X86 DOM0 w/ qemu-proxy, DOMU has driver

      • ARM is having issues accessing

  • Updates from Viresh?

    • Meet to figure out how to test

    • At first will do FFA memory sharing but do it on the fly as with Xen

    • Vincent is already doing memory sharing with Secure World for his SCMI in secure world work

    • First memory sharing will be the virtqueues themselves

    • Then tackle buffers on the FLY

    • THIS IS NOT THE FINALE SOLUTION

    • Arnaud: I have something that is doing things

    • kmalloc with bounce buffer should be supported as a fallback always

    • The addresses used in virtqueues is mapped via the DMA layer anyway

    • FFA implementation updates

    • User space API /dev/virtio-msgN bus tied to underlying parent device

    • DOM0 start fixup, create device at first message

    • Branches in howto have been updated but not instructions

  • Updates from Bertrand?

  • Updates from Arnaud?

    • Updated I2C demo kernel side co-processor to kernel

    • Need buffers in each direction

    • How to handle errors?

    • Bertrand: I have error handling at FFA bus level

    • Started discussion of interrupt context vs not for I2C and GPIO

  • Updates from others?

...