genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
20 stars 17 forks source link

Please provide a way to run a scenario based on qemu #32

Open l-johanson opened 1 year ago

l-johanson commented 1 year ago

I have a test scenario, which uses the component vbox5. Running it on top of the linux-runtime is not supported. I would like to add a qemu-runtime so the scenario can be tested like in the genode-repository:

Would you like to implement this or if not, are there any valuable hints you might give me concerning the implementation?

Kind regards, Lars

jschlatow commented 1 year ago

@l-johanson With the recent restructuring in the scope of #44, we cleared the way for implementing a qemu target (or qemu-pc to distinguish it from other architectures). Are you interested in implementing this?