Restore import of config

This commit is contained in:
2025-08-30 20:16:13 -04:00
parent 64c4419546
commit 6bb9f4bf39
3 changed files with 66 additions and 56 deletions

View File

@@ -3,79 +3,38 @@
"description": "Ubuntu Desktop VM for development",
"cpu": {
"cores": 4,
"sockets": 1,
"threads": 1,
"model": "qemu64",
"enableKvm": true
"model": "host",
"sockets": 1
},
"memory": {
"size": 8192,
"unit": "M"
"sizeGB": 8
},
"storage": {
"disks": [
{
"path": "C:\\Users\\mahes\\Disks\\ubuntu-desktop.qcow2",
"size": 50,
"path": "ubuntu-desktop.qcow2",
"format": "qcow2",
"interface": "virtio",
"cache": "writeback",
"sizeGB": 50,
"isBoot": true
},
{
"path": "C:\\Users\\mahes\\Disks\\ubuntu-data.qcow2",
"size": 100,
"path": "ubuntu-data.qcow2",
"format": "qcow2",
"interface": "virtio",
"cache": "writeback",
"sizeGB": 100,
"isBoot": false
}
],
"cdrom": "C:\\Users\\mahes\\Downloads\\ubuntu-24.04.3-desktop-amd64.iso"
"cdrom": {
"path": "ubuntu-24.04.3-desktop-amd64.iso",
"isBoot": true
}
},
"network": {
"interfaces": [
{
"type": "bridge",
"model": "virtio-net-pci",
"mac": "52:54:00:12:34:56",
"bridge": "virbr0"
}
],
"bridge": "virbr0"
"backend": "user",
"device": "e1000"
},
"display": {
"type": "gtk",
"vga": "virtio",
"resolution": "1920x1080",
"enableSpice": true,
"spicePort": 5930
},
"boot": {
"order": ["c", "d", "n"],
"kernel": null,
"initrd": null,
"cmdline": null
},
"advanced": {
"enableAudio": true,
"enableUsb": true,
"enableBalloon": true,
"enableVirtioRng": true,
"enableVirtioFs": false,
"sharedFolders": [
{
"hostPath": "C:\\Users\\mahes\\Shared",
"guestPath": "/mnt/shared",
"readOnly": false
}
],
"extraArgs": [
"-enable-kvm",
"-cpu",
"host"
]
},
"created": "2024-01-01T10:00:00Z",
"lastModified": "2024-01-01T10:00:00Z"
"vga": "virtio"
}
}