You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, QEMU is targeting the old runtime system API. The new runtime includes some API changes for which QEMU needs to be adapted if we decide we need it (cc @ananos, @papazof).
If we decide that this makes sense for our use-cases, we need to fix the API in QEMU and add support in this project. This requires:
Adding our QEMU fork as a submodule here
Create the script for building it
From the virtio-accel project create an action (and adapt the build script) to create linux images suitable for QEMU
The text was updated successfully, but these errors were encountered:
The classify operation is implemented and working in the above branch. Should I try adding QEMU support in a branch here or do we need more from cloudkernels/qemu-vaccel ?
At the moment, QEMU is targeting the old runtime system API. The new runtime includes some API changes for which QEMU needs to be adapted if we decide we need it (cc @ananos, @papazof).
If we decide that this makes sense for our use-cases, we need to fix the API in QEMU and add support in this project. This requires:
The text was updated successfully, but these errors were encountered: