similar to: [PATCH] collect memory location of each domain

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] collect memory location of each domain"

2008 Aug 21
0
[PATCH]fix a little problem in formats file of xentrace
This patch (attached) fixes a small problem in xentrace_format. Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com> Zhou Ting <ting.g.zhou@intel.com> --- diff -r 0df3bf8aac1e tools/xentrace/formats --- a/tools/xentrace/formats Mon Jun 16 16:35:17 2008 +0100 +++ b/tools/xentrace/formats Thu Aug 21 17:36:03 2008 +0800 @@ -23,8 +23,8 @@ 0x00081001 CPU%(cpu)d
2008 May 02
6
Python script to collect domU stats
I''ve attached a python script that collects stats from DomUs (HVM and PVM). I hope this would be useful for somebody else. See comments for more info. regards, Diego -- -------------- Diego Woitasen XTECH _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jul 22
1
Guest domain performance collection
Hello, I have been investigating ways in collecting performance statistics of Guest domains running under Xen. 1) I am interested in finding out whether there is a way to obtain the current memory usage (not the amount allocated) for each guest domain? Xentop and other utilities display the amount of memory/RAM allocated to a domain, but not the amount of memory in use that you would
2011 Sep 19
0
VMX status report. Xen:23851 & Dom0:20a27c1e2...
Hi all, This is the test report for xen-unstable tree. We found one bug (#1778) about the blue screen showed when the guest win2k8 shutdown fixed. Version Info ================================================================ xen-changeset: 23851:994b5b125c31 pvops git: commit 20a27c1e25b8550066902c9d6ca91631e656dfa3 ================================================================ Test
2006 Mar 01
0
Changing Xen hard memory limit in running domain
Hi, I have a machine with 1G RAM, running Xen 3.0.1, and Linux. I want to create two domU VMs and move ALL the memory, flexibly, back and forth between the two VMs. To do this, I created two domU VMs running Linux, both with kernel boot parameters mem=1G, to tell Linux to prepare memory tables for 1G RAM. I booted the VMs, with xm parameter ''memory=256'', i.e. telling Xen
2010 May 14
2
Error: (4, ''Out of memory'', "xc_dom_boot_mem_init: can''t allocate low memory for domain\n")
Hello everyone... I get the following error when i try to creat a virtual machine Error: (4, ''Out of memory'', "xc_dom_boot_mem_init: can''t allocate low memory for domain\n") I''m using Xen under Gentoo, kernel 2.6.32-r1 in a i686 Dual Core AMD Opteron(tm) Processor 290 AuthenticAMD with 16Gb of memory and 4Tb of hard disk. It was a pain to install
2011 Jan 28
3
Doubt regarding virtual memory mapping from hypervisor to a domain
Hi, I have allocated few order=9 pages in Xen memory space using alloc_domheap_pages(NULL,9,0) during boot time just before domain is created (dom0 = domain_create(0, DOMCRF_s3_integrity, DOM0_SSIDREF) in xen/arch/x86/setup.c). I got the following virtual addresses in xen log message- (XEN) a2k2: Virt_addr:ffff83011cc00000 MFN:11cc00 (XEN) a2k2: Virt_addr:ffff83011ca00000 MFN:11ca00 (XEN)
2010 Oct 11
1
set Domain-0 default memory allocation
hi folks, anyone around who knows how to setup grub2 to allow at boot time a static memory allocation for the Domain-0. I use debain squeeze, lates update''s and my actual grub2 config doesn''t work automaticlly at boot time. i configured the arg "dom0_mem=4096M" in the grub.cfg section multiboot as shown bellow: *** menuentry ''Debian GNU/Linux, with
2006 Jun 22
1
[PATCH] fix linux ioremap() of domain local memory
is_local_lowmem() treats its physical address input as a machine address; this causes agpgart to fail while calling ioremap_nocache(). X still does not load on my Athlon 64 / Via S3 Unichrome, so perhaps best not to apply just yet. Signed-off-by: Avi Kivity <avi@qumranet.com> --- xen-ioremap-fix/linux-2.6-xen-sparse/arch/i386/mm/ioremap-xen.c~ioremap 2006-06-22 20:30:20.000000000 +0300
2006 Jul 25
2
[PATCH][XEND]Fix memory allocation for VTi domain with new Qemu on xen-unstagle.hg
Due to IA64 balloon driver not ready and it depends on max memory value to allocate its memory. So this fix is necessary now. Thanks & Best Regards -Xiantao OTC,Intel Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Mar 02
1
404 and NameError
Hi guys, I was wondering if anyone knew a fix for this problem I have. I''ve ported one of the apps I work with to Rails 0.10.0 to use Routes. Everything works great, except for 404 pages. The thing is that if I give a non existent path, I get the correct 404 error page back. However if I request a non existent file such as test.php (in fact anything non existent that isn''t a
2006 Jun 12
0
RE: Error: Not an HVM capable platform, we stop crea ting!
I cant see that all in my bios -----Original Message----- From: Jose Betancourt [mailto:jbetancourt@novell.com] Sent: 11 June 2006 17:10 To: jroberts@rias.co.uk Cc: Xen-users@lists.xensource.com Subject: [Xen-users] Error: Not an HVM capable platform, we stop creating! Check that the processor on your machine is actually capable of supporting Hardware Virtualization. A list of Intel and AMD
2010 Aug 26
0
XCI
Hi, What is XCI''s dom0''s user name and password please? I want to log into it. -- Zhou Peng My daily E-Mail: ailvpeng25@gmail.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Nov 01
0
using 3.1.2 c/s 15490, xend hangs when attempt to start domain with more memory than available
Using 3.1.2 c/s 15492 on Unisys ES7000 configured with 32 processors and 128 gb memory, I attempted to start a 160 gb domU. The xm create command hangs, as well as any other xm commands that are issued. If I do ctl-c of the hanging xm create command, I am able to terminate it and then xm commands are once again functional. I expected to get an error that there was not enough memory available
2008 Jul 17
2
Java memory allocation in guest domain with mem and max-mem properties
Hi, I''ve tried to search the list archives but I didn''t found anything about this and I''m experiencing some problems I need to solve quickly so here follows my question and related doubts. * The configuration I''ve an 8GB equipped with 2 dual core xeon cpus server running CentOS 5.1 (x64) and xen 3.0.3-41.el5 on kernel 2.6.18-53 I''m running 4 DomU
2011 Feb 06
0
4.0.1 crash when creating domain when out of memory
My Dom0 just locked up when creating a DomU, and I suspect that it''s because xen was out of memory. Last time I checked, xm info told me I had around 100mb free, and I just tried to create a DomU with 1GB of memory. I''m probably a couple of patches behind the latest rc, but can someone test to see if it does the right or wrong thing for them? Thanks James
2008 Sep 11
1
Error in /etc/init.d/xendomains if using option XEN_DOMAINS_AUTO_ONLY=true - saving of the domains always fails / shutdown is called
Hello, for everybody who develops or uses the script /etc/init.d/xendomains, there is a serious error in this script. If the given variable XEN_DOMAINS_AUTO_ONLY is set to true in /etc/sysconfig/xendomains, then the saving of the domains always fails - the domains are shut down instead of the saving. This is very bad especially for some HVM domains which MUST be saved instead of shut
2008 Sep 11
1
Error in /etc/init.d/xendomains if using option XEN_DOMAINS_AUTO_ONLY=true - saving of the domains always fails / shutdown is called
Hello, for everybody who develops or uses the script /etc/init.d/xendomains, there is a serious error in this script. If the given variable XEN_DOMAINS_AUTO_ONLY is set to true in /etc/sysconfig/xendomains, then the saving of the domains always fails - the domains are shut down instead of the saving. This is very bad especially for some HVM domains which MUST be saved instead of shut
2011 Oct 05
3
[PATCH] libxc: reset ctx->completed on each domain restore
2007 Oct 11
0
Vista crashed when do the ltp memory testing under domain 0
Hello, When run x86_32 SMP Vista HVM guest and run LTP memory stress testing under domain 0, after some time, vista will blue screen with this message:"a clock interrupt was not received on a secondary processor within the allocated time interval" with Bug Check 0x101. This issue can also be reproduced copy big files under vista for a long time.( not alway ). Could anyone give some