You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
Allocate application IDs for IOU nodes on the controller. An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610
Add nvme disk interface and fix scsi disk interface for Qemu VMs.
Disallow using "legacy networking mode" with Qemu >= 2.9.0
Add latest Qemu nic models.
Attempt to fix error when loading wmi module. Fixes #1712
Handle "aborted" state for VirtualBox VMs. Fixes #1702