[Qemu-devel] [PATCH v1 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. Remove some unnecessary '\n' in error_report. Signed-off-by: Linhaifeng haifeng@huawei.com --- hw/virtio/vhost-user.c | 33 ++--- 1 file changed, 22

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

2015-02-09 Thread Gonglei
On 2015/2/10 13:48, linhaifeng wrote: From: Linhaifeng haifeng@huawei.com If u64 is not 0 we should return -1 to tell qemu not going on. Remove some unnecessary '\n' in error_report. Hi, haifeng: You'd better split a single patch to do this work, and using '--cover' argument for patch

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

2015-02-09 Thread Linhaifeng
On 2015/2/10 14:35, Gonglei wrote: On 2015/2/10 13:48, linhaifeng wrote: From: Linhaifeng haifeng@huawei.com If u64 is not 0 we should return -1 to tell qemu not going on. Remove some unnecessary '\n' in error_report. Hi, haifeng: You'd better split a single patch to do this work,