Add QCow2 file format support on backend

This commit is contained in:
2025-05-21 22:32:08 +02:00
parent 01f26c1a79
commit 1e8394b3c4
5 changed files with 228 additions and 138 deletions

11
virtweb_docs/REFERENCE.md Normal file
View File

@ -0,0 +1,11 @@
## References
### LibVirt XML documentation
* Online: https://libvirt.org/format.html
* Offline with Ubuntu:
```bash
sudo apt install libvirt-doc
firefox /usr/share/doc/libvirt-doc/html/index.html
```