mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
migration/ram: fix docs of ram_handle_zero
Remove outdated 'ch' parameter from the function documentation. Signed-off-by: Marco Cavenati <Marco.Cavenati@eurecom.fr> Reviewed-by: Juraj Marcin <jmarcin@redhat.com> Link: https://lore.kernel.org/r/20251001161823.2032399-3-Marco.Cavenati@eurecom.fr Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
@@ -3630,7 +3630,6 @@ static inline void *colo_cache_from_block_offset(RAMBlock *block,
|
||||
* determined to be zero, then zap it.
|
||||
*
|
||||
* @host: host address for the zero page
|
||||
* @ch: what the page is filled from. We only support zero
|
||||
* @size: size of the zero page
|
||||
*/
|
||||
void ram_handle_zero(void *host, uint64_t size)
|
||||
|
||||
Reference in New Issue
Block a user