Lines Matching full:socket

71     #[error("Error parsing --api-socket")]
190 Arg::new("api-socket") in get_cli_options_sorted()
191 .long("api-socket") in get_cli_options_sorted()
192 .help("HTTP API socket (UNIX domain socket): path=</path/to/a/file> or fd=<fd>.") in get_cli_options_sorted()
275 .help("GDB socket (UNIX domain socket): path=</path/to/a/file>") in get_cli_options_sorted()
413 … .help("Control serial port: off|null|pty|tty|file=</path/to/a/file>|socket=</path/to/a/file>") in get_cli_options_sorted()
509 if let Some(socket_config) = cmd_arguments.get_one::<String>("api-socket") { in start_vmm()
524 .get_one::<String>("api-socket") in start_vmm()
995 socket: None, in test_valid_vm_config_default()
1001 socket: None, in test_valid_vm_config_default()
1230 "vhost_user=true,socket=/tmp/sock1", in test_valid_vm_config_disks()
1249 "vhost_user=true,socket=/tmp/sock1", in test_valid_vm_config_disks()
1462 …ue", "--net", "mac=12:34:56:78:90:ab,host_mac=34:56:78:90:ab:cd,vhost_user=true,socket=/tmp/sock"], in test_valid_vm_config_net()
1508 "tag=virtiofs1,socket=/path/to/sock1", in test_valid_vm_config_fs()
1509 "tag=virtiofs2,socket=/path/to/sock2", in test_valid_vm_config_fs()
1515 {"tag": "virtiofs1", "socket": "/path/to/sock1"}, in test_valid_vm_config_fs()
1516 {"tag": "virtiofs2", "socket": "/path/to/sock2"} in test_valid_vm_config_fs()
1526 "tag=virtiofs1,socket=/path/to/sock1", in test_valid_vm_config_fs()
1527 "tag=virtiofs2,socket=/path/to/sock2", in test_valid_vm_config_fs()
1533 {"tag": "virtiofs1", "socket": "/path/to/sock1"} in test_valid_vm_config_fs()
1543 "tag=virtiofs1,socket=/path/to/sock1,num_queues=4", in test_valid_vm_config_fs()
1550 {"tag": "virtiofs1", "socket": "/path/to/sock1", "num_queues": 4} in test_valid_vm_config_fs()
1560 "tag=virtiofs1,socket=/path/to/sock1,num_queues=4,queue_size=128" in test_valid_vm_config_fs()
1567 … {"tag": "virtiofs1", "socket": "/path/to/sock1", "num_queues": 4, "queue_size": 128} in test_valid_vm_config_fs()
1916 "cid=123,socket=/path/to/sock/1", in test_valid_vm_config_vsock()
1920 "vsock": {"cid": 123, "socket": "/path/to/sock/1"} in test_valid_vm_config_vsock()
1930 "cid=124,socket=/path/to/sock/1", in test_valid_vm_config_vsock()
1934 "vsock": {"cid": 123, "socket": "/path/to/sock/1"} in test_valid_vm_config_vsock()
1945 "cid=123,socket=/path/to/sock/1,iommu=on", in test_valid_vm_config_vsock()
1949 "vsock": {"cid": 123, "socket": "/path/to/sock/1", "iommu": true}, in test_valid_vm_config_vsock()
1961 "cid=123,socket=/path/to/sock/1,iommu=on", in test_valid_vm_config_vsock()
1965 "vsock": {"cid": 123, "socket": "/path/to/sock/1", "iommu": true} in test_valid_vm_config_vsock()
1975 "cid=123,socket=/path/to/sock/1,iommu=off", in test_valid_vm_config_vsock()
1979 "vsock": {"cid": 123, "socket": "/path/to/sock/1", "iommu": false} in test_valid_vm_config_vsock()
1998 "socket=/path/to/tpm/sock", in test_valid_vm_config_tpm_socket()
2002 "tpm": {"socket": "/path/to/tpm/sock"} in test_valid_vm_config_tpm_socket()