On Tue, 7 Apr 2020 at 09:45, Joel Stanley <j...@jms.id.au> wrote: > On Tue, 7 Apr 2020 at 08:41, Peter Maydell <peter.mayd...@linaro.org> wrote: > > Do you have a link to this patch, please? I had a quick search through > > my mailing list articles but couldn't see anything obviously relevant. > > There is a reference in this thread: > > https://lore.kernel.org/qemu-devel/dd8fc1f7-56d9-4d9f-96a4-0fdcafdc8...@www.fastmail.com/ > > The patch is here: > > https://lore.kernel.org/qemu-devel/20170630030058.28943-1-and...@aj.id.au/
Oh, that's from 2017, no wonder I couldn't find it! Does somebody who's already reviewed the patch want to summarize what the effects on devices are -- i.e. what calls the device's read/write methods used to get if the guest did an unaligned access, including an unaligned access half off-the-end of the memory region, and what calls the read/write methods get after the patch ? The patch's commit message doesn't really describe what it's doing... thanks -- PMM