From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: Ben Widawsky <bwidawsk@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>, <qemu-devel@nongnu.org>,
"Michael S . Tsirkin" <mst@redhat.com>,
<linux-cxl@vger.kernel.org>, <linuxarm@huawei.com>,
<alex.bennee@linaro.org>, Marcel Apfelbaum <marcel@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
"Adam Manzanares" <a.manzanares@samsung.com>,
Tong Zhang <ztong0001@gmail.com>,
Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>
Subject: Re: [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter.
Date: Tue, 7 Jun 2022 11:02:33 +0100 [thread overview]
Message-ID: <20220607110233.00007d21@Huawei.com> (raw)
In-Reply-To: <20220606172338.3g6rb6qft4o5cu2o@bwidawsk-mobl5>
On Mon, 6 Jun 2022 10:24:43 -0700
Ben Widawsky <bwidawsk@kernel.org> wrote:
> On 22-05-31 09:26:27, Paolo Bonzini wrote:
> > On 5/30/22 15:45, Jonathan Cameron via wrote:
> > > + object_property_add(obj, "cxl-fmw", "CXLFixedMemoryWindow",
> > > + machine_get_cfmw, machine_set_cfmw,
> > > + NULL, state);
> > > + object_property_set_description(obj, "cxl-fmw",
> > > + "CXL Fixed Memory Window");
> >
> > Perhaps "CML fixed memory windows (array)" or something like that?
> >
> > Paolo
>
> I had a mail which I apparently never sent. I'd like to see 'fmw' renamed, since
> that has no decoder ring in any spec that I'm aware of.
>
> Why not keep cfmws nomenclature? It's well defined.
IIRC s is for structure and this isn't a structure, so I dropped the s.
Expanding cxl makes this a lot more meaningful outside of CXL related
specifications. I preferred the full wording as is currently upstream
but the command lines are insanely long given the new form.
Jonathan
>
> Ben
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron via <qemu-devel@nongnu.org>
To: Ben Widawsky <bwidawsk@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>, <qemu-devel@nongnu.org>,
"Michael S . Tsirkin" <mst@redhat.com>,
<linux-cxl@vger.kernel.org>, <linuxarm@huawei.com>,
<alex.bennee@linaro.org>, Marcel Apfelbaum <marcel@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
"Adam Manzanares" <a.manzanares@samsung.com>,
Tong Zhang <ztong0001@gmail.com>,
Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>
Subject: Re: [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter.
Date: Tue, 7 Jun 2022 11:02:33 +0100 [thread overview]
Message-ID: <20220607110233.00007d21@Huawei.com> (raw)
In-Reply-To: <20220606172338.3g6rb6qft4o5cu2o@bwidawsk-mobl5>
On Mon, 6 Jun 2022 10:24:43 -0700
Ben Widawsky <bwidawsk@kernel.org> wrote:
> On 22-05-31 09:26:27, Paolo Bonzini wrote:
> > On 5/30/22 15:45, Jonathan Cameron via wrote:
> > > + object_property_add(obj, "cxl-fmw", "CXLFixedMemoryWindow",
> > > + machine_get_cfmw, machine_set_cfmw,
> > > + NULL, state);
> > > + object_property_set_description(obj, "cxl-fmw",
> > > + "CXL Fixed Memory Window");
> >
> > Perhaps "CML fixed memory windows (array)" or something like that?
> >
> > Paolo
>
> I had a mail which I apparently never sent. I'd like to see 'fmw' renamed, since
> that has no decoder ring in any spec that I'm aware of.
>
> Why not keep cfmws nomenclature? It's well defined.
IIRC s is for structure and this isn't a structure, so I dropped the s.
Expanding cxl makes this a lot more meaningful outside of CXL related
specifications. I preferred the full wording as is currently upstream
but the command lines are insanely long given the new form.
Jonathan
>
> Ben
next prev parent reply other threads:[~2022-06-07 10:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-30 13:45 [PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-31 7:26 ` Paolo Bonzini
2022-06-06 17:24 ` Ben Widawsky
2022-06-07 10:02 ` Jonathan Cameron [this message]
2022-06-07 10:02 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 4/8] tests/acpi: Allow modification of q35 CXL CEDT table Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-31 7:26 ` Paolo Bonzini
2022-05-30 13:45 ` [PATCH 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
2022-05-30 13:45 ` [PATCH 8/8] hw/machine: Drop cxl_supported flag as no longer useful Jonathan Cameron
2022-05-30 13:45 ` Jonathan Cameron via
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=20220607110233.00007d21@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=a.manzanares@samsung.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=bwidawsk@kernel.org \
--cc=imammedo@redhat.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=marcel@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=shameerali.kolothum.thodi@huawei.com \
--cc=ztong0001@gmail.com \
/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.