mbox series

[0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394

Message ID 20200213234148.8434-1-f4bug@amsat.org (mailing list archive)
Headers show
Series hw/hppa/dino: Fix Coverity 1419393 & 1419394 | expand

Message

Philippe Mathieu-Daudé Feb. 13, 2020, 11:41 p.m. UTC
Easy fix for the overrun reported by Coverity.

Last 2 patches are RFC because I haven't tested them,
I simply took note while reviewing the datasheet (I
also checked the errata).

Philippe Mathieu-Daudé (4):
  hw/hppa/dino: Add comments with register name
  hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)
  hw/hppa/dino: Fix bitmask for the PCIROR register
  hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c

 hw/hppa/dino.c | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

Comments

Richard Henderson Feb. 16, 2020, 1:44 a.m. UTC | #1
On 2/13/20 3:41 PM, Philippe Mathieu-Daudé wrote:
> Easy fix for the overrun reported by Coverity.
> 
> Last 2 patches are RFC because I haven't tested them,
> I simply took note while reviewing the datasheet (I
> also checked the errata).
> 
> Philippe Mathieu-Daudé (4):
>   hw/hppa/dino: Add comments with register name
>   hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)
>   hw/hppa/dino: Fix bitmask for the PCIROR register
>   hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c
> 
>  hw/hppa/dino.c | 31 +++++++++++++++++--------------
>  1 file changed, 17 insertions(+), 14 deletions(-)
> 

Queued to tgt-hppa.


r~