vhost: remove assertion to prevent crash
commitf4bf56fb78ed0e9f60fa1ed656c14ff4c494da5a
authorJay Zhou <jianjay.zhou@huawei.com>
Fri, 12 Jan 2018 02:47:57 +0000 (12 10:47 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 18 Jan 2018 19:52:39 +0000 (18 21:52 +0200)
treed5a30ac7e2374d362cc7a927665d1938ed1e03ba
parent69aff030643c1616474458cf7e19fc15a5f8f462
vhost: remove assertion to prevent crash

QEMU will assert on vhost-user backed virtio device hotplug if QEMU is
using more RAM regions than VHOST_MEMORY_MAX_NREGIONS (for example if
it were started with a lot of DIMM devices).

Fix it by returning error instead of asserting and let callers of
vhost_set_mem_table() handle error condition gracefully.

Cc: qemu-stable@nongnu.org
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-user.c