Re: [PULL 55/63] hw/cxl/mbox: Add support for background operations

2023-11-09 Thread Davidlohr Bueso
On Thu, 09 Nov 2023, Peter Maydell wrote: On Tue, 7 Nov 2023 at 10:13, Michael S. Tsirkin wrote: From: Davidlohr Bueso Support background commands in the mailbox, and update cmd_infostat_bg_op_sts() accordingly. This patch does not implement mbox interrupts upon completion, so the kernel dr

Re: [PULL 55/63] hw/cxl/mbox: Add support for background operations

2023-11-09 Thread Peter Maydell
On Tue, 7 Nov 2023 at 10:13, Michael S. Tsirkin wrote: > > From: Davidlohr Bueso > > Support background commands in the mailbox, and update > cmd_infostat_bg_op_sts() accordingly. This patch does not implement mbox > interrupts upon completion, so the kernel driver must rely on polling to > know

[PULL 55/63] hw/cxl/mbox: Add support for background operations

2023-11-07 Thread Michael S. Tsirkin
From: Davidlohr Bueso Support background commands in the mailbox, and update cmd_infostat_bg_op_sts() accordingly. This patch does not implement mbox interrupts upon completion, so the kernel driver must rely on polling to know when the operation is done. Signed-off-by: Davidlohr Bueso Signed-o