[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output pay
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroing |
Date: |
Wed, 21 Feb 2024 21:59:49 +0100 |
User-agent: |
Mozilla Thunderbird |
Hi,
On 21/2/24 19:53, nifan.cxl@gmail.com wrote:
From: Fan Ni <fan.ni@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
Signed-off-by: Fan Ni <fan.ni@samsung.com>
---
hw/cxl/cxl-mailbox-utils.c | 7 -------
1 file changed, 7 deletions(-)