debug network config
This commit is contained in:
@@ -34,7 +34,9 @@ public class QemuCommandBuilder
|
|||||||
AddStorageConfiguration();
|
AddStorageConfiguration();
|
||||||
|
|
||||||
// Network configuration
|
// Network configuration
|
||||||
|
Console.WriteLine("Debug: About to add network configuration");
|
||||||
AddNetworkConfiguration();
|
AddNetworkConfiguration();
|
||||||
|
Console.WriteLine("Debug: Network configuration added");
|
||||||
|
|
||||||
// Display configuration
|
// Display configuration
|
||||||
AddDisplayConfiguration();
|
AddDisplayConfiguration();
|
||||||
@@ -230,6 +232,8 @@ public class QemuCommandBuilder
|
|||||||
{
|
{
|
||||||
var network = _config.Network;
|
var network = _config.Network;
|
||||||
|
|
||||||
|
Console.WriteLine($"Debug: Network configuration - Interfaces count: {network.Interfaces.Count}");
|
||||||
|
|
||||||
for (int i = 0; i < network.Interfaces.Count; i++)
|
for (int i = 0; i < network.Interfaces.Count; i++)
|
||||||
{
|
{
|
||||||
var nic = network.Interfaces[i];
|
var nic = network.Interfaces[i];
|
||||||
|
Reference in New Issue
Block a user