search for: dump_incr

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

Did you mean: dump_int
2006 Sep 18
1
Re: dumpcore changes -- [Xen-changelog] [xen-unstable] In this patch, the xc_domain_dumpcore_via_callback() in xc_core.c of
...deletions(-) > > diff -r 30c659b655f1 -r 11645dda144c tools/libxc/xc_core.c > --- a/tools/libxc/xc_core.c Thu Sep 14 08:19:39 2006 +0100 > +++ b/tools/libxc/xc_core.c Thu Sep 14 08:19:41 2006 +0100 > @@ -5,6 +5,12 @@ > /* number of pages to write at a time */ > #define DUMP_INCREMENT (4 * 1024) > #define round_pgup(_p) (((_p)+(PAGE_SIZE-1))&PAGE_MASK) > + > +/* Callback args for writing to a local dump file. */ > +struct dump_args { > + int fd; > + int incomp_fd; > +}; > > static int > copy_from_domain_page(int xc_handle,...
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF, adds PFN-GMFN table, HVM support, and adds experimental IA64 support. - ELF format Program header and note section are adopted. - HVM domain support To know the memory area to dump, XENMEM_set_memory_map is added. XENMEM_memory_map hypercall is for current domain, so new one is created. and hvm domain builder tell xen its