ram.c (84a5a8014801a83d1b8d15fa7f0fde03db081530) | ram.c (cb8d4c8f54b8271f642f02382eec29d468bb1c77) |
---|---|
1/* 2 * QEMU System Emulator 3 * 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * Copyright (c) 2011-2015 Red Hat Inc 6 * 7 * Authors: 8 * Juan Quintela <quintela@redhat.com> --- 1258 unchanged lines hidden (view full) --- 1267 last_sent_block = pss->block; 1268 } 1269 } 1270 1271 return res; 1272} 1273 1274/** | 1/* 2 * QEMU System Emulator 3 * 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * Copyright (c) 2011-2015 Red Hat Inc 6 * 7 * Authors: 8 * Juan Quintela <quintela@redhat.com> --- 1258 unchanged lines hidden (view full) --- 1267 last_sent_block = pss->block; 1268 } 1269 } 1270 1271 return res; 1272} 1273 1274/** |
1275 * ram_save_host_page: Starting at *offset send pages upto the end | 1275 * ram_save_host_page: Starting at *offset send pages up to the end |
1276 * of the current host page. It's valid for the initial 1277 * offset to point into the middle of a host page 1278 * in which case the remainder of the hostpage is sent. 1279 * Only dirty target pages are sent. 1280 * 1281 * Returns: Number of pages written. 1282 * 1283 * @f: QEMUFile where to send the data --- 1278 unchanged lines hidden --- | 1276 * of the current host page. It's valid for the initial 1277 * offset to point into the middle of a host page 1278 * in which case the remainder of the hostpage is sent. 1279 * Only dirty target pages are sent. 1280 * 1281 * Returns: Number of pages written. 1282 * 1283 * @f: QEMUFile where to send the data --- 1278 unchanged lines hidden --- |