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
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
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