[PATCH] sh4: Coding style: Remove tabs

2023-11-24 Thread xun
From: Yihuan Pan Replaces TABS with spaces to ensure have a consistent coding style with an indentation of 4 spaces in the SH4 subsystem. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/376 Signed-off-by: Yihuan Pan --- linux-user/sh4/termbits.h | 204 +++--- target/sh4/cpu.h

[PATCH] vhost: also check queue state in the vhost_dev_set_log error routine

2022-06-09 Thread Ni Xun
From: Ni Xun When check queue state in the vhost_dev_set_log routine, it miss the error routine check, this patch also check queue state in error case. Fixes: 1e5a050f5798 ("check queue state in the vhost_dev_set_log routine") Signed-off-by: Ni Xun Reviewed-by: Zhigang Lu ---

Re: [PATCH] resend slave fd to vhost when reconnect to vhost

2020-04-18 Thread xun ni
oh, yes, there is some mis-config here, thanks for pointing that out. looks like the upstream has fixed it. Thanks, Xun Raphael Norwitz 于2020年4月18日周六 上午9:46写道: > > On Fri, Apr 17, 2020 at 01:14:00PM +0800, ni.xun.in...@gmail.com wrote: > > > > From: Ni Xun > > > &

[PATCH] resend slave fd to vhost when reconnect to vhost

2020-04-17 Thread ni . xun . intel
From: Ni Xun when reconnecting to vhost server, it doesn't send slave fd to vhost as the slave fd is only sent in vhost_user_init. also resend the slave fd in vhost reconnect. Signed-off-by: Ni Xun Signed-off-by: Lu Zhigang Signed-off-by: Yan Miao Signed-off-by: lucascye --- hw/block/