Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep ID argument #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Keep ID argument #41

wants to merge 2 commits into from

Commits on Nov 28, 2021

  1. Add --keep-id argument to preserve VM ID

    get_vmids() is split out of get_free_vmid(), to make it common for new check_vmid_free().
    check_vmid_free() checks the availability of a vm id.
    get_free_vmid() would not use any free IDs before the lowest ID.
    The length to ID diff was replaced/refactored for readability.
    engelant authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    8cfa329 View commit details
    Browse the repository at this point in the history
  2. added --keep-id to README

    engelant authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    e7ffa97 View commit details
    Browse the repository at this point in the history