Skip to content

Instantly share code, notes, and snippets.

@gnoliyil
Created May 11, 2026 23:32
Show Gist options
  • Select an option

  • Save gnoliyil/657924a02c08a62f9ce787889b18fc00 to your computer and use it in GitHub Desktop.

Select an option

Save gnoliyil/657924a02c08a62f9ce787889b18fc00 to your computer and use it in GitHub Desktop.
Fuchsia Virtual Device
{
"schema_id": "http://fuchsia.com/schemas/sdk/virtual_device.json",
"data": {
"name": "workbench_emu",
"description": "",
"type": "virtual_device",
"hardware": {
"cpu": {
"arch": "x64",
"count": 4
},
"audio": {
"model": "hda"
},
"storage": {
"quantity": 10,
"units": "gigabytes"
},
"inputs": {
"pointing_device": "mouse"
},
"memory": {
"quantity": 8192,
"units": "megabytes"
},
"window_size": {
"height": 1200,
"width": 720,
"units": "pixels"
},
"vsock": {
"enabled": false,
"cid": 0
}
},
"ports": {
"mdns": 5353,
"adb": 5555,
"ssh": 22,
"debug": 2345
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment