From: "Michael S. Tsirkin" <mst@redhat.com>
To: Simon John <git@the-jedi.co.uk>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH v2 for-5.1] acpi-pm-tmr: allow any small-size reads
Date: Tue, 14 Jul 2020 09:14:08 -0400 [thread overview]
Message-ID: <20200714091310-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <36e5f632-8b08-d6bc-0092-e53f42f69ed3@the-jedi.co.uk>
On Tue, Jul 14, 2020 at 01:51:45PM +0100, Simon John wrote:
> On Tue, 14 Jul 2020 07:10:14 -0400, Michael S. Tsirkin wrote:
> > On Tue, Jul 14, 2020 at 01:51:13PM +0300, Michael Tokarev wrote:
> > > As found in LP#1886318, MacOS Catalina performs 2-byte reads
> > > on the acpi timer address space while the spec says it should
> > > be 4-byte. Allow any small reads.
> > >
> > > Reported-By: Simon John <git@the-jedi.co.uk>
> > > Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> >
> > Simon's explanation about the history is good to have here,
> > and I guess Fixes tags (both what you found and what Simon found)
> > can't hurt either. I would CC stable too.
> >
> > Simon do you have the time to iterate on this patch or would
> > you rather have Michael do it?
>
> Sorry, I seem to not be getting all of these emails but trying to watch the
> list archive.
>
> I just tested Michael's v2 patch and it works fine:
>
> static const MemoryRegionOps acpi_pm_tmr_ops = {
> .read = acpi_pm_tmr_read,
> .write = acpi_pm_tmr_write,
> .impl.min_access_size = 4,
> .valid.min_access_size = 1,
> .valid.max_access_size = 4,
> .endianness = DEVICE_LITTLE_ENDIAN,
> };
>
> I'm happy for Michael to proceed with the patch, he's mentioned me and
> linked to the launchpad bug where the history is.
>
> Regards.
>
> --
> Simon John
Great, thanks!
Michael so I think the patch is fine, just some nitpicking
about commit log and comments. If you can address and repost,
that would be awesome!
--
MST
next prev parent reply other threads:[~2020-07-14 13:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-14 12:51 [PATCH v2 for-5.1] acpi-pm-tmr: allow any small-size reads Simon John
2020-07-14 13:14 ` Michael S. Tsirkin [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-14 10:51 Michael Tokarev
2020-07-14 11:05 ` Michael S. Tsirkin
2020-07-14 11:08 ` Philippe Mathieu-Daudé
2020-07-14 11:10 ` Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200714091310-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=git@the-jedi.co.uk \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).