[Qemu-devel] [PATCH 2/2] vhost-user: add reply for set_mem_table

2015-02-09 Thread linhaifeng
From: Linhaifeng haifeng@huawei.com If u64 is not 0 we should return -1 to tell qemu not going on. Signed-off-by: Linhaifeng haifeng@huawei.com --- hw/virtio/vhost-user.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hw/virtio/vhost-user.c

Re: [Qemu-devel] [PATCH 2/2] vhost-user: add reply for set_mem_table

2015-02-09 Thread Gonglei
On 2015/2/10 11:24, linhaifeng wrote: From: Linhaifeng haifeng@huawei.com If u64 is not 0 we should return -1 to tell qemu not going on. Signed-off-by: Linhaifeng haifeng@huawei.com --- hw/virtio/vhost-user.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH 2/2] vhost-user: add reply for set_mem_table

2015-02-09 Thread Linhaifeng
On 2015/2/10 11:57, Gonglei wrote: On 2015/2/10 11:24, linhaifeng wrote: From: Linhaifeng haifeng@huawei.com If u64 is not 0 we should return -1 to tell qemu not going on. Signed-off-by: Linhaifeng haifeng@huawei.com --- hw/virtio/vhost-user.c | 13 - 1 file