]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/isa/piix: Harmonize names of reset control memory regions
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:30 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commitf97479cad8447caa1d77c862a0890e6ff1a3acc6
tree6ab843490aa0a9fdbd1bfbb7ce77ce458a28bdc7
parentac4330359bee7a8cf3dab7f8639190dd17f1f4d1
hw/isa/piix: Harmonize names of reset control memory regions

There is no need for having different names here. Having the same name
further allows code to be shared between PIIX3 and PIIX4.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20231007123843.127151-23-shentey@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/isa/piix.c