From: Alex Williamson <alex.williamson@redhat.com>
To: Alexey Kardashevskiy <aik@ozlabs.ru>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH qemu] vfio_pci: Allow disabling quirks
Date: Wed, 09 Sep 2015 12:34:29 -0600 [thread overview]
Message-ID: <1441823669.20355.521.camel@redhat.com> (raw)
In-Reply-To: <55EFDD26.5040403@ozlabs.ru>
On Wed, 2015-09-09 at 17:17 +1000, Alexey Kardashevskiy wrote:
> On 07/20/2015 12:40 PM, Alexey Kardashevskiy wrote:
> > On 07/20/2015 03:15 AM, Alex Williamson wrote:
> >> On Sun, 2015-07-19 at 06:50 -0600, Alex Williamson wrote:
> >>> On Sun, 2015-07-19 at 18:19 +1000, Alexey Kardashevskiy wrote:
> >>>> The existing quirks aim config space and MSIX BAR accesses interception.
> >>>> These are not always needed, for example, on pseries machines,
> >>>> config space and MSI/MSIX configuration are handled by hypervisor.
> >>>>
> >>>> This adds a "quirks" property to control whether to enable quirks or not;
> >>>> the property is set to "true" by default.
> >>>>
> >>>> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> >>>> ---
> >>>>
> >>>> Helps to get
> >>>> VGA compatible controller: NVIDIA Corporation GM107GL [Quadro K2200]
> >>>> (rev a2)
> >>>> (which does not need the quirk anyway) working on POWER8 system.
> >>
> >> BTW, as I was working on the rtl quirk last week, I re-realized
> >> something; page size doesn't matter for quirks. If we want to carve a
> >> 4k hole for a PCI extended config space window, we can do that
> >> regardless of the host page size. The rtl quirk only carves out an 8
> >> byte window. It's the Memory API's problem to figure out the extent of
> >> the region that needs to fault into QEMU and which parts go through the
> >> quirk vs the slow backing of the BAR.
> >
> > But the memory API cannot handle it right now, right?
> >
> >> That's why we create the slow
> >> backing across the entire BAR. So if this quirk isn't working for you,
> >> page size is probably not the reason.
> >
> > Quirks do not install - KVM fails to register these memory regions. And
> > when I fix this, they do not for that another unknown reason, so it is not
> > probably, it is definitely :)
> >
> >
> >> That said, there are some
> >> gratuitous uses of target page size in the quirk code. Part of it is
> >> just a convenience factor for packing data structures, part of it is
> >> completely unnecessary, like the TARGET_PAGE_ALIGN setting up the quirk
> >> in question here. Thanks,
> >
> >
> >
> > Regarding automatic disabling of quirks on POWER - I'd love to do that but
> > how can I do this without adding a property? #ifdef PPC64 in hw/vfio/pci.c?
> > We were avoiding this.
>
> Ping?
>
> The only proper automatic disabling on POWER I can think of would be:
> 1) (still) add a "allow_quirks" property
> 2) in the pseries machine init code, set the property in the compat_props
> to "false".
>
> But this still requires a property. Better ideas?
See the patch series I just posted that eliminates use of target page
size in quirks and then tell me if/why you still need to avoid quirks on
POWER. Thanks,
Alex
next prev parent reply other threads:[~2015-09-09 18:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-19 8:19 [Qemu-devel] [PATCH qemu] vfio_pci: Allow disabling quirks Alexey Kardashevskiy
2015-07-19 12:50 ` Alex Williamson
2015-07-19 17:15 ` Alex Williamson
2015-07-20 2:40 ` Alexey Kardashevskiy
2015-09-09 7:17 ` Alexey Kardashevskiy
2015-09-09 18:34 ` Alex Williamson [this message]
2015-10-02 7:58 ` Alexey Kardashevskiy
2015-10-02 14:20 ` Alex Williamson
2015-10-03 10:15 ` Alexey Kardashevskiy
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=1441823669.20355.521.camel@redhat.com \
--to=alex.williamson@redhat.com \
--cc=aik@ozlabs.ru \
--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).