[PATCH V2 12/14] arm/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/arm. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/arm/cpu.h | 2

[PATCH V2 14/14] target/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/openrisc/cpu.h| 2

[PATCH V2 11/14] avr/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/avr. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/avr/helper.c | 6 +++--- 1

[PATCH V2 13/14] alpha/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/alpha. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/alpha/cpu.h | 4

[PATCH V2 08/14] m68k/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/m68k. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Laurent Vivier

[PATCH V2 10/14] i386/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/i386. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson --- target/i386/cpu.c | 4 ++-- target/i386/hax-interface.h

[PATCH V2 04/14] rx/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/rx. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/rx/op_helper.c | 2

[PATCH V2 02/14] ppc/: fix some comment spelling errors

2020-10-09 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/ppc. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson --- target/ppc/cpu.h| 6 +++--- target/ppc/excp_helper.c

[PATCH V2 07/14] s390x/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/s390x. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson --- target/s390x/cpu_models.h | 4 ++-- target/s390x

[PATCH V2 01/14] cris/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/cris. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson --- target/cris/helper.c| 6 +++--- target/cris/op_helper.c | 2

[PATCH V2 03/14] riscv/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/riscv. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Alistair Francis --- target/riscv/cpu.c | 2

[PATCH V2 09/14] sh4/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/sh4. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/sh4/cpu.h | 2

[PATCH V2 05/14] tricore/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/tricore. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson --- target/s390x/ioinst.c | 2 +- target/tricore/csfr.def

[PATCH V2 00/14] fix some comment spelling errors

2020-10-08 Thread zhaolichang
ch.pl in qemu, so that no similar spelling errors will occur in the feture. It's not done yet and I will commit the patch when it's done. v1 -> v2: add reviewed-by for patch Signed-off-by: zhaolichang zhaolichang (14): cris/: fix some comment spelling errors ppc/: fix some comme

[PATCH V2 06/14] mips/: fix some comment spelling errors

2020-10-08 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/mips. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang Reviewed-by: David Edmondson Reviewed-by: Philippe Mathieu-Daude --- target/mips/internal.h

[PATCH RFC 14/14] target/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/openrisc/cpu.h| 2 +- target/sparc/asi.h | 2 +- target/unicore32/translate.c

[PATCH RFC 13/14] alpha/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/alpha. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/alpha/cpu.h | 4 ++-- target/alpha/translate.c | 2 +- 2 files changed, 3

[PATCH RFC 11/14] avr/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/avr. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/avr/helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a

[PATCH RFC 10/14] i386/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/i386. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/i386/cpu.c | 4 ++-- target/i386/hax-interface.h | 4 ++-- target/i386/hax

[PATCH RFC 09/14] sh4/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/sh4. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/sh4/cpu.h | 2 +- target/sh4/op_helper.c | 2 +- target/sh4/translate.c | 2 +- 3

[PATCH RFC 06/14] mips/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/mips. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/mips/internal.h | 2 +- target/mips/translate.c | 10 +- target

[PATCH RFC 08/14] m68k/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/m68k. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/m68k/translate.c | 16 1 file changed, 8 insertions(+), 8 deletions

[PATCH RFC 07/14] s390x/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/s390x. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/s390x/cpu_models.h | 4 ++-- target/s390x/excp_helper.c | 2 +- target/s390x

[PATCH RFC 12/14] arm/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/arm. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/arm/cpu.h | 2 +- target/arm/helper.c| 4 ++-- target/arm/m_helper.c

[PATCH RFC 05/14] tricore/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/tricore. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/s390x/ioinst.c | 2 +- target/tricore/csfr.def| 2 +- target/tricore

[PATCH RFC 04/14] rx/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/rx. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/rx/op_helper.c | 2 +- target/rx/translate.c | 2 +- 2 files changed, 2 insertions(+), 2

[PATCH RFC 03/14] riscv/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/riscv. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/riscv/cpu.c | 2 +- target/riscv/cpu_bits.h | 2 +- target/riscv/csr.c

[PATCH RFC 00/14] fix some comment spelling errors

2020-09-30 Thread zhaolichang
ch.pl in qemu, so that no similar spelling errors will occur in the feture. It's not done yet and I will commit the patch when it's done. Signed-off-by: zhaolichang zhaolichang (14): cris/: fix some comment spelling errors ppc/: fix some comment spelling errors riscv/: fix some c

[PATCH RFC 02/14] ppc/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/ppc. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/ppc/cpu.h| 6 +++--- target/ppc/excp_helper.c| 6 +++--- target/ppc

[PATCH RFC 01/14] cris/: fix some comment spelling errors

2020-09-30 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu/target/cris. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang --- target/cris/helper.c| 6 +++--- target/cris/op_helper.c | 2 +- target/cris/translate.c | 14

[PATCH V3 10/10] contrib/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the contrib folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennee --- contrib/gitdm/filetypes.txt | 6

[PATCH V3 09/10] qapi/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the qapi folder. Signed-off-by: zhaolichang Reviewed-by: Markus Armbruster --- qapi/block-core.json | 4 ++-- qapi

[PATCH V3 08/10] disas/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the disas folder. Signed-off-by: zhaolichang --- disas/hppa.c | 2 +- disas/m68k.c | 8 disas/ppc.c | 2 +- 3 files

[PATCH V3 06/10] linux-user/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the linux-user folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennee --- linux-user/aarch64/signal.c | 2

[PATCH V3 04/10] scripts/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the scripts folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- scripts/checkpatch.pl | 2 +- scripts

[PATCH V3 05/10] util/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the util folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennee --- util/osdep.c | 2 +- util/qemu

[PATCH V3 00/10] fix some comment spelling errors

2020-09-17 Thread zhaolichang
ex Bennee's comments add reviewed-by for patch 1,2,3,4,5,6,9,10 zhaolichang (10): qemu/: fix some comment spelling errors migration/: fix some comment spelling errors docs/: fix some comment spelling errors scripts/: fix some comment spelling errors util/: fix some comment spelling err

[PATCH V3 03/10] docs/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- docs/COLO-FT.txt | 6 +++--- docs

[PATCH V3 02/10] migration/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the migration folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- migration/colo-failover.c | 2 +- migration

[PATCH V3 07/10] block/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the block folder. Signed-off-by: zhaolichang --- block/block-copy.c | 2 +- block/linux-aio.c | 2 +- block/mirror.c | 2

[PATCH V3 01/10] qemu/: fix some comment spelling errors

2020-09-17 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennee --- Changelog | 2 +- accel/tcg/user

[PATCH V2 03/10] docs/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- docs/COLO-FT.txt | 6 +++--- docs

[PATCH V2 10/10] contrib/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the contrib folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- contrib/gitdm/filetypes.txt | 6

[PATCH V2 06/10] linux-user/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the linux-user folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- linux-user/aarch64/signal.c | 2

[PATCH V2 02/10] migration/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the migration folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- migration/colo-failover.c | 2 +- migration

[PATCH V2 08/10] disas/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the disas folder. Signed-off-by: zhaolichang --- disas/hppa.c | 2 +- disas/m68k.c | 8 disas/ppc.c | 2 +- 3 files

[PATCH V2 01/10] qemu/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- Changelog | 2 +- accel/tcg/user

[PATCH V2 07/10] block/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the block folder. Signed-off-by: zhaolichang --- block/block-copy.c | 2 +- block/linux-aio.c | 2 +- block/mirror.c | 2

[PATCH V2 09/10] qapi/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the qapi folder. Signed-off-by: zhaolichang Reviewed-by: Markus Armbruster --- qapi/block-core.json | 4 ++-- qapi

[PATCH V2 05/10] util/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the util folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- util/osdep.c | 2 +- util/qemu

[PATCH V2 00/10] fix some comment spelling errors

2020-09-16 Thread zhaolichang
,3,4,5,6,9,10 zhaolichang (10): qemu/: fix some comment spelling errors migration/: fix some comment spelling errors docs/: fix some comment spelling errors scripts/: fix some comment spelling errors util/: fix some comment spelling errors linux-user/: fix some comment spelling errors blo

[PATCH V2 04/10] scripts/: fix some comment spelling errors

2020-09-16 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the scripts folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- scripts/checkpatch.pl | 2 +- scripts

Re: [PATCH V2 00/10] fix some comment spelling errors

2020-09-13 Thread zhaolichang
ping

[PATCH V2 08/10] disas/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the disas folder. Signed-off-by: zhaolichang --- disas/hppa.c | 2 +- disas/m68k.c | 8 disas/ppc.c | 2 +- 3 files

[PATCH V2 09/10] qapi/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the qapi folder. Signed-off-by: zhaolichang Reviewed-by: Markus Armbruster --- qapi/block-core.json | 4 ++-- qapi/crypto.json

[PATCH V2 06/10] linux-user/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the linux-user folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- linux-user/aarch64/signal.c | 2

[PATCH V2 07/10] block/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the block folder. Signed-off-by: zhaolichang --- block/block-copy.c | 2 +- block/linux-aio.c | 2 +- block/mirror.c | 2

[PATCH V2 05/10] util/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the util folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- util/osdep.c | 2 +- util/qemu-progress.c

[PATCH V2 03/10] docs/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- docs/COLO-FT.txt | 6 +++--- docs

[PATCH V2 10/10] contrib/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the contrib folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- contrib/gitdm/filetypes.txt | 6

[PATCH V2 02/10] migration/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the migration folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- migration/colo-failover.c | 2 +- migration

[PATCH V2 01/10] qemu/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the folder. Signed-off-by: zhaolichang Reviewed-by: Alex Bennée --- Changelog | 2 +- accel/tcg/user-exec.c

[PATCH V2 00/10] fix some comment spelling errors

2020-08-26 Thread zhaolichang
,3,4,5,6,9,10 zhaolichang (10): contrib/: fix some comment spelling errors disas/: fix some comment spelling errors block/: fix some comment spelling errors linux-user/: fix some comment spelling errors util/: fix some comment spelling errors scripts/: fix some comment spelling errors do

[PATCH V2 04/10] scripts/: fix some comment spelling errors

2020-08-26 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the scripts folder. Signed-off-by: zhaolichang Reviewed-by: Peter Maydell --- scripts/checkpatch.pl | 2 +- scripts

[PATCH RFC v2 01/10] qemu/: fix some comment spelling errors

2020-08-23 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the folder. Signed-off-by: zhaolichang --- Changelog | 2 +- accel/tcg/user-exec.c | 2 +- audio/audio.c

[PATCH RFC 10/10] contrib/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the contrib folder. Signed-off-by: zhaolichang --- contrib/gitdm/filetypes.txt | 6 +++--- contrib/ivshmem-client

[PATCH RFC 09/10] qapi/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the qapi folder. Signed-off-by: zhaolichang --- qapi/block-core.json | 4 ++-- qapi/crypto.json | 4 ++-- 2 files changed

[PATCH RFC 02/10] migration/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the migration folder. Signed-off-by: zhaolichang --- migration/colo-failover.c | 2 +- migration/colo.c | 2

[PATCH RFC 01/10] qemu/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the folder. Signed-off-by: zhaolichang --- Changelog | 2 +- accel/tcg/user-exec.c | 2 +- audio

[PATCH RFC 05/10] util/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the util folder. Signed-off-by: zhaolichang --- util/osdep.c | 2 +- util/qemu-progress.c | 2 +- util/qemu

[PATCH RFC 04/10] scripts/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the scripts folder. Signed-off-by: zhaolichang --- scripts/checkpatch.pl | 2 +- scripts/clean-header-guards.pl | 2

[PATCH RFC 03/10] docs/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang --- docs/COLO-FT.txt | 6 +++--- docs/devel/blkdebug.txt

[PATCH RFC 08/10] disas/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the disas folder. Signed-off-by: zhaolichang --- disas/hppa.c | 2 +- disas/libvixl/vixl/a64

[PATCH RFC 06/10] linux-user/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the linux-user folder. Signed-off-by: zhaolichang --- linux-user/aarch64/signal.c | 2 +- linux-user/cris

[PATCH RFC 00/10] fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors, this series fixed this spelling errors. zhaolichang (10): qemu/: fix some comment spelling errors migration/: fix some comment spelling errors docs/: fix some

[PATCH RFC 07/10] block/: fix some comment spelling errors

2020-08-12 Thread zhaolichang
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the block folder. Signed-off-by: zhaolichang --- block/block-copy.c | 2 +- block/linux-aio.c | 2 +- block/mirror.c | 2