cosmos
cosmos copied to clipboard
ClickOS toolstack
XCL doesn't properly parse domain IDs from the command line, only names.
I have recently compiled cosmos with DOMLIB=xcl. It works fine when I start a router configuration. But when I tried to stop the router instance with "cosmos stop click0", I...
This patch includes a macro from libvirt to fix issues with libxl_set_vcpuaffinity() that arise with newer xen versions. Beginning with version 4.5 the functions requires an additional parameter for 'VCPU...
Running `xl info` in order to define `XEN_HOST_VERSION` might require `sudo`.
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...