mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
* Save state * Save state * Save state * Get the VM booting * VM booting * Disk mounting * CreateLinuxProcess * Move to a proper API * Implement env * Progress on fd * Redesign fork model * Add process wait & signal * Include nuget package * Format * Format * Format * Cleanup * Format * Format * Format * Fix nuspec * Implement VM termination * Add lsw dll * Implement termination callbacks * Save state * Various fixes in API header * Save state * Test coverage * Don't block all signals by default * Writeable overlay * Add struct keyword * rename WslCreateVirualMachine -> WslCreateVirtualMachine * rename Environmnent -> Environment * rename HandleToUlong -> HandleToULong * ensure correct amount of memory is used to create the LSW VM * Adjust LSWVirtualMachine::AttachDisk so it does not require caller to have elevated permission * Add missing struct keyword * PR feedback * PR review --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
WSL plugin api
This package contains the WslPluginApi.h header which defines the WSL plugin interface.
For more details, see: https://learn.microsoft.com/windows/wsl/ .