Re: [PATCH] qemu-options.hx: Fix typo for netdev documentation

2020-08-27 Thread Tianjia Zhang
Hi, Other opinions needed? Thanks, Tianjia On 7/27/20 5:44 PM, Michael S. Tsirkin wrote: On Mon, Jul 27, 2020 at 12:59:25PM +0800, Tianjia Zhang wrote: This patch fixes the netdev document description typo in qemu-option.hx. Signed-off-by: Tianjia Zhang Reviewed-by: Michael S. Tsirkin

Re: [PATCH] qemu-options.hx: Fix typo for netdev documentation

2020-07-28 Thread Tianjia Zhang
On 2020/7/27 17:44, Michael S. Tsirkin wrote: On Mon, Jul 27, 2020 at 12:59:25PM +0800, Tianjia Zhang wrote: This patch fixes the netdev document description typo in qemu-option.hx. Signed-off-by: Tianjia Zhang Reviewed-by: Michael S. Tsirkin Trivial tree? Jason's ? It's

[PATCH] qemu-options.hx: Fix typo for netdev documentation

2020-07-26 Thread Tianjia Zhang
This patch fixes the netdev document description typo in qemu-option.hx. Signed-off-by: Tianjia Zhang --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 708583b4ce..92556ed96d 100644 --- a/qemu-options.hx +++ b/qemu

Re: [PATCH] tests: Fix a bug with count variables

2020-03-06 Thread Tianjia Zhang
On 2020/3/6 18:53, Stefan Hajnoczi wrote: On Fri, Feb 07, 2020 at 07:54:33PM +0800, Tianjia Zhang wrote: The counting code here should use the local variable n_nodes_local. Otherwise, the variable n_nodes is counting incorrectly, causing the counting logic of the code to be wrong. Signed

Re: [PATCH] tests: Fix a bug with count variables

2020-03-06 Thread Tianjia Zhang
On 2020/3/6 18:22, Tianjia Zhang wrote: On 2020/2/12 21:59, Stefan Hajnoczi wrote: On Fri, Feb 07, 2020 at 07:54:33PM +0800, Tianjia Zhang wrote: The counting code here should use the local variable n_nodes_local. Otherwise, the variable n_nodes is counting incorrectly, causing

[PATCH] tests: Fix a bug with count variables

2020-02-07 Thread Tianjia Zhang
The counting code here should use the local variable n_nodes_local. Otherwise, the variable n_nodes is counting incorrectly, causing the counting logic of the code to be wrong. Signed-off-by: Tianjia Zhang --- tests/test-rcu-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] tests: fix counting typo error

2019-10-10 Thread Tianjia Zhang
Instead of global variables, local variables should be incrementing, This is a typo fix. Signed-off-by: Tianjia Zhang <77389...@qq.com> --- tests/test-rcu-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-rcu-list.c b/tests/test-rcu-list.c index 6f07