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 implemented per CXL r3.2 Spec Section > >

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

2025-06-06 Thread Fan Ni
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 implemented per CXL r3.2 Spec Section > > 7.6.7.6.6 > > > > Signed-off-by: Anisa Su > > See below .. > >

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

2025-06-06 Thread Fan Ni
On Thu, Jun 05, 2025 at 11:42:23PM +, anisa.su...@gmail.com wrote: > From: Anisa Su > > FM DCD Managment command 0x5605 implemented per CXL r3.2 Spec Section > 7.6.7.6.6 > > Signed-off-by: Anisa Su See below .. > --- > hw/cxl/cxl-mailbox-utils.c | 62

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

2025-06-06 Thread ALOK TIWARI
On 06-06-2025 05:12, anisa.su...@gmail.com wrote: From: Anisa Su FM DCD Managment command 0x5605 implemented per CXL r3.2 Spec Section 7.6.7.6.6 typo Managment Signed-off-by: Anisa Su --- hw/cxl/cxl-mailbox-utils.c | 62 ++ 1 file changed, 62 inse

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

2025-06-05 Thread anisa . su887
From: Anisa Su FM DCD Managment command 0x5605 implemented per CXL r3.2 Spec Section 7.6.7.6.6 Signed-off-by: Anisa Su --- hw/cxl/cxl-mailbox-utils.c | 62 ++ 1 file changed, 62 insertions(+) diff --git a/hw/cxl/cxl-mailbox-utils.c b/hw/cxl/cxl-mailbox-util