Re: [PATCH qemu 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config

2025-07-14 Thread Anisa Su
: > > > > > > > On Mon, 14 Jul 2025 15:02:18 +0100 > > > > Jonathan Cameron wrote: > > > > > > > > > On Mon, 14 Jul 2025 05:32:19 -0400 > > > > > "Michael S. Tsirkin" wrote: > > > > &g

Re: [HACK QEMU PATCH v1 1/1] hw/cxl: Fix MCTP Binding Check

2025-06-27 Thread Anisa Su
On Fri, Jun 27, 2025 at 10:48:59AM +0100, Jonathan Cameron wrote: > On Thu, 26 Jun 2025 23:41:15 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > Per the spec, FMAPI commands (0x51-0x59) must be bound with > > MCTP_MT_CXL_FMAPI. Fi

Re: [RFC PATCH qemu 0/5] hw/cxl/mctp/i2c/usb: MCTP for OoB control of CXL devices.

2025-06-24 Thread Anisa Su
On Mon, Jun 09, 2025 at 05:33:28PM +0100, Jonathan Cameron wrote: > This posting is primarily about sharing the USB device emulation to get some > early feedback. > > RFC reasons: > - Known 'inaccuracies' in emulation (not obeying MTU in the to host direction > for > example)./ > - Not sure wha

Re: [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release

2025-06-06 Thread Anisa Su
On Fri, Jun 06, 2025 at 11:48:33AM -0700, Fan Ni wrote: > On Fri, Jun 06, 2025 at 11:43:51AM -0700, Fan Ni wrote: > > On Thu, Jun 05, 2025 at 11:42:23PM +, anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > > > FM DCD Managment command 0x5605 i

Re: [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add

2025-06-06 Thread Anisa Su
On Fri, Jun 06, 2025 at 06:12:19PM +0530, ALOK TIWARI wrote: > > > On 06-06-2025 05:12, anisa.su...@gmail.com wrote: > > From: Anisa Su > > > > FM DCD Management command 0x5604 implemented per CXL r3.2 Spec Section > > 7.6.7.6.5 > > > > Sign

Re: [PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605

2025-06-05 Thread Anisa Su
On Mon, Jun 02, 2025 at 05:46:57PM +, Anisa Su wrote: > On Fri, May 30, 2025 at 03:26:55PM +0100, Jonathan Cameron wrote: > > On Tue, 20 May 2025 14:39:47 +0100 > > Jonathan Cameron via wrote: > > > > > On Thu, 8 May 2025 00:00:56 + > > > anisa.su.

Re: [PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605

2025-06-02 Thread Anisa Su
On Fri, May 30, 2025 at 03:26:55PM +0100, Jonathan Cameron wrote: > On Tue, 20 May 2025 14:39:47 +0100 > Jonathan Cameron via wrote: > > > On Thu, 8 May 2025 00:00:56 + > > anisa.su...@gmail.com wrote: > > > > > From: Anisa Su > > > >

Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-30 Thread Anisa Su
On Fri, May 30, 2025 at 02:43:35PM +0100, Jonathan Cameron wrote: > On Tue, 20 May 2025 17:33:46 + > Anisa Su wrote: > > > On Tue, May 20, 2025 at 08:37:35AM -0700, Fan Ni wrote: > > > On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote:

Re: [PATCH] Add support for FMAPI Get Mutliheaded Head info opcode (5501h)

2025-05-22 Thread Anisa Su
On Thu, May 22, 2025 at 12:01:35PM +0530, Vinayak Holikatti wrote: > CXL spec 3.2 section 7.6.7.5.2 describes Get Head Info. > > Signed-off-by: Vinayak Holikatti > --- > This patch is generated against Jonathan Cameron's branch cxl-2025-03-20 > > hw/cxl/cxl-mailbox-utils.c | 21 + > h

Re: [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file

2025-05-20 Thread Anisa Su
On Tue, May 20, 2025 at 08:37:35AM -0700, Fan Ni wrote: > On Thu, May 08, 2025 at 12:00:57AM +, anisa.su...@gmail.com wrote: > > From: Anisa Su > > > > In preparation for the next patch, move opcodes enum to new cxl_opcodes.h > > file > > for vi

Re: [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add

2025-05-05 Thread Anisa Su
On Thu, Apr 24, 2025 at 12:19:59PM +0100, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:35 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > FM DCD Management command 0x5604 implemented per CXL r3.2 Spec Section > > 7.6.7.6.5

Re: [PATCH 1/9] cxl/type3: Add supported block sizes bitmask to CXLDCRegion struct

2025-04-29 Thread Anisa Su
On Thu, Apr 24, 2025 at 11:11:31AM +0100, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:28 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > Add supported_blk_size field to CXLDCRegion struct in preparation for > > next patch. It is neede

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-16 Thread Anisa Su
On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:29 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > > 7.6.7.6.1

Re: [PATCH 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config

2025-04-16 Thread Anisa Su
On Mon, Mar 17, 2025 at 04:31:33PM +, anisa.su...@gmail.com wrote: > From: Anisa Su > > FM DCD Management command 0x5602 implemented per CXL r3.2 Spec Section > 7.6.7.6.3 > > Signed-off-by: Anisa Su > --- > hw/cxl/cxl-mailbox-utils.c | 100 +

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-04-14 Thread Anisa Su
Hi Jonathan, Any update on this? Thanks, Anisa On Mon, Mar 31, 2025 at 12:38 PM Anisa Su wrote: > On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > > On Mon, 17 Mar 2025 16:31:29 + > > anisa.su...@gmail.com wrote: > > > > > From: Anisa Su

Re: [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info

2025-03-31 Thread Anisa Su
On Tue, Mar 18, 2025 at 03:56:24PM +, Jonathan Cameron wrote: > On Mon, 17 Mar 2025 16:31:29 + > anisa.su...@gmail.com wrote: > > > From: Anisa Su > > > > FM DCD Management command 0x5600 implemented per CXL 3.2 Spec Section > > 7.6.7.6.1 > > &g