similar to: Xen 3.3.1 - DomU HVM Windows

Displaying 20 results from an estimated 20000 matches similar to: "Xen 3.3.1 - DomU HVM Windows"

2009 Jan 22
0
hvm phy-disc doesnt boot (file-disc does) (debian dom0, SLES domU)
Hi, we have a debian etch system running here and it works fine for hvms (winxp) and paras (debian etchs). Today i tried to do a SLES10SP2 setup as hvm (in the future it should run as para). I used this config: --------------- xenserver:/etc/xen# cat gp2backuptest.cfg kernel = ''/usr/lib/xen-default/boot/hvmloader'' builder = ''hvm''
2007 Jul 07
2
is it possible to have 64bit HVM domU?
Hallo! I am using on a system based on Debian GNU/Linux Etch on AMD64 platform Linux and Solaris running in a HVM domU but they both seem to be 32bit environments. I know so because 64bit Linux didnt boot and said something about am I trying to run it in 32 bit environment; and because i had to install 32bit Oracle because 64bit Oracle said it expected BIT_SIZE=64 and got BIT_SIZE=32. And also,
2010 Jan 28
0
Debian HVM DomU won''t boot
Hi, I use Centos 5.4 x86_64 kernel used is 2.6.18-164.11.1.el5xen I have a physical machine running Debian Etch (32 bit) and Debian Lenny and I virtualized the first one as follows: *Created a HVM DomU with Virt-Manager with a virtual disk file of 40000 M *Boot from LiveCD, and created a swap and a ext3 partitions (Yes, very simple layout). *Rsync''d files from root partition of
2008 Aug 01
0
HVM domU networking
Hi all, I''m currently experiencing some problems with the network connection of a HVM domU. I''m using xen 3.0.3-1 on a debian etch box and have to use the routing configuration (but bridging does not work either) Booting the domU works fine, but I can not ping dom0 -> domU neither domU -> dom0. Although the transmit counter is incremented in the domU, no packets are
2008 May 13
3
Xen HVM cpuid problem
Hi Keir, For HVM guests, all cpuid Fn''s going through domain_cpuid() iterate over the loop and then return 0 for all four registers. Guests OS''s and cpuid tools in HVM which query for cpuid Fn 0000.0000 %eax and 8000.0000 %eax, see the value 0 and think, Xen emulates oldish 386/486 CPUs. This leads to strange boot failures, "your CPU does not support long mode" or
2006 Aug 14
0
[PATCH] HVM SMBIOS v3 [1/5]
[HVM] Cleanup: move cpuid function to util.c . Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r f328519053f5 -r 4cc861f6b425 tools/firmware/hvmloader/hvmloader.c --- a/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 10:58:02 2006 +0100 +++ b/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 11:16:09 2006 -0400 @@ -116,15 +116,6 @@ check_amd(void) } static void -cpuid(uint32_t
2008 Apr 21
1
[PATCH] x86-64: emulation support for cmpxchg16b
With the x86 instruction emulator no pretty complete, I''d like to re-submit this patch to support cmpxchg16b on x86-64 and at once rename the underlying emulator callback function pointer (making clear that if implemented, it is to operate on two longs rather than two 32-bit values). At the same time it fixes an apparently wrong emulator context initialization in the shadow code.
2007 Jul 15
3
BSD domU with HVM
Hi all! I have recently purchased an Athlon X2 3800+ and I should like to install FreeBSD or OpenBSD in a HVM domU on Xen 3.0.3-1 dom0 (Debian packages). Is it possible? In such case, can someone recommend me a guide/howto to accomplish it? Thanks in advance. Regards, Daniel -- Daniel Bareiro - System Administrator Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37 Powered by
2014 Jun 12
1
Xen PV domU reported as Xen-HVM
Hello, I am running two dom0s, one on CentOS 5 with Xen 4.1.2 (from Gitco) and the other one on CentOS 6 with Xen 4.2.4 (from Xen4CentOS). I host one LVM based domU on both from the same template (CentOS 6 PV) with the same Xen config (see below). However, the domU on Xen 4.1 reports itself as Xen PV while the domU on Xen4CentOS reports itself as Xen HVM. == First domU == virt-what and cPanel
2007 Aug 09
0
[PATCH] x86/hvm: miscellaneous CPUID handling changes
- use __clear_bit() rather than clear_bit() - use switch statements instead of long series of if-s - eliminate pointless casts (Applies cleanly only on top of the previously sent SVM/EFER patch.) Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-08-08/xen/arch/x86/hvm/hvm.c =================================================================== ---
2009 Feb 25
3
HVM Linux DomU doesn''t start
Hi all, we are running two servers with Ubuntu 8.04 LTS Server with Xen 3.2 and two dual-core CPUs: processor : {0-3} vendor_id : AuthenticAMD cpu family : 15 model : 65 model name : Dual-Core AMD Opteron(tm) Processor 2218 HE stepping : 3 cpu MHz : 2613.394 cache size : 1024 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 fpu :
2012 Feb 29
4
Problems with hyperthreading in Windows HVM
Hi, I have been trying to get Hyperthreading to work in a Windows HVM on Xen 4.1.2 as described in ''xmexample.hvm''. I think I have set it up correctly, but I can''t seem to get it to work. There is not much documentation on it and most topics are from years ago. I''m curious to know to whether this functionality is still supposed to work. I''m aware that
2008 Sep 16
1
HVM guest high CPU usage
I have couple of HVM guests on xen 3.2. When guests boot, qemu-dm uses alot of cpu for approx 20 minutes post boot then load drops to average 0.50. I did some debugging and see this is going on, I suspect display output is using the CPU. Disabling VNC and SDL didn''t help with the CPU usage. any ideas how to reduce the cpu or stop it all together? My setup is as following: Xen
2012 Sep 20
0
[PATCH 3/3] Expose tsc adjust to hvm guest
Expose tsc adjust to hvm guest Intel latest SDM (17.13.3) release a new MSR CPUID.7.0.EBX[1]=1 indicates TSC_ADJUST MSR 0x3b is supported. This patch expose it to hvm guest. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r a6d12a1bc758 tools/libxc/xc_cpufeature.h --- a/tools/libxc/xc_cpufeature.h Thu Sep 20 00:03:25 2012 +0800 +++ b/tools/libxc/xc_cpufeature.h Thu Sep 20
2011 Apr 14
0
[PATCH][RFC] FPU LWP 5/5: enable LWP CPUID for HVM guests
This patch enables LWP related CPUID to HVM guests. Signed-off-by: Wei Huang <wei.huang2@amd.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Nov 06
0
High ping time from domU , normal time when tcpdump is running
HI, I''m having trouble with a debian etch HVM domU inside a dom0 domu >From domU, I try to ping gateway, but response time change if tcpdump is writing to standard output. Ping without tcpdump running has a 4 ms time. While tcpdump is writing in stdout, in another terminal: # ping -n -c20 10.12.6.1 PING 10.12.6.1 (10.12.6.1) 56(84) bytes of data. 64 bytes from 10.12.6.1: icmp_seq=1
2013 Oct 08
3
Re: [PATCH v4 1/9] xen/arm: Implement hvm save and restore
>------- Original Message ------- >Sender : Julien Grall<julien.grall@linaro.org> >Date : 2013-10-07 21:49 (GMT+09:00) >Title : Re: [Xen-devel] [PATCH v4 1/9] xen/arm: Implement hvm save and restore > >On 10/04/2013 05:43 AM, Jaeyong Yoo wrote: >> Implement save/restore of hvm context hypercall. In hvm >> context save/restore, we save gic, timer and vfp
2009 May 04
0
Starting win2k3 hvm on another host.
I am trying to get a vm running on a different host. It fails to start with the error below. Both hosts are running the same software CentOS 5.4 and Xen 3.3.1 any clues as to why it fails would be appreciated. [2009-05-04 15:31:59 3933] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''agree-37''],
2007 Jul 24
0
fedora7 can not boot in hvm domain of xen3.1
Hi, all I am new to xen, and just try to use the HVM feature of xen3.1. two issues i met: 1. fedora 7 guest can not boot grub is displaying the boot menu, but hang there. and from "xm top", seems the guest exhauses all the cpu. 2. sdl doesn''t work, i always need to use vnc client to connect to the console here are some info about my system. * cat /proc/cpuinfo * cat xm.hvm (my
2009 Nov 06
6
Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
Package: xen-utils-3.2-1 Version: 3.2.1-2 Severity: normal Under this Xen setup, (Linux) HVM guests fail to have network active when running with *routed* networking, as some hosting providers require (in my case, OVH). In this scenario: * the host is a described below * the guest runs as HVM. * the guest runs exclusively with ioemu; virtual network drivers are not available (vanilla lenny