<qyliss>
I realise it's not clear in that email what it actually means to somebody who hasn't been following the work, but essentially it means that it is now possible to run Wayland applications in one VM, and display them on a compositor in another VM, without overhead from e.g. tunneling Wayland over a network connection.
<bqv>
I'm not sure. My impression was just built from seeing a fairly minimal page (not a problem) that as I saw, just linked to the repos, which were fairly stale. I definitely wouldn't have thought to check a months old blog post for confirmation that it's still active
<qyliss>
I was referring to " For more frequent, detailed updates, a "This Week in Spectrum" message is posted on the “discuss” mailing list every week. "
<qyliss>
I suppose I could mention that first, above the blog.
<bqv>
Oh
<bqv>
Yeah I missed that
cole-h has joined #spectrum
jb55 has quit [Remote host closed the connection]
jb55 has joined #spectrum
cole-h has quit [Quit: Goodbye]
<qyliss>
It's looking like maybe vvu can do outbound traffic, but not inbound, or something like that
lejonet has joined #spectrum
<qyliss>
Somewhat good news
<qyliss>
I looked at the source code and it turns out inbound traffic is not actually implemented in the vvu driver yet
<qyliss>
(Why is this good news? Because it presumably will be at some point, and this means that I can just note that and move on.)
<qyliss>
So I can move on to trying to do vhost-user from crosvm
<qyliss>
VirtioDevice in cloud-hypervisor seems to be much closer to crosvm's than I recall Firecracker's being, which is nice for porting the vhost-user code.
<qyliss>
Oh wow cloud-hypervisor actually uses the rust-vmm crates