Re:[PATCH] mirror: Avoid assertion failed in mirror_run

2021-12-08 Thread wang.yi59
>[CC-ing qemu-block, Vladimir, Kevin, and John – when sending patches, >please look into the MAINTAINERS file or use the >scripts/get_maintainer.pl script to find out who to CC on them. It’s >very to overlook patches on qemu-devel :/] > >On 07.12.21 11:56, Yi Wang wrote: >> From: Long YunJia

Re:[RFC PATCH 21/21] contrib/gitdm: Add ZTE to the domain map

2020-10-09 Thread wang.yi59
Hi Philippe, > There is a number of contributors from this domain, > add its own entry to the gitdm domain map. > > Cc: Jiang Biao > Cc: Liao Pingfang > Cc: Li Ping > Cc: Peng Hao > Cc: Wang Guang > Cc: Wang Yechao > Cc: Wang Yong > Cc: Yi Wang > Cc: Yun Liu > Cc: ZhiPeng Lu > Cc: Jiyun

Re: [Qemu-devel] [PATCH 1/2] [PATCH] hmp: dump ids includingsocket-id, core-id and so on for 'info registers'

2017-07-21 Thread wang.yi59
>On Fri, 22 Jul 2017 03:38:55 -0400 >Yi Wang wrote: > >> This patch add output of CPUs' socket-id, core-id, thread-id and >> apic-id for 'info registers', which can be used for querying other >> hmp commands. >> >> Signed-off-by: Yi Wang >> Signed-off-by: Yun Liu >> --- >> include/qo

Re: [Qemu-devel] [PATCH v2] hmp: allow cpu index for "info lapic"

2017-07-19 Thread wang.yi59
>On Wed, Jul 19, 2017 at 08:17:49PM +0100, Dr. David Alan Gilbert wrote: >> * Eduardo Habkost (address@hidden) wrote: >> > On Wed, Jul 19, 2017 at 10:17:36AM -0500, Eric Blake wrote: >> > > On 07/19/2017 10:07 AM, Daniel P. Berrange wrote: >> > > >> It doesn't. Perhaps we should add that as a

Re: [Qemu-devel] [PATCH v2] hmp: allow cpu index for "info lapic"

2017-07-19 Thread wang.yi59
>* wang.y...@zte.com.cn (wang.y...@zte.com.cn) wrote: >> Hi Eduardo, >> >> Thank you for your reply! >> >> >On Mon, Jul 17, 2017 at 09:49:37PM -0400, Yi Wang wrote: >> >> >> Add [vcpu] index support for hmp command "info lapic", which is >> >> >> useful when debugging ipi and so on. C

Re: [Qemu-devel] [PATCH v2] hmp: allow cpu index for "info lapic"

2017-07-18 Thread wang.yi59
Hi Eduardo, Thank you for your reply! >On Mon, Jul 17, 2017 at 09:49:37PM -0400, Yi Wang wrote: >> Add [vcpu] index support for hmp command "info lapic", which is >> useful when debugging ipi and so on. Current behavior is not >> changed when the parameter isn't specified. >> >> Signed-off-

Re: [Qemu-devel] [PATCH v2] hmp: allow cpu index for "info lapic"

2017-07-18 Thread wang.yi59
>On Mon, 17 Jul 2017 21:49:37 -0400 >Yi Wang wrote: > >> Add [vcpu] index support for hmp command "info lapic", which is >> useful when debugging ipi and so on. Current behavior is not >> changed when the parameter isn't specified. >we shouldn't expose cpu_index to users anymore, > >I woul

Re: [Qemu-devel] [PATCH] hmp: allow cpu index for "info lapic"

2017-07-18 Thread wang.yi59
Hi David, Thanks a lot for your review and suggestion, I will resend a new version right now. >* Yi Wang (wang.y...@zte.com.cn) wrote: >> Add [vcpu index] support for hmp command "info lapic", which is >> useful when debugging ipi and so on. >> >> Signed-off-by: Yi Wang >> Signed-off-by: