[Gta04-owner] qte build
radek polak
psonek2 at seznam.cz
Fri Apr 6 14:14:05 CEST 2018
> The main problem is to neatly (and automatically) get the built results
> out of this virtual system.
This is really easy. You can tell qemu to port forward guest ssh port:
-redir tcp:22222::22
Now you can ssh to qemu guest like:
ssh -p 22222 root at localhost
And even mount it:
sshfs -p 22222 root at localhost:/ /mnt/qemu
And guest->host works automatically via qemu emulated network.
For me this worked perfectly and qemu was fast enough on my PC which is some
Core i7. But probably today ARM machines native compiling is faster.
BR
Radek
More information about the Gta04-owner
mailing list