multipass-test:replace-hyperkit-readme

Last commit made on 2023-02-09
Get this branch:
git clone -b replace-hyperkit-readme https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
replace-hyperkit-readme
Repository:
lp:multipass-test

Recent commits

8077b95... by Ricardo Abreu

[readme] Replace mention of Hyperkit with QEMU

e8620a8... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2860

2860: Hyperkit migration r=townsend2010 a=ricab

Complete implementation for Hyperkit migration. Fixes #2326.

I am closing the intermediate PRs now, but leaving the branches around, in case anyone prefers to review review in steps.

Co-authored-by: Ricardo Abreu <email address hidden>

6575e2c... by Ricardo Abreu

[daemon] Further fine-tune user messaging

ebd244b... by Ricardo Abreu

[daemon] Improve msgs around Hyperkit deprecation

Addresses review comments.

97860fb... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2903

2903: Mount handler tests r=townsend2010 a=andrei-toterman

Follow-up to #2835 to add unit tests for the new mount handlers implementations.

Co-authored-by: Andrei Toterman <email address hidden>

341df35... by Andrei Toterman

[tests] test daemon mount/umount

23198ab... by Andrei Toterman

[tests] test sshfs mount handler

a19a490... by Andrei Toterman

[tests] test qemu mount handler

9eeb3f6... by Andrei Toterman

mock and stub mount handler

619f988... by Chris Townsend <email address hidden>

Merge #2745

2745: Blueprints v2 with loading from URL r=townsend2010 a=luis4a0

This PR introduces fetching images from URL on Blueprints. Since the images are only intended to be created in AMD64 and ARM64, adding this feature to Blueprints makes the YAML format used in the old Blueprints incompatible. For this, we introduce a new version of Blueprints, v2.

Fixes #2671.

Co-authored-by: Luis PeƱaranda <email address hidden>