Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Use cqfd -b format to reformat the code. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
The libvirt create command was not working because of the way the arguments were handled in the vm_manager_cmd.py file. The arguments were being set in a way that caused issues when the create command was executed in standalone. This commit fixes the issue by checking for the presence of the arguments before setting them, and by ensuring that the enable argument is set correctly based on the disable argument. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Add a set_autostart method to LibVirtManager and expose it through a new autostart() function and CLI subcommand (--enable/--disable). The create command now enables autostart by default (use --no-autostart to opt out). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
44cda9e to
693cd96
Compare
|
Merged
insatomcat
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add a set_autostart method to LibVirtManager and expose it through a new autostart() function and CLI subcommand (--enable/--disable).
The create command now enables autostart by default (use --no-autostart to opt out).
Also fix the create command in standalone mode, reformat the code and add CLAUDE.md file.
Close #78