mirror of https://github.com/xemu-project/xemu.git
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:
parent
501cf8facd
commit
ff1543af22
|
@ -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)
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue