João Martins
João Martins
VLC ignores speex.js-generated ogg files, because granule_pos is not correctly updated. This field in the Ogg header describes the number of samples that the encoded audio has. `libogg` checks whether...
This PR removes LWIP from the building, and instead making it as an option. Besides speeding up the builds, it also decreases image size.
lwip=n currently doesn't work. Some guests like ClickOS doesn't require lwip and thus this option should work properly. Suggestion: We still can use the headers, and just define the network-host...
It would be nice to resort to the suspend event channel instead of slow xenstore signalling for suspend/resume.
Currently Suspend/Resume is only supported for DOMLIB=xl
Every command is made on the context of a domain name with any of the DOMLIB built in. With DOMLIB=none we use domain `id` for this, though it causes some...
`libxcl` was originally created for ClickOS guests, that do not require a FS to work. Could be useful for other minimalistic guests to benefit from our stripped down toolstack. For...