]> git.ipfire.org Git - thirdparty/qemu.git/commit - hw/pci-host/ppc440_pcix.c
ppc440_pcix: Don't use iomem for regs
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 5 Jul 2023 20:12:58 +0000 (22:12 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 7 Jul 2023 07:47:49 +0000 (04:47 -0300)
commit97784278880b58952400cafcfd1c12fc1c0b5124
treed5c4e05e4b190d97ec45be70a9c6ea56e6ffe5d1
parent41cd3e649be9f8f12aa2028623af916dd81d3403
ppc440_pcix: Don't use iomem for regs

The iomem memory region is better used for the PCI IO space but
currently used for registers. Stop using it for that to allow this to
be cleaned up in the next patch.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <3def68f200edd4540393d6b3b03baabe15d649f2.1688586835.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/ppc440_pcix.c