For uncompressed vma files:
vma config filename.vma
For vma.gz fies is like this:
zcat file.vma.gz | vma config -
Probably something like it for lzo too (probably using lzop). Basically you have to uncompress it on the fly and pass it to vma config.
Using it to reveal all names in the...
TRIM inside the vm will overwrite the unused parts with zeroes, but you will have to compact the qcow2 image from outside (by creating a copy for example), it does not shrink by itself.
Hi,
It seems that the "Use tablet for pointer" is not activated when the virtual machine is started (in the HTML5 vnc client the mouse cursor is not in sync). If its toggled on-off after start it will remain that way even if the guest is restarted.
I use spice/qxl video because Spice works way...