similar to: Xen and Dom0 application

Displaying 20 results from an estimated 200000 matches similar to: "Xen and Dom0 application"

2011 Jun 06
1
dom0 dedicated memory Xen dom0 dedicated memory and preventing dom0 memory ballooning
I''m trying to configure GRUB to allocate fixed amount of dedicated memory to dom0, according to this best practices thread (http://wiki.xensource.com/xenwiki/XenBestPractices | "Xen dom0 dedicated memory and preventing dom0 memory ballooning "). When I reboot, dom0 has the fixed amount of memory as it was configured, but neither xm info shows the rest of memory available
2008 Jun 26
1
dom0 / Xen
I have installed SuSE 10 SP2 Xen server. There were two images under /boot - vmlinux-2.6.16.60-0.21-xen and xen-syms- 3.2.0_16718_14_0.4. what are these two images? I know I am booting on the first which is the dom0, what is the second one, is it the hypervisor? where can I identify which process is the hypervisor? _______________________________________________ Xen-users mailing list
2011 Mar 03
2
how should I go for Xen 4.0.1 with a non pv-ops Dom0 kernel
Hi, I recently compiled a Xen-4.0.1 and pv-ops Dom0 2.6.32.27 kernel from JF''s tree.Where my hypervisor could not boot and unfortunately the system is rebooting so frequently that I am not able to note down the error messages on a paper and pencil.So now I am planning to go for a non pv-ops Dom0.I am not clear as what should be the approach? I have been Googling it every now and then and
2008 Jul 10
1
Hypervisor to dom0 communication
I am working on a security tool that monitors various components (IDT, SSDT, etc) of a domU using VM introspection. Currently, we''re using a polling method to monitor these in-core structions. We would like to be able to use a blocking method instead. I.e. specify "interesting" memory ranges and then wait until they are modified. How can I get the hypervisor to alert a
2010 Oct 19
2
CentOS dom0 and domU kernel with xen 3.4.3?
Hi folks, I hope this is the right place to ask - if not I can switch to the CentOS mailing list. I am running GITCOs 3.4.3 hypervisor with original RHEL5.5/CentOS5.5 kernels in dom0 and domU. I have phenonema I want to get rid of (like time running wild - really wild). So I am looking for a way to compile a kernel with all CentOS refinements/backports/additions and xen 3.4.3. I have
2009 Oct 15
0
NMI on domU shutdown with PCI passthrough, Lyon''s 2.6.31-4 dom0, xen 3.5
I started a new thread because this not a pv-ops dom0 anymore. I''m running Andrew Lyon''s 2.6.31-4 patches for a non-pv-ops kernel. Got it again, after issuing "poweroff" from the domU. (XEN) (XEN) NMI - MEMORY ERROR (XEN) ----[ Xen-3.5-unstable x86_64 debug=y Not tainted ]---- (XEN) CPU: 0 (XEN) RIP: e008:[<ffff82c48011f55c>] remove_from_heap+0x8f/0xd0
2013 Jan 21
1
Bug#698651: xen-hypervisor-4.1-amd64: PMU (performance monitoring) unit may be unexpectedly enabled on Dom0
Package: xen-hypervisor-4.1-amd64 Version: 4.1.3-7 Severity: important Tags: patch Dear Maintainer, The PMU may be enabled on the Dom0 although the needed MSRs are not accessible, causing at least major noise on the xen messages ring buffer. I suspect there might also be a performance decrease, because the MSR write is trapped by Xen. Once the PC is in that state, a reboot won't help. This
2011 Jun 13
2
Newbie Trying XEN with CENTOS 5.6 dom0
Hi All, After digging through the xen wiki, the recommendation I have found so far for first time virtualization testing of XEN is to use Centos. Do I get to choose which XEN hypervisor version I want to run?...e.g if I want the latest (XEN 4.1) At the moment I am using a liveCD - feeling my way around Linux environment (newbie here as well)... Any pointers to set me in the right direction
2010 Jan 26
1
Bug#567025: xen-hypervisor-3.4-amd64: unhandled page fault while initializing dom0
Package: xen-hypervisor-3.4-amd64 Version: 3.4.2-2 Severity: critical Justification: breaks the whole system -- Dump: (XEN) Xen version 3.4 (Debian 3.4.2-29 (XEN) Command line: com1=115200,8n1 console=com1,vga loglvl=all guest_loglvl=all noreboot (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: none; EDID transfer time: 1 seconds (XEN) EDID info not
2010 Jan 26
1
Bug#567026: xen-hypervisor-3.4-amd64: unhandled page fault while initializing dom0
Package: xen-hypervisor-3.4-amd64 Version: 3.4.2-2 Severity: critical Justification: breaks the whole system -- Dump: (XEN) Xen version 3.4 (Debian 3.4.2-29 (XEN) Command line: com1=115200,8n1 console=com1,vga loglvl=all guest_loglvl=all noreboot (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16
2007 Dec 18
7
Xen dom0 memory
I just discovered that my xen hypervisor only believes that it has 3199 MB of memory, when there are 4GB inside the computer. I don''t know how long this has been this way, but I do not know how to try and force the hypervisor to realize how much memory it has. Any ideas how I can accomplish this? I am running CentOS 5 (RHEL 5), kernel 2.6.18-53.1.4.el5xen, x86_64, xen 3.0.3.
2007 Oct 29
0
[PATCH][retry 2][cpufreq] Xen support for the ondemand governor in Linux dom0
Modify the cpufreq ondemand governor so that it can get idle and total nsecs from the Xen hypervisor.  Xen uses nsecs to measure idle time, while Linux uses ticks. Other than accounting for that difference, use the same algorithm to calculate idle time as Linux does. Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com> diff -r 26962454b508 drivers/cpufreq/cpufreq_ondemand.c ---
2011 May 18
1
Re: [PATCH] x86: clear CPUID output of leaf 0xd for Dom0 when xs
Hi Jan, I was wondering if we should not let the code fall through and clear all registers to zero but rather clear just the one bit we care about? My concern is that a future Intel revision may expand this function and return other information besides that XSAVEOPT, which would then be wiped out by the fall-through code. I''m thinking something like this. Let me know if I have
2006 Aug 29
0
Send data from hypervisor to Dom0?
Good morning, I am working on a project that does some system profiling at hypervisor level. I want to send some data from hypervisor to Dom0, and each time the data to be sent are quite small: only 8 bytes. I imagine that each time after sending data to Dom0, hypervisor needs to somehow notify Dom0 about the data it has just sent. I am studying Xen and it looks like I can do it in 2 ways: 1)
2010 May 17
3
Xen Dom0 performance reporting/monitoring
Hi All, Debian Lenny, Xen 3.2.1 Apologies if this has been covered many times before, but I''m unsure how to go about this. I want to obtain stats from my dom0, IO, cpu etc over time to see if I''m getting any load peaks or if my hardware could handle more domU''s. I''m thinking of something similar to sar which gives you 15 minute averages across the day. I
2011 May 20
1
Help! Xen dom0 kernel-2.6.38 shows blank screen!
Hello, my name is Viktor. I use kernel-2.6.38.5 as dom0. I can''t get access to console dom0. There is a blank screen after xen-4.1.0.gz loading. But dom0 is loaded and I have got it from ssh and it works fine. I just see nothing at monitor screen. Why? May be I have error in my grub.conf settings, please help! My video card: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series]
2010 Aug 12
1
Dom0 mask CPU flags?
Hi all, Does Xen dom0 mask CPU flags or what? I execute "cat /proc/cpuinfo" on bare-metal linux ,and get: +------------------------------------------------------------------------------------------------- | | flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 | clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm | 3dnowext
2007 Nov 28
1
How to debug XEN, in case where DomU/Dom0 gets unresponsive?
Hi all, I would like to know how to debug xen. To give some more informations, I would like to explain why I''d like to do this. I''ve compiled xen from source (3.1.x/unstable) and installed it on Debain etch. Furthermore I''ve installed 2 DomU, one HVM (Win2k3) and one EFW (Endian Firewall, RH-based 2.6.9-55 kernel). Both DomU''s are running fine for about 15
2008 Jan 23
2
dom0 kernel for xen 3.2
Hello. Which kernel could be used for dom0 together with just-uploaded xen hypervisor 3.2 ? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20080123/64b16f1f/attachment.pgp
2006 Aug 29
0
Hypervisor won''t find Dom0
Hello, I''m running a standard Debian Etch Xen server for testing. Today I ran a Debian update and it installed some new kernel-related packages. The install scripts said something about deleting unused symlinks, but I was in a hurry, so I can''t remember exactly. Now I''ve the problem that the server will not boot any more. After loading the hypervisor, the system