mirror of https://github.com/xemu-project/xemu.git
migration: fix typo in mig_throttle_guest_down comment
Fixes commit 3d0684b2ad
("ram: Update
all functions comments")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210708162159.18045-1-olaf@aepfle.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
3b51b50668
commit
179a808045
|
@ -600,7 +600,7 @@ static size_t save_page_header(RAMState *rs, QEMUFile *f, RAMBlock *block,
|
|||
}
|
||||
|
||||
/**
|
||||
* mig_throttle_guest_down: throotle down the guest
|
||||
* mig_throttle_guest_down: throttle down the guest
|
||||
*
|
||||
* Reduce amount of guest cpu execution to hopefully slow down memory
|
||||
* writes. If guest dirty memory rate is reduced below the rate at
|
||||
|
|
Loading…
Reference in New Issue