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

[snapshots] Fix QEMU backend refusing available snapshot names #3158

Merged
merged 3 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. [qemu] Look for whitespace-terminated snapshot tag

    When looking for existing snapshot names, look for whitespace-terminated
    names only, to avoid matching on prefixes.
    ricab committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4f4a527 View commit details
    Browse the repository at this point in the history
  2. [qemu] Avoid intermediate strings

    Avoid intermediate strings when looking for existing snapshot names.
    ricab committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6b81eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. [tests] Adapt to whitespace-ending snapshot tags

    Fix failing tests by adapting to the QEMU backend now expecting the
    snapshot tag column to end in whitespace.
    ricab committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f2b87f8 View commit details
    Browse the repository at this point in the history