<qyliss>
Some small progress with crosvm -- I managed to add a subcommand "crosvm hello" that uses the IPC socket to ask a running crosvm to print "Hello world"
<qyliss>
I'm getting to know the codebase, which is good
<qyliss>
It's taken a lot of thinking to figure out what I actually need to implement, and to start to figure out how that should be done
<qyliss>
But this is really good progress!
<Shell>
nice
<qyliss>
I've been having trouble getting anywhere with this since the new year
<qyliss>
Just felt so intimidating
sudo has joined #spectrum
gowa has quit [Ping timeout: 268 seconds]
<lejonet>
qyliss: that is great progress, diving into a large codebase is always intimidating, so I understand your feeling there but nice that you've started and seem to make progress there :)
<IdleBot_5e50c57d>
Nice, IPC control of CrosVM! Now we just need to understand all of the security implications of dynamic reconfiguration…
<IdleBot_5e50c57d>
(But finding out how to add functionality to CrosVM is definitely great)
<pie_[bnc]>
(well..part of the sel4 project lookd kind of relevant to that but i doubt we could directly apply it)