hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
commitff453ce2819434d08fcaadca5d71b6e9a951ebdd
authorBernhard Beschow <shentey@gmail.com>
Sun, 14 Jan 2024 12:39:02 +0000 (14 13:39 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 14 Feb 2024 11:09:32 +0000 (14 06:09 -0500)
treeaa821191b528d60948eb49e8f1344e0f9fe589e8
parent271c5bb3780773008a936f424cccf181a11b592c
hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus

FDCtrl::iomem isn't used inside FDCtrl context but only inside FDCtrlSysBus
context, so move it there.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20240114123911.4877-3-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/block/fdc-internal.h
hw/block/fdc-sysbus.c