Re: [PATCH] RISC-V: Add a missing "," in riscv_excp_names

2020-03-05 Thread Palmer Dabbelt
On Thu, 05 Mar 2020 09:20:31 PST (-0800), phi...@redhat.com wrote: Cc'ing qemu-trivial@ in case there is a pending PR in progress, it might get merged quicker. On Thu, Mar 5, 2020 at 6:19 PM Philippe Mathieu-Daudé wrote: On 3/5/20 5:48 PM, Palmer Dabbelt wrote: > THis would almost certainly

Re: [PATCH] RISC-V: Add a missing "," in riscv_excp_names

2020-03-05 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ in case there is a pending PR in progress, it might get merged quicker. On Thu, Mar 5, 2020 at 6:19 PM Philippe Mathieu-Daudé wrote: > > On 3/5/20 5:48 PM, Palmer Dabbelt wrote: > > THis would almost certainly cause the exception names to be reported > > incorrectly. Covari

Re: [PATCH] RISC-V: Add a missing "," in riscv_excp_names

2020-03-05 Thread Philippe Mathieu-Daudé
On 3/5/20 5:48 PM, Palmer Dabbelt wrote: THis would almost certainly cause the exception names to be reported incorrectly. Covarity found the issue (CID 1420223). As per Peter's "This", "Coverity" typos. Fixes: ab67a1d07a4 Reviewed-by: Philippe Mathieu-Daudé suggestion, I've also added a

[PATCH] RISC-V: Add a missing "," in riscv_excp_names

2020-03-05 Thread Palmer Dabbelt
THis would almost certainly cause the exception names to be reported incorrectly. Covarity found the issue (CID 1420223). As per Peter's suggestion, I've also added a comma at the end of the list to avoid the issue reappearing in the future. Signed-off-by: Palmer Dabbelt --- target/riscv/cpu.c