hw/hppa/dino: Fix bitmask for the PCIROR register
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 18 Feb 2020 06:33:54 +0000 (07:33 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2020 19:22:10 +0000 (11:22 -0800)
commitc9cbfebfd08acb34ec2a22b9b971fcca856d44e9
tree34210f04bf1348aaec729591209e8708b22525fc
parent6e4ed42397ff24521c1e6fb810d66fc40b190f4f
hw/hppa/dino: Fix bitmask for the PCIROR register

Only 24 bits of the PCIROR register are documented
(see pp. 37 of datasheet referenced in this file header).

Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200218063355.18577-4-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/dino.c