]> www.infradead.org Git - qemu-nvme.git/commit
hw/isa/piix3: Add size constraints to rcr_ops
authorBernhard Beschow <shentey@gmail.com>
Sat, 22 Oct 2022 15:04:29 +0000 (17:04 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Oct 2022 10:32:07 +0000 (11:32 +0100)
commit3ee15e807407defcd774586549a00674d58be970
treef565d6a7a2dc0dbc89931ff48804d9e898b50278
parent05c049f12b88370de7289bf39b14088c7d656caa
hw/isa/piix3: Add size constraints to rcr_ops

According to the PIIX3 datasheet, the reset control register is one byte in size.
Moreover, PIIX4 has it, so add it to PIIX3 as well.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221022150508.26830-5-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/isa/piix3.c