From: Oleksandr Natalenko <oleksandr@natalenko.name>
To: kvm@vger.kernel.org, Alex Williamson <alex.williamson@redhat.com>
Cc: clg@redhat.com
Subject: Re: [PATCH] vfio/pci: Also demote hiding standard cap messages
Date: Wed, 24 May 2023 10:01:48 +0200 [thread overview]
Message-ID: <2683252.mvXUDI8C0e@natalenko.name> (raw)
In-Reply-To: <20230523225250.1215911-1-alex.williamson@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]
On středa 24. května 2023 0:52:50 CEST Alex Williamson wrote:
> Apply the same logic as commit 912b625b4dcf ("vfio/pci: demote hiding
> ecap messages to debug level") for the less common case of hiding
> standard capabilities.
>
> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
> ---
> drivers/vfio/pci/vfio_pci_config.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/vfio/pci/vfio_pci_config.c b/drivers/vfio/pci/vfio_pci_config.c
> index 1d95fe435f0e..7e2e62ab0869 100644
> --- a/drivers/vfio/pci/vfio_pci_config.c
> +++ b/drivers/vfio/pci/vfio_pci_config.c
> @@ -1566,8 +1566,8 @@ static int vfio_cap_init(struct vfio_pci_core_device *vdev)
> }
>
> if (!len) {
> - pci_info(pdev, "%s: hiding cap %#x@%#x\n", __func__,
> - cap, pos);
> + pci_dbg(pdev, "%s: hiding cap %#x@%#x\n", __func__,
> + cap, pos);
> *prev = next;
> pos = next;
> continue;
Reviewed-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Thank you.
--
Oleksandr Natalenko (post-factum)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2023-05-24 8:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 22:52 [PATCH] vfio/pci: Also demote hiding standard cap messages Alex Williamson
2023-05-24 7:52 ` Cédric Le Goater
2023-05-24 8:01 ` Oleksandr Natalenko [this message]
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=2683252.mvXUDI8C0e@natalenko.name \
--to=oleksandr@natalenko.name \
--cc=alex.williamson@redhat.com \
--cc=clg@redhat.com \
--cc=kvm@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.