Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Laurent Vivier
g ; phi...@redhat.com >> Subject: Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang >> static code analyzer >> >> Le 03/04/2020 à 10:22, Laurent Vivier a écrit : >>> Le 03/04/2020 à 10:10, Chenqun (kuhn) a écrit : >>>>> -Original M

RE: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Chenqun (kuhn)
April 3, 2020 4:04 PM >>>> To: Chenqun (kuhn) ; qemu- >de...@nongnu.org; >>>> qemu-triv...@nongnu.org >>>> Cc: Zhanghailiang ; >>>> phi...@redhat.com >>>> Subject: Re: [PATCH v5 0/3] redundant code: Fix warnings reported by >>

Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Laurent Vivier
nongnu.org; >>> qemu-triv...@nongnu.org >>> Cc: Zhanghailiang ; phi...@redhat.com >>> Subject: Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang >>> static code analyzer >>> >>> Le 03/04/2020 à 09:51, Chenqun (kuhn) a écrit 

Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Laurent Vivier
g ; phi...@redhat.com >> Subject: Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang >> static code analyzer >> >> Le 03/04/2020 à 09:51, Chenqun (kuhn) a écrit : >>> Ping! >>> >>> This series has been reviewed. Could someone please

RE: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Chenqun (kuhn)
5, 2020 10:59 AM >>> To: qemu-devel@nongnu.org; qemu-triv...@nongnu.org >>> Cc: Zhanghailiang ; >>> laur...@vivier.eu; phi...@redhat.com; Chenqun (kuhn) >>> >>> Subject: [PATCH v5 0/3] redundant code: Fix warnings reported by >>> Clang static code ana

Re: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Laurent Vivier
qun (kuhn) >> Subject: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static >> code analyzer >> >> v1->v2: >> - Patch1: Add John Snow review comment. >> - Patch9: Move the 'dst_type' declaration to while() statement. >> -

RE: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-04-03 Thread Chenqun (kuhn)
vivier.eu; >phi...@redhat.com; Chenqun (kuhn) >Subject: [PATCH v5 0/3] redundant code: Fix warnings reported by Clang static >code analyzer > >v1->v2: >- Patch1: Add John Snow review comment. >- Patch9: Move the 'dst_type' declaration to while() statement. >- Patch12: Add Philipp

[PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer

2020-03-24 Thread Chen Qun
v1->v2: - Patch1: Add John Snow review comment. - Patch9: Move the 'dst_type' declaration to while() statement. - Patch12: Add Philippe Mathieu-Daud?? review comment. - Patch13: Move the 'set' declaration to the for() statement. v2->v3: - Patch1: Add Kevin Wolf review comment. - Patch2: Keep the