File tree Expand file tree Collapse file tree
ShpCore.Kernel/VM_subsystem Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # test must target csproj test file
3+ test :
4+ dotnet test SharpCore-Kernel.sln
5+
6+ build :
7+ dotnet build SharpCore-Kernel.sln
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ private void PreflightCheck()
9494 throw ;
9595 }
9696
97- // (sigue con validación de puerto, procesos zombie, etc.)
98-
99-
10097
10198 // Asignación dinámica de puerto si es necesario
10299 if ( _options . Port == 0 )
@@ -298,7 +295,7 @@ public class QemuOptions
298295 public string ExtraArgs { get ; set ; } = string . Empty ;
299296 public int Port { get ; set ; } = 0 ; // 0 = buscar uno libre
300297 public int StartPort { get ; set ; } = 5000 ;
301- public string SharedFolder { get ; set ; } = "/path/to/share" ; // ¡Personalizable!
298+ public string SharedFolder { get ; set ; } = string . Empty ; // ¡Personalizable!
302299}
303300
304301
You can’t perform that action at this time.
0 commit comments