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 visibility from mailbox-utils.c and i2c_mctp_cxl.

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

2025-05-20 Thread Fan Ni
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 visibility from mailbox-utils.c and i2c_mctp_cxl.c, which checks that > certain command sets are bound with the correct

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

2025-05-07 Thread anisa . su887
From: Anisa Su In preparation for the next patch, move opcodes enum to new cxl_opcodes.h file for visibility from mailbox-utils.c and i2c_mctp_cxl.c, which checks that certain command sets are bound with the correct MCTP binding. Signed-off-by: Anisa Su --- hw/cxl/cxl-mailbox-utils.c | 68 ++