summaryrefslogtreecommitdiff
path: root/src/libvirt.rs
AgeCommit message (Expand)AuthorFilesLines
2023-09-01fix: include filename in error message of being unable to rm imageLars Wirzenius1-2/+7
2023-04-07fix: bump dependency on virt, fix breakageLars Wirzenius1-3/+2
2021-07-24refactor: simplify Ok(...?) to just ...Lars Wirzenius1-1/+1
2021-03-25feat: allow ~/ in config, specification filesLars Wirzenius1-1/+1
2021-03-25refactor: clean up warnings found by clippyLars Wirzenius1-9/+6
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-16/+84
2021-03-24fix: don't fail if VM is already running and start is requestedLars Wirzenius1-2/+4
2021-03-24refactor: when starting, stopping do all VMs at onceLars Wirzenius1-1/+9
2021-03-24refactor: when deleting, ask all VMs to shut down at once, for speedLars Wirzenius1-5/+13
2021-03-21feat: optionally mark new VM as autostartedLars Wirzenius1-0/+7
2021-03-14fix: VMs can be restartedLars Wirzenius1-5/+70
2021-03-13refactor: add a light abstraction over libvirt bindingsLars Wirzenius1-0/+111