mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
migration: fix a typo
'postocpy' should be 'postcopy'. CC: qemu-trivial@nongnu.org Signed-off-by: Li Qiang <liq3ea@163.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <20190525062832.18009-1-liq3ea@163.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
+1
-1
@@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
|
||||
}
|
||||
|
||||
/**
|
||||
* get_queued_page: unqueue a page from the postocpy requests
|
||||
* get_queued_page: unqueue a page from the postcopy requests
|
||||
*
|
||||
* Skips pages that are already sent (!dirty)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user