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

Update go-qcow2reader to 0.6.0 #2933

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

nirs
Copy link
Member

@nirs nirs commented Nov 21, 2024

This must be manual updated since this version made incompatible
changes.

With this version we cannot track conversion progress using the image,
since convert reads only the allocated extents of the image. We need to
pass the progress bar using convert.Options.

pb.ProgressBar need to be adapted to convert.Updater interface, so
progressbar returns now our own type. This can be used later for other
improvement like hiding the progress bar.

This must be manual updated since this version made incompatible
changes.

With this version we cannot track conversion progress using the image,
since convert reads only the allocated extents of the image. We need to
pass the progress bar using convert.Options.

pb.ProgressBar need to be adapted to convert.Updater interface, so
progressbar returns now our own type. This can be used later for other
improvement like hiding the progress bar.

Signed-off-by: Nir Soffer <[email protected]>
@nirs nirs changed the title Update for new go-qcow2reader convert interface Update go-qcow2reader to 0.6.0 Nov 25, 2024
@nirs nirs marked this pull request as ready for review November 25, 2024 12:48
@nirs nirs requested review from AkihiroSuda and jandubois and removed request for a team November 25, 2024 12:48
@nirs nirs added this to the v1.0.2 milestone Nov 25, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 2c77ffc into lima-vm:master Nov 26, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants