Re: [RFC] virtio testing framework

2024-05-31 Thread Tomek CEDRO
FreeBSD can act as host for other (RT)OS under VM sharing peripherals over VirtIO which is quite convenient for testing, CI, etc :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [RFC] virtio testing framework

2024-05-31 Thread Mario Marietto
I mean,what's the purpose of using "NuttX RTOS on RV in a web browser using TinyEMU + VirtIO" ? On Fri, May 31, 2024 at 6:07 AM Emil Tsalapatis wrote: > Not sure about the followup, but the patch I describe in the original post > allows us to write and run tests for virtio drivers inside a VM. I

Re: [RFC] virtio testing framework

2024-05-30 Thread Emil Tsalapatis
Not sure about the followup, but the patch I describe in the original post allows us to write and run tests for virtio drivers inside a VM. I originally wrote this because we have tests for the virtiofs paravirt device where we need to run both the paravirt driver and the device emulation in the sa

Re: [RFC] virtio testing framework

2024-05-30 Thread Mario Marietto
Can someone explain to me what the purpose of what you are talking about ? On Thu, May 30, 2024 at 10:38 PM Tomek CEDRO wrote: > Awesome!! Congrats :-) > > Here is some example of running NuttX RTOS on RV in a web browser using > TinyEMU + VirtIO :-) > > https://github.com/lupyuen/nuttx-tinyemu

Re: [RFC] virtio testing framework

2024-05-30 Thread Tomek CEDRO
Awesome!! Congrats :-) Here is some example of running NuttX RTOS on RV in a web browser using TinyEMU + VirtIO :-) https://github.com/lupyuen/nuttx-tinyemu -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Thu, May 30, 2024, 22:16 Emil Tsalapatis wrote: > Hi everyone, > > while developi