On Tue, 2016-02-23 at 22:28 +0900, Tristan Van Berkom wrote:
On Tue, 2016-02-23 at 10:00 +0000, Paul Sherwood wrote:
> On 2016-02-23 07:35, Tristan Van Berkom wrote:
> > On Mon, 2016-02-22 at 19:18 +0900, Tristan Van Berkom wrote:
> > [...]
> > > So in summary
> > > ~~~~~~~~~~~~~
> > >
> > > o The concept works well, we can build packages against the
> > > libc
> > > of
> > > our choosing using the cross compiler and aboriginal
> > > bootstrapping
> > > process.
> > >
> > > o Plugging this into YBD is tricky especially without any
> > > kind
> > > of
> > > nfs.
> > >
> > > o I'm trying to get the fs sharing working (nfs/virtfs or
> > > otherwise)
> > > but I could use a hand, I have a feeling that this could be
> > > much
> > > easier for someone who knows networking better than I do.
> >
> > Just a follow up...
> >
> > I have solved the 9p virtfs mount issue[0] after some hours
> > sprinkling
> > kernel code with debug statements. No need to figure out nfs
> > mounts.
>
> w00t! video or it didn't happen, though? :)
Hah, ok I'll screen cast tomorrow :)
I have virtio-serial devices setup now too so I can properly slave
the
aboriginal qemu env and tell it to do things, should make for a
better
screen cast :)
Alright, as promised:
https://people.gnome.org/~tvb/aboriginal.ogv
This was a hacky end of day screen cast... it's a bit fat at 187MB,
dont know how long I'll keep hosting it there...
Anyway it demonstrates a bit what is working so far, including the
virtfs sharing, and a script which controls the emulator from the host
asking the guest to do things (like build stuff) on the hosts' behalf.
So... It happened !
Cheers,
-Tristan