From: Francisco Iglesias <frasse.iglesias@gmail.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [RFC PATCH v1 1/1] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
Date: Tue, 12 Apr 2022 00:16:02 +0200 [thread overview]
Message-ID: <20220411221601.GA17303@fralle-msi> (raw)
In-Reply-To: <20220411171149-mutt-send-email-mst@kernel.org>
Hi Michael,
On [2022 Apr 11] Mon 17:12:47, Michael S. Tsirkin wrote:
> On Mon, Apr 11, 2022 at 09:38:18PM +0200, Francisco Iglesias wrote:
> > According to [1] address bits 27 - 20 are mapped to the bus number (the
> > TLPs bus number field is 8 bits).
> >
> > [1] PCI Express® Base Specification Revision 5.0 Version 1.0
> >
> > Signed-off-by: Francisco Iglesias <frasse.iglesias@gmail.com>
> > ---
> > include/hw/pci/pcie_host.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/hw/pci/pcie_host.h b/include/hw/pci/pcie_host.h
> > index 076457b270..b3c8ce973c 100644
> > --- a/include/hw/pci/pcie_host.h
> > +++ b/include/hw/pci/pcie_host.h
> > @@ -60,7 +60,7 @@ void pcie_host_mmcfg_update(PCIExpressHost *e,
> > /*
> > * PCI express ECAM (Enhanced Configuration Address Mapping) format.
> > * AKA mmcfg address
> > - * bit 20 - 28: bus number
> > + * bit 20 - 27: bus number
> > * bit 15 - 19: device number
> > * bit 12 - 14: function number
> > * bit 0 - 11: offset in configuration space of a given device
>
> this is correct, or to be more precise:
> A[(20 + n – 1):20] and 1 <= n <= 8
Thank you for having a look! I'll create a patch for this and also a
second proposing a correction for PCIE_MMCFG_SIZE_MAX and repost!
Best regards,
Francisco
>
>
> > @@ -68,7 +68,7 @@ void pcie_host_mmcfg_update(PCIExpressHost *e,
> > #define PCIE_MMCFG_SIZE_MAX (1ULL << 29)
> > #define PCIE_MMCFG_SIZE_MIN (1ULL << 20)
> > #define PCIE_MMCFG_BUS_BIT 20
> > -#define PCIE_MMCFG_BUS_MASK 0x1ff
> > +#define PCIE_MMCFG_BUS_MASK 0xff
> > #define PCIE_MMCFG_DEVFN_BIT 12
> > #define PCIE_MMCFG_DEVFN_MASK 0xff
> > #define PCIE_MMCFG_CONFOFFSET_MASK 0xfff
> > --
> > 2.20.1
>
prev parent reply other threads:[~2022-04-11 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 19:38 [RFC PATCH v1 1/1] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK Francisco Iglesias
2022-04-11 21:12 ` Michael S. Tsirkin
2022-04-11 22:16 ` Francisco Iglesias [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=20220411221601.GA17303@fralle-msi \
--to=frasse.iglesias@gmail.com \
--cc=mst@redhat.com \
--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 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.