]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
migration/ram: fix docs of ram_handle_zero
authorMarco Cavenati <Marco.Cavenati@eurecom.fr>
Wed, 1 Oct 2025 16:18:22 +0000 (18:18 +0200)
committerPeter Xu <peterx@redhat.com>
Mon, 3 Nov 2025 21:04:09 +0000 (16:04 -0500)
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>
migration/ram.c

index 5eef2efc781f1ddbc8987d8a0dc9918c562e32a0..13847481933e3b4b9b8bc4ab1ff4194454fe613b 100644 (file)
@@ -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)