Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-24 Thread Dr. David Alan Gilbert
* Pan Nengyuan (pannengy...@huawei.com) wrote: > Correcting zhang hailiang's email. Queued > On 3/18/2020 3:16 PM, Pan Nengyuan wrote: > > This fix coverity issues 94417686: > > 1260break; > > CID 94417686: (MISSING_BREAK) > > 1261. unterminated_case: The case for value > > "

Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-20 Thread Peter Maydell
On Wed, 18 Mar 2020 at 07:18, Pan Nengyuan wrote: > > This fix coverity issues 94417686: > 1260break; > CID 94417686: (MISSING_BREAK) > 1261. unterminated_case: The case for value > "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by a > 'break' statement. >

Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-18 Thread Philippe Mathieu-Daudé
On 3/18/20 8:16 AM, Pan Nengyuan wrote: This fix coverity issues 94417686: 1260break; CID 94417686: (MISSING_BREAK) 1261. unterminated_case: The case for value "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by a 'break' statement. 1261case MIG

Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-18 Thread Dr. David Alan Gilbert
* Pan Nengyuan (pannengy...@huawei.com) wrote: > This fix coverity issues 94417686: > 1260break; > CID 94417686: (MISSING_BREAK) > 1261. unterminated_case: The case for value > "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by a > 'break' statement. > 1

Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-18 Thread zhukeqian
Hi Nengyuan, On 2020/3/18 15:22, Pan Nengyuan wrote: > Correcting zhang hailiang's email. > > On 3/18/2020 3:16 PM, Pan Nengyuan wrote: >> This fix coverity issues 94417686: >> 1260break; >> CID 94417686: (MISSING_BREAK) >> 1261. unterminated_case: The case for value >> "MIGR

Re: [PATCH] hmp-cmd: fix a missing_break warning

2020-03-18 Thread Pan Nengyuan
Correcting zhang hailiang's email. On 3/18/2020 3:16 PM, Pan Nengyuan wrote: > This fix coverity issues 94417686: > 1260break; > CID 94417686: (MISSING_BREAK) > 1261. unterminated_case: The case for value > "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by

[PATCH] hmp-cmd: fix a missing_break warning

2020-03-18 Thread Pan Nengyuan
This fix coverity issues 94417686: 1260break; CID 94417686: (MISSING_BREAK) 1261. unterminated_case: The case for value "MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD" is not terminated by a 'break' statement. 1261case MIGRATION_PARAMETER_THROTTLE_TRIGGER_THRESHOLD: