All,
I have pushed and tagged a new version of the hvac-demo repo.
I have also updated the pre-built container image at: docker.io/wmills/hvac-demo
Remember you may need to pull the container image again to see the new version: podman pull docker.io/wmills/hvac-demo - or - docker pull docker.io/wmills/hvac-demo
Changes include: * added demo-loopback to show virtio-msg-loopback (based on Viresh's work) * added demo-amp-qemu-pci with virtio-msg-amp on an emulated pcie card in QEMU * renamed all the demos to describe the demo instead of numbers * rebased demo-ffa-xen to use Viresh's latest kernel and rust code * other demos are just renamed
Old name New name ---------------------------------- new demo-loopback new demo-amp-qemu-pci demo1 demoo-ffa-xen demo2a (deleted) demo2b demo-proxy-qemu demo3 demo-amp-zephyr demo4 demo-amp-dual-linux
The following issues are known:
1) demo-ffa-xen hangs or crashes 1 out of 5 or 10 times Just run again if you see this
2) ./Build all does not build linux-virtio-msg-v2, use ./Build all linux-virtio-msg-amp-v2 You do not need to build the demos to run them
3) The timeout in demo-amp-dual-linux to too short for VERY slow systems Most people won't see this issue. I was testing on a RPiv5
Fixes for the last two issues are in the wip-v0.6-fixes branch.