Displaying 2 results from an estimated 2 matches for "dummy_len".
Did you mean:
dummy_con
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
...dump_rtn)
> {
> - unsigned long nr_pages;
> + unsigned long n, nr_pages;
> xen_pfn_t *page_array = NULL;
> xc_dominfo_t info;
> int i, nr_vcpus = 0;
> @@ -37,6 +43,12 @@ xc_domain_dumpcore_via_callback(int xc_h
> char dummy[PAGE_SIZE];
> int dummy_len;
> int sts;
> + unsigned int cpy_err_cnt = 0;
> + struct dump_args *da = args;
> + int fd = da->fd;
> + int incomp_fd = da->incomp_fd;
> + char cpy_err_mesg[64];
> + int mesg_bytes;
>
> if ( (dump_mem_start = malloc(DUMP_INCREMENT*PAGE_SI...
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