diff --git a/docs/explanation/driver.md b/docs/explanation/driver.md index a09be282b1b..1803baa8662 100644 --- a/docs/explanation/driver.md +++ b/docs/explanation/driver.md @@ -14,7 +14,7 @@ On some platforms, it is possible to select a driver during installation. Until Different sets of drivers are available on different platforms: - On Linux, Multipass can be configured to use QEMU. As of Multipass version 1.16, LXD and libvirt are no longer available. -- On macOS, the options are QEMU and VirtualBox. As of Multipass version 1.13, Hyperkit is no longer available. +- On macOS, the options are QEMU, the Apple Virtualization framework (AppleVZ), and VirtualBox. As of Multipass version 1.13, Hyperkit is no longer available. - On Windows, Multipass uses Hyper-V (only available on Windows Pro) or VirtualBox. ## Default drivers @@ -46,9 +46,11 @@ There are two exceptions to the above: While we strive to offer a uniform interface across the board, not all features are available on all backends and there are some behaviour differences: -| Feature | Only supported on... | Notes | +| Feature | Not supported on... | Notes | |--- | --- | --- | -| **Native mounts** | | This affects the `--type` option in the [`mount`](/reference/command-line-interface/mount) command). | +| **Native mounts** | | This affects the `--type` option in the [`mount`](/reference/command-line-interface/mount) command). | +| **Snapshots** | | This affects the [`snapshot`](/reference/command-line-interface/snapshot) command. | +| **Suspend** | | This affects the [`suspend`](/reference/command-line-interface/suspend) command. |