Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-24 Thread Jonathan Cameron via
On Wed, 24 May 2023 10:11:58 +0100 Jonathan Cameron wrote: > On Tue, 23 May 2023 14:46:37 +0200 > Markus Armbruster wrote: > > > Jonathan Cameron writes: > > > > >> > > > >> >> > +# > > >> >> > +# Inject an event record for a General Media Event (CXL r3.0 > > >> >> > 8.2.9.2.1.1)

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-24 Thread Jonathan Cameron via
On Tue, 23 May 2023 14:46:37 +0200 Markus Armbruster wrote: > Jonathan Cameron writes: > > >> > > >> >> > +# > >> >> > +# Inject an event record for a General Media Event (CXL r3.0 > >> >> > 8.2.9.2.1.1) > >> >> > >> >> What's "CXL r3.0", and where could a reader find it? > >>

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-23 Thread Markus Armbruster
Jonathan Cameron writes: >> > >> >> > +# >> >> > +# Inject an event record for a General Media Event (CXL r3.0 >> >> > 8.2.9.2.1.1) >> >> >> >> What's "CXL r3.0", and where could a reader find it? >> > >> > We have docs in docs/system/devices/cxl.rst that include the consortium >> >

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-23 Thread Markus Armbruster
Jonathan Cameron writes: > On Mon, 22 May 2023 09:19:57 +0200 > Markus Armbruster wrote: > >> Jonathan Cameron writes: >> >> > From: Ira Weiny >> > >> > To facilitate testing provide a QMP command to inject a general media >> > event. The event can be added to the log specified. >> > >> >

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-22 Thread Jonathan Cameron via
On Mon, 22 May 2023 13:57:37 +0100 Jonathan Cameron wrote: > On Mon, 22 May 2023 09:19:57 +0200 > Markus Armbruster wrote: > > > Jonathan Cameron writes: > > > > > From: Ira Weiny > > > > > > To facilitate testing provide a QMP command to inject a general media > > > event. The event can

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-22 Thread Jonathan Cameron via
On Mon, 22 May 2023 09:19:57 +0200 Markus Armbruster wrote: > Jonathan Cameron writes: > > > From: Ira Weiny > > > > To facilitate testing provide a QMP command to inject a general media > > event. The event can be added to the log specified. > > > > Signed-off-by: Ira Weiny > >

Re: [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-05-22 Thread Markus Armbruster
Jonathan Cameron writes: > From: Ira Weiny > > To facilitate testing provide a QMP command to inject a general media > event. The event can be added to the log specified. > > Signed-off-by: Ira Weiny > Signed-off-by: Jonathan Cameron [...] > diff --git a/qapi/cxl.json b/qapi/cxl.json >

[PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

2023-04-23 Thread Jonathan Cameron via
From: Ira Weiny To facilitate testing provide a QMP command to inject a general media event. The event can be added to the log specified. Signed-off-by: Ira Weiny Signed-off-by: Jonathan Cameron --- v5: * Rebase * Update QMP Since entries to 8.1 --- hw/mem/cxl_type3.c | 111