search for: xc_linux_restor

Displaying 12 results from an estimated 12 matches for "xc_linux_restor".

Did you mean: xc_linux_restore
2007 May 21
2
new_ctxt_format in xc_linux_restore?
Guess following lines as typo since new context format is used to support fast suspend with online vcpu context saved in image file: if ( !new_ctxt_format ) <--- Opposite should be used here??? ctxt.flags |= VGCF_online; Or do I misunderstand save/restore logic? Also interested why smp restore works if a true typo above. :-) Thanks, Kevin
2006 Apr 17
1
[patch] calloc arguments
...yboard_layo char* file_name=malloc(strlen(prefix)+strlen(language)+strlen(bios_dir)+1); if(!k) - k=calloc(sizeof(kbd_layout_t),1); + k=calloc(1, sizeof(kbd_layout_t)); strcpy(file_name,bios_dir); strcat(file_name,prefix); strcat(file_name,language); diff -r c4eead8a925b tools/libxc/xc_linux_restore.c --- a/tools/libxc/xc_linux_restore.c Sun Apr 16 15:41:31 2006 +0100 +++ b/tools/libxc/xc_linux_restore.c Mon Apr 17 15:47:29 2006 -0500 @@ -183,9 +183,9 @@ int xc_linux_restore(int xc_handle, int /* We want zeroed memory so use calloc rather than malloc. */ - p2m = calloc(siz...
2007 Feb 12
0
[PATCH] lift physical address restriction in svae/restore code
Bump this to 44 bits for x86-32 and 52 bits for x86-64. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-02-07/tools/libxc/xc_linux_restore.c =================================================================== --- 2007-02-07.orig/tools/libxc/xc_linux_restore.c 2007-01-17 11:16:20.000000000 +0100 +++ 2007-02-07/tools/libxc/xc_linux_restore.c 2007-02-12 09:06:05.000000000 +0100 @@ -82,7 +82,7 @@ static int uncanonicalize_pagetable(int...
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
Last year we had a discussion[1] about how the hypercall ABI unfortunately contains fields that change width between 32- and 64-bit builds. This is a huge problem as we come up on the python management stack for ppc64, since the distributions ship 32-bit python. A 32-bit python/libxc cannot currently manage a 64-bit hypervisor. I had a patch but was unable to test it, and some other things were
2006 Jul 28
1
Re: [Xen-changelog] [xen-unstable] [IA64] Creates tools/libxc/ia64 directory.
...ibxc/Makefile Tue Jul 11 11:29:25 2006 -0600 > @@ -30,9 +30,11 @@ GUEST_SRCS-y += xc_load_bin.c > GUEST_SRCS-y += xc_load_bin.c > GUEST_SRCS-y += xc_load_elf.c > GUEST_SRCS-y += xg_private.c > -GUEST_SRCS-$(CONFIG_IA64) += xc_ia64_stubs.c > GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c xc_linux_save.c > GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c > + > +# This Makefile only adds files if CONFIG_IA64 is y. > +include ia64/Makefile > > CFLAGS += -Werror > CFLAGS += -fno-strict-aliasing I''m not sure this is the best way. We''ll need...
2011 Apr 11
0
read extended-info signature failed
...iled. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2194, in destroy xc.domain_pause(self.domid) Error: (3, ''No such process'') I have traced back the error to the following code snippet in tools/libxc/xc_linux_restore.c file ~ this is Xen 3.0.3, included in RHEL 5.5: /* Read first entry of P2M list, or extended-info signature (~0UL). */ if (!read_exact(io_fd, p2m_frame_list, sizeof(long))) { ERR("read extended-info signature failed"); goto out; } However, I am not sure un...
2006 Apr 20
1
xm restore fails
...+0100 9629:07408313ce33 /var/log/xend.log: [2006-04-19 20:42:09 xend] DEBUG (balloon:126) Balloon: free 1348; need 521; done. [2006-04-19 20:42:09 xend] DEBUG (XendCheckpoint:148) [xc_restore]: /usr/lib/xen/bin/xc_restore 11 20 42 133120 1 2 [2006-04-19 20:42:10 xend] ERROR (XendCheckpoint:227) xc_linux_restore start: max_pfn = 20800 [2006-04-19 20:42:10 xend] ERROR (XendCheckpoint:227) Increased domain reservation by 82000 KB [2006-04-19 20:42:10 xend] ERROR (XendCheckpoint:227) Reloading memory pages: 0% [2006-04-19 20:42:19 xend] ERROR (XendCheckpoint:227) Received all pages (0 races) [2006-04-1...
2006 Aug 10
2
Works...?! All blocked
Hello again, now my xen works. But a strange thing: Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 2514 4 r----- 76.2 vx1 1 256 1 -b---- 6.1 vx2 2 256 1 -b---- 5.8 vx3 3 256 1 -b---- 5.3 vx4
2005 Feb 18
14
autotoolizing xen?
Hi there! I was wondering what the general opinion on autotoolizing xen is? I am volunteering to do so, if there is interest in updating the build system to use autoconf, automake and/or libtool. Is one configure script for all of xen enough or do you want to be able to configure all/some tools separately? I know that Anthony is no fan of libtool... are there more reservations about some
2006 Mar 19
14
Detecting deadlocks with hypervisor..
Hello, I am trying to see if the hypervisor can be used to detect deadlocks in the guest VMs. My goal is to detect if a guest OS is deadlocked, and if it is, then create a clone of the deadlocked OS without the locking condition, and letting the clone run. While the clone runs I am hoping to generate some hints that could tell me what caused the deadlock. I simulated a deadlock/hang
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
...;131072', 'store/port': '1'} [2006-05-13 15:31:28 xend] DEBUG (balloon:126) Balloon: free 3865; need 137; done. [2006-05-13 15:31:28 xend] DEBUG (XendCheckpoint:148) [xc_restore]: /usr/lib/xen/bin/xc_restore 10 19 1 34816 1 2 [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) xc_linux_restore start: max_pfn = 8800 [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) Increased domain reservation by 22000 KB [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) Reloading memory pages: 0% [2006-05-13 15:31:39 xend] DEBUG (XendCheckpoint:200) store-mfn 999783 [2006-05-13 15:31:39 xend]...
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
...;131072', 'store/port': '1'} [2006-05-13 15:31:28 xend] DEBUG (balloon:126) Balloon: free 3865; need 137; done. [2006-05-13 15:31:28 xend] DEBUG (XendCheckpoint:148) [xc_restore]: /usr/lib/xen/bin/xc_restore 10 19 1 34816 1 2 [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) xc_linux_restore start: max_pfn = 8800 [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) Increased domain reservation by 22000 KB [2006-05-13 15:31:28 xend] ERROR (XendCheckpoint:227) Reloading memory pages: 0% [2006-05-13 15:31:39 xend] DEBUG (XendCheckpoint:200) store-mfn 999783 [2006-05-13 15:31:39 xend]...