-
Notifications
You must be signed in to change notification settings - Fork 738
docs #4297
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
Merged
Merged
docs #4297
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
1821ce2
docs: krunkit: needs macOS 14 at least
AkihiroSuda b9d50b0
docs: tidy up experimental pages
AkihiroSuda 0a2a771
docs: config/gpu: new page
AkihiroSuda 33fc9a5
docs: releases/deprecated: update
AkihiroSuda 9170996
docs: releases/breaking: new page
AkihiroSuda d98a351
docs: releases: add lifecycle table
AkihiroSuda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| title: GPU acceleration | ||
| weight: 90 | ||
| --- | ||
|
|
||
| Lima VM supports GPU acceleration for the following VM types: | ||
| - [krunkit](./vmtype/krunkit.md). | ||
|
|
||
| {{% alert title="Note" color=success %}} | ||
| "Lima" in this web site refers to [the Lima VM project](https://lima-vm.io). | ||
|
|
||
| The Lima VM project is unrelated to [the Lima driver project (driver for ARM Mali GPUs)](https://gitlab.freedesktop.org/lima), | ||
| which appears as "Lima" in the documentations of [Mesa 3D](https://docs.mesa3d.org/drivers/lima.html), etc. | ||
| {{% /alert %}} |
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: Breaking changes | ||
| weight: 20 | ||
| --- | ||
|
|
||
| ## [v2.0.0](https://github.com/lima-vm/lima/releases/tag/v2.0.0) | ||
| - `/tmp/lima` is no longer mounted by default. | ||
| - SSH port is no longer hard-coded to 60022 for the "default" instance. | ||
| - Port forwarding with `sudo nerdctl run -p` no longer works with nerdctl prior to v2.1.6. | ||
| - The default of `guestIPMustBeZero` was changed from `false` to `true` when `guestIP` is `0.0.0.0`. | ||
|
|
||
| ## [v1.1.0](https://github.com/lima-vm/lima/releases/tag/v1.1.0) | ||
| - The `lima-additional-guestagent` package was split from the main `lima` package. | ||
|
|
||
| ## [v1.0.0](https://github.com/lima-vm/lima/releases/tag/v1.0.0) | ||
| - The default [VM type](../config/vmtype/_index.md) was changed from `qemu` to `vz` on macOS hosts with the support for `vz`. | ||
| - The default [mount type](../config/mount.md) was changed from `reverse-sshfs` to `virtiofs` for `vz`, `9p` for `qemu`. | ||
| - `socket_vmnet` binary has to be strictly owned by root. | ||
| - The default value of `ssh.loadDotSSHPubKeys` was changed from `true` to `false`. | ||
| - Several templates were removed or renamed. | ||
|
|
||
| ## [v0.22.0](https://github.com/lima-vm/lima/releases/tag/v0.22.0) | ||
| - Support for `vde_vmnet` was dropped in favor of `socket_vmnet`. | ||
|
|
||
| ## [v0.3.0](https://github.com/lima-vm/lima/releases/tag/v0.3.0) | ||
| - `limactl start` no longer starts a VM in the foreground. | ||
|
|
||
| See also <https://github.com/lima-vm/lima/releases>. |
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should mention
template://URLs because they generate a warning now.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure.
The support for the old form is discouraged, but not planned to be removed so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One reason to document it as deprecated is to justify the noise you get when you use the old form: "If it is not deprecated, why does it generate a warning?"
And I think we should be able to remove it in Lima 3.0. Not sure if we will, because it is not blocking anything, but we could.