|
@@ -41,7 +41,8 @@ endif
|
|
softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files(tap_posix))
|
|
softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files(tap_posix))
|
|
softmmu_ss.add(when: 'CONFIG_WIN32', if_true: files('tap-win32.c'))
|
|
softmmu_ss.add(when: 'CONFIG_WIN32', if_true: files('tap-win32.c'))
|
|
if have_vhost_net_vdpa
|
|
if have_vhost_net_vdpa
|
|
- softmmu_ss.add(files('vhost-vdpa.c'))
|
|
|
|
|
|
+ softmmu_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('vhost-vdpa.c'), if_false: files('vhost-vdpa-stub.c'))
|
|
|
|
+ softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-vdpa-stub.c'))
|
|
endif
|
|
endif
|
|
|
|
|
|
vmnet_files = files(
|
|
vmnet_files = files(
|