vhost: revert "vhost: disable for OABI"

This reverts commit d085eb8ce7 ("vhost: disable for OABI")
With commit "virtio: force spec specified alignment on types"
in place, we force proper alignment for all structures,
so there's no longer a reason to blacklist OABI.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
このコミットが含まれているのは:
Michael S. Tsirkin
2020-04-23 08:36:57 -04:00
コミット 213e772138
4個のファイルの変更7行の追加16行の削除

ファイルの表示

@@ -116,7 +116,7 @@ config MIC_COSM
config VOP
tristate "VOP Driver"
depends on VOP_BUS && VHOST_DPN
depends on VOP_BUS
select VHOST_RING
select VIRTIO
help