...
> > > > >
> > > > > Can we switch this to mem_size and drop the persistent comment? It is
> > > > > my
> > > > > understanding that HDM is independent of persistence.
> > > >
> > > > Discussed in the other branch of this thread. Short answer is we don't
> > > > support non persistent
On Fri, Apr 01, 2022 at 02:30:34PM +0100, Jonathan Cameron wrote:
> On Thu, 31 Mar 2022 22:13:20 +
> Adam Manzanares wrote:
>
> > On Wed, Mar 30, 2022 at 06:48:48PM +0100, Jonathan Cameron wrote:
> > > On Tue, 29 Mar 2022 18:13:59 +
> > > Adam Manzanares wrote:
> > >
> > > > On Fri, M
On Thu, 31 Mar 2022 22:13:20 +
Adam Manzanares wrote:
> On Wed, Mar 30, 2022 at 06:48:48PM +0100, Jonathan Cameron wrote:
> > On Tue, 29 Mar 2022 18:13:59 +
> > Adam Manzanares wrote:
> >
> > > On Fri, Mar 18, 2022 at 03:05:53PM +, Jonathan Cameron wrote:
> > > > From: Ben Widaw
On Wed, Mar 30, 2022 at 06:48:48PM +0100, Jonathan Cameron wrote:
> On Tue, 29 Mar 2022 18:13:59 +
> Adam Manzanares wrote:
>
> > On Fri, Mar 18, 2022 at 03:05:53PM +, Jonathan Cameron wrote:
> > > From: Ben Widawsky
> > >
> > > A CXL device is a type of CXL component. Conceptually, a C
On Wed, Mar 30, 2022 at 01:15:58PM +0100, Jonathan Cameron wrote:
> On Tue, 29 Mar 2022 12:53:51 -0700
> Davidlohr Bueso wrote:
>
> > On Tue, 29 Mar 2022, Adam Manzanares wrote:
> > >> +typedef struct cxl_device_state {
> > >> +MemoryRegion device_registers;
> > >> +
> > >> +/* mmio for d
On Tue, 29 Mar 2022 18:13:59 +
Adam Manzanares wrote:
> On Fri, Mar 18, 2022 at 03:05:53PM +, Jonathan Cameron wrote:
> > From: Ben Widawsky
> >
> > A CXL device is a type of CXL component. Conceptually, a CXL device
> > would be a leaf node in a CXL topology. From an emulation perspect
On Tue, 29 Mar 2022 12:53:51 -0700
Davidlohr Bueso wrote:
> On Tue, 29 Mar 2022, Adam Manzanares wrote:
> >> +typedef struct cxl_device_state {
> >> +MemoryRegion device_registers;
> >> +
> >> +/* mmio for device capabilities array - 8.2.8.2 */
> >> +MemoryRegion device;
> >> +Mem
On Tue, 29 Mar 2022, Adam Manzanares wrote:
+typedef struct cxl_device_state {
+MemoryRegion device_registers;
+
+/* mmio for device capabilities array - 8.2.8.2 */
+MemoryRegion device;
+MemoryRegion caps;
+
+/* mmio for the mailbox registers 8.2.8.4 */
+MemoryRegion mail
On Fri, Mar 18, 2022 at 03:05:53PM +, Jonathan Cameron wrote:
> From: Ben Widawsky
>
> A CXL device is a type of CXL component. Conceptually, a CXL device
> would be a leaf node in a CXL topology. From an emulation perspective,
> CXL devices are the most complex and so the actual implementati
From: Ben Widawsky
A CXL device is a type of CXL component. Conceptually, a CXL device
would be a leaf node in a CXL topology. From an emulation perspective,
CXL devices are the most complex and so the actual implementation is
reserved for discrete commits.
This new device type is specifically c
10 matches
Mail list logo