summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/none/1815413
blob: 771f767054e0767be498c58d682a610b7e2ea97d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
device: 0.597
other: 0.503
semantic: 0.445
PID: 0.374
performance: 0.283
network: 0.206
graphic: 0.200
debug: 0.131
boot: 0.085
socket: 0.076
permissions: 0.072
files: 0.067
KVM: 0.030
vnc: 0.025

compile with vhost-vsock support on osx

compiling latest (3.1.0) on osx 10.14.3 with --enable-vhost-vsock and target = x86_64-softmmu results in compile errors:

Undefined symbols for architecture x86_64:
  "_vhost_dev_cleanup", referenced from:
      _vhost_vsock_device_realize in vhost-vsock.o
      _vhost_vsock_device_unrealize in vhost-vsock.o
  "_vhost_dev_disable_notifiers", referenced from:
      _vhost_vsock_set_status in vhost-vsock.o
  "_vhost_dev_enable_notifiers", referenced from:
      _vhost_vsock_set_status in vhost-vsock.o
  "_vhost_dev_init", referenced from:
      _vhost_vsock_device_realize in vhost-vsock.o
  "_vhost_dev_start", referenced from:
      _vhost_vsock_set_status in vhost-vsock.o
  "_vhost_dev_stop", referenced from:
      _vhost_vsock_set_status in vhost-vsock.o
  "_vhost_virtqueue_mask", referenced from:
      _vhost_vsock_set_status in vhost-vsock.o
      _vhost_vsock_guest_notifier_mask in vhost-vsock.o
     (maybe you meant: _cryptodev_vhost_virtqueue_mask)
  "_vhost_virtqueue_pending", referenced from:
      _vhost_vsock_guest_notifier_pending in vhost-vsock.o
     (maybe you meant: _cryptodev_vhost_virtqueue_pending)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

vhost devices are not available on macOS hosts, they are a Linux feature.