aboutsummaryrefslogtreecommitdiffstats
path: root/tdfvm-install
Commit message (Collapse)AuthorAgeFiles
* QEMU Guest Agent bug mititigation for libvirt 1.2.9.Guilhem Moulin2016-11-021
|
* xmlstarlet: Omit XML declaration.Guilhem Moulin2016-11-021
| | | | To match output of `virsh dumpxml`.
* typoGuilhem Moulin2016-11-021
|
* Use the QEMU Guest Agent to retrive public key material.Guilhem Moulin2016-10-231
| | | | | | | Unlike filesystem passthrough (9p VirtFS), this allows us to create guests remotely without using sudo privileges. (We can't do this with VirtFS currently due to lack of relabelling, and the kernel won't let us `chgrp libvirt-qemu` without sudoing.)
* Configure a security label.Guilhem Moulin2016-10-211
| | | | Cf. https://libvirt.org/formatdomain.html#seclabel
* Export libvirt's XML definition before auto-generation.Guilhem Moulin2016-10-211
| | | | | | | The file contains an autogenerated UUID for the domain and a MAC address for each NIC, but no autogenerated socket name or PCI address. Expanded information, such as CPU features exposed to the guest, are not exported either.
* Attach a VirtIO RNG to the guest (and don't install haveged).Guilhem Moulin2016-10-211
| | | | To avoid starving the host's RNG we also limit throughput to 512 bytes/s.
* Remove libvirt-generated UNIX sockets.Guilhem Moulin2016-10-191
|
* Improve listing of ssh keys and exported files.Guilhem Moulin2016-10-191
|
* virt-install: use a SATA bus for the installation cdrom.Guilhem Moulin2016-10-191
|
* More accurate dependency check.Guilhem Moulin2016-10-191
|
* wibbleGuilhem Moulin2016-10-191
|
* virsh, virt-install: explicitly pass connect URI "qemu:///system"Guilhem Moulin2016-10-191
|
* Add script to install new virtual machines.Guilhem Moulin2016-10-191