[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/14] sysbus: Remove sysbus_mmio_unmap
From: |
Peter Maydell |
Subject: |
Re: [PATCH 01/14] sysbus: Remove sysbus_mmio_unmap |
Date: |
Thu, 23 Jun 2022 13:09:47 +0100 |
On Thu, 23 Jun 2022 at 11:59, Peter Delevoryas <pdel@fb.com> wrote:
>
> Cedric removed usage of this function in a previous commit.
>
> Fixes: 981b1c6266c6 ("spapr/xive: rework the mapping the KVM memory regions")
> Signed-off-by: Peter Delevoryas <pdel@fb.com>
We only added this function for the XIVE in the first place
so I guess it makes sense to remove it now it's unused.
(People doing complicated stuff that needs to unmap MRs
should probably not be using sysbus_mmio_map()/unmap()
anyway...)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
- Re: [PATCH 01/14] sysbus: Remove sysbus_mmio_unmap,
Peter Maydell <=