On Wed, Feb 21, 2024 at 09:59:49PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > On 21/2/24 19:53, [email protected] wrote: > > From: Fan Ni <[email protected]> > > > > The whole mailbox output payload space is already zeroed after copying > > out the input payload, which happens before processing the specific mailbox > > command: > > https://elixir.bootlin.com/qemu/latest/source/hw/cxl/cxl-device-utils.c#L204 > > Since "latest" isn't stable, this link won't be accurate in 6 months. > > Please use the current release: > https://elixir.bootlin.com/qemu/v8.2.1/source/hw/cxl/cxl-device-utils.c#L204 >
Thanks, Philippe. Just sent out v2 as you suggested. https://lore.kernel.org/linux-cxl/[email protected]/T/#u Fan > > > > Signed-off-by: Fan Ni <[email protected]> > > --- > > hw/cxl/cxl-mailbox-utils.c | 7 ------- > > 1 file changed, 7 deletions(-) >
