]> git.proxmox.com Git - mirror_qemu.git/commit
hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
authorBernhard Beschow <shentey@gmail.com>
Fri, 6 Jan 2023 11:39:27 +0000 (12:39 +0100)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000 (06:40 -0300)
commit3f736ca9b2d66e881bee5083655fc8c208d05299
treebba125eaec6ce616a5dc349367c58df272a390d9
parent65133e33eb8e60f27eff6c7c669f0920adf24c16
hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn

mv64361_pcihost_map_irq() is a reimplementation of
pci_swizzle_map_irq_fn(). Resolve this redundancy.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20230106113927.8603-1-shentey@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/pci-host/mv64361.c