Lines Matching +full:guest +full:- +full:side
10 * later. See the COPYING file in the top-level directory.
23 #include "cpu-common.h"
39 /* RCU-enabled, writes protected by the ramlist lock */
50 * Below fields are only used by mapped-ram migration
61 /* Bitmap of already received pages. Only used on destination side. */
66 * set, it means the corresponding memory chunk needs a log-clear.
67 * Set this up to non-NULL to enable the capability to postpone
71 * It is only used during src side of ram migration, and it is
75 * in that one bit can represent multiple guest pages (which is
77 * destination side, this should always be NULL, and the variable
86 * starting to run the guest, used_length and postcopy_length can differ.