search for: to_send

Displaying 3 results from an estimated 3 matches for "to_send".

Did you mean: lo_send
2007 Jan 11
0
[PATCH 6/8] HVM save restore: guest memory handling
...ec_size, nr_vcpus; + unsigned long *page_array = NULL; + + /* power of 2 order of max_pfn */ + int order_nr; + + /* bitmap of pages: + - that should be sent this iteration (unless later marked as skip); + - to skip this iteration because already dirty; */ + unsigned long *to_send = NULL, *to_skip = NULL; + + xc_shadow_op_stats_t stats; + + unsigned long total_sent = 0; + + DPRINTF("xc_hvm_save:dom=%d, max_iters=%d, max_factor=%d, flags=0x%x, live=%d, debug=%d.\n", + dom, max_iters, max_factor, flags, + live, debug); + + /* If n...
2012 Feb 09
1
Strange send failure
Hello, I''m attempting to dry run the send the root data set of a zone from one Solaris 11 host to another: sudo zfs send -r rpool/zoneRoot/zone at to_send | sudo ssh remote zfs receive -ven fileserver/zones But I''m seeing cannot receive: stream has unsupported feature, feature flags = 24 The source pool version is 31, the remote pool version is 33. Both the source filesystem and parent on the remote box are version 5. I''ve ne...
2011 May 06
14
[PATCH 0 of 4] Use superpages on restore/migrate
This patch series restores the use of superpages when restoring or migrating a VM, while retaining efficient batching of 4k pages when superpages are not appropriate or available. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel