On Wed, Feb 21, 2024 at 09:59:49PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > On 21/2/24 19:53, nifan....@gmail.com wrote: > > From: Fan Ni <fan...@samsung.com> > > > > 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/20240221221824.1092966-1-nifan....@gmail.com/T/#u Fan > > > > Signed-off-by: Fan Ni <fan...@samsung.com> > > --- > > hw/cxl/cxl-mailbox-utils.c | 7 ------- > > 1 file changed, 7 deletions(-) >