search for: vmxon

Displaying 17 results from an estimated 17 matches for "vmxon".

Did you mean: vmmon
2008 Jan 11
4
GP exception on vmxon
Hello, I tried to write a piece of code to start vmx. This code is directly interacting with cpu instead of with virtual cpu as in xen. But every time I call vmxon, a GP exception happens. Could anybody help me on this? The following is the context 1. After booting up to the program, I disable A20M. 2. allocate a 4kb-aligned vmxon region and calculate its physical address. 3. setup identity page table and enter protected page mode. In this step I also...
2009 May 26
9
how to enable VT
Hi, I have a Dell opt 755 machine and installed Xen 3.3.1. The CPU is core 2 due E6550, which as the vmx flag. However, when I reboot the machine to xen 3.3.1. I can not find vmx in the /proc/cpuinfo. But vms appears in the kernel 2.6.29 (not xen kernel). Can anyone help on how to enable vt in this machine? Thanks. Steven _______________________________________________ Xen-users mailing list
2006 Sep 29
1
[PATCH] hvm: clear vmxe if vmxoff
hvm: clear vmxe if vmxoff The current Xen code keeps X86_CR4_VMXE set even if VMXON has not been executed. The stop_vmx() code assumes that it is possible to call VMXOFF if X86_CR4_VMXE is set which is not always true. Calling VMXOFF without VMXON results in an illegal opcode trap, and to avoid this condition this patch makes sure that X86_CR4_VMXE is only set when VMXON has be...
2012 Jun 20
2
how to check for already existing hypervisor?
...let me shortly introduce myself. I''m a student and recently work on my bachelor thesis. My goal is to write a little hypervisor. I''m not quite sure if this is the right mailing list, but i guess you''ll gonna tell me. i have two quick questions: 1. before i can use the vmxon instruction i do have to set vmxe flag in cr4 register. but what if some hypervisor is already running? is there a way to check if one is running?? 2. before i set the vmxe bit in cr4, i check if it is already enabled. i do this while my module gets loaded. but i observed a strange thing. sometim...
2006 May 14
1
xen 3.02 with Intel VT
Dear mailing list I just installed Suse 10.1 with Xen support on a computer with an dualcore Intel processor. Is ther any documantation around on how to configure the xen, that it supports the intels vt technologiy. Thanks for your help Damian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Jul 16
0
Progress on Windows support ?
...t 6 (Installation hangs at "Setup is starting Windows"). I am running Fedora Core 5 with Xen 3.0.2 and the related kernels installed, and using the solution described here does not work for me. I have an Intel P4D 930 CPU on an Asus motherboard, and xm dmesg | grep VXMON shows (XEN) VMXON is done (XEN) VMXON is done This seems correct as I have a dual core Intel CPU. Can anyone advise anything else I could try to get Windows XP to work in this configuration? I''m currently building Xen-unstable, but I''m hoping for a more straightforward solution than having t...
2006 Nov 24
0
Error: (12, ''Cannot allocate memory'')
...d00000 (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Initializing CPU#0 (XEN) Detected 2992.570 MHz processor. (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 0 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#0. (XEN) CPU0: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz stepping 06 (XEN) Booting processor 1/6 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CP...
2007 Sep 10
3
Bug#441539: xen-hypervisor-3.0.3-1-amd64: Xen failing to boot with FATAL TRAP error
...d00000 (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Initializing CPU#0 (XEN) Detected 1861.936 MHz processor. (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 0 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#0. (XEN) CPU0: Intel(R) Xeon(R) CPU E5320 @ 1.86GHz stepping 07 (XEN) Booting processor 1/2 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CP...
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their Xen experiences with the newest Core 2 Duo CPUs, ref http://www.intel.com/products/processor/core2duo/specifications.htm The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors doesn''t include any Core 2 Duos. Does that mean that people have had problems, or is the wiki just not up to date? I gather
2006 Nov 07
2
Xen and QNX
I am trying to get QNX working with Xen. I''ve going about it in a similar way as installing windows with Xen, but when I start the guest up to install the OS it hangs on the line: ''Hit Esc for .altboot.......'' If anyone has managed to get this working, or has any ideas/advice for me here it would be greatly appreciated! Bryan
2006 Apr 10
7
Check if VT is enabled
Hello group, I recently purchased an HP m7360n computer which has an Intel Pentium D 920 processor in it. Unfortunately there is no BIOS option to enable or disable VT. The board it sits on uses the Intel 945P chipset. If I am in linux and do a ''cat /proc/cpuinfo'' I get this: [root@localhost ia32]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family
2010 Mar 26
0
VT-x enabled but xm dmesg does not show anything about vmx info
...low: xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm -3.0-x86_64 Several Windows VMs have been created on this server and running perfectly. However, I wonder that it does not show anything when commands show VT-x availability such as ''xm dmesg | grep VMX(or VMXON)'' and ''grep vmx /proc/cpuinfo'''' are entered. these commands usually works but not with this server model: Dell 2950 cpu: Intel(R) Xeon(R) CPU L5335 @ 2.00GHz xen version : 3.4.1 I would like to thank you in advance for your help :) __________________________...
2006 May 18
4
Fail to create hvm domain
I''m using FC5 with its Xen 3.0.2-2 package and 2.6.16-1.2118_FC5xen0 kernel. I''ve got a Pentium 9xx chip with virtualization enabled in the BIOS; it appears to be VT-enabled, since xm dmesg includes "(XEN) VMXON is done". I base my config file on example.hvm and on previous emails to this list. Unfortunately, I don''t get very far. xm create winxp.conf Error: (22, ''Invalid argument'') xend-debug.log gives me this: ERROR: do_evtchn_op: HYPERVISOR_event_channel_op failed: -...
2006 Nov 18
1
Xen 3.0.3 with CentOS 4.4
...I cache: 32K, L1 D cache: 32Kog (XEN) CPU: Physical Process (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 root 35148 Oct 1 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: Physical Processor ID: 06423 Oct 21 18:25 qemu-dm.9847.log (XEN) CPU: Processor Core ID: 1 (XEN) VMXON is done root 36471 (XEN) Intel machine check architecture supported. -r (XEN) Intel machine check reporting enabled o (XEN) ENABLING IO-APIC IRQsmp 17901 Oct 1 15:30 (XEN) -> Using new ACK method (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1en-hotplug.log (XEN) checki...
2006 May 31
1
How to enable VMX?
Hello, I''m trying to use the VT technology on box but when I start Xen VMX is disabled by Feature Control MSR as shown in the following message: Xen version 3.0.2-3 (guill@frec.bull.fr) (gcc version 3.3.5 (Debian 1:3.3.5-13)) Wed May 31 16:07:00 CEST 2006 Latest ChangeSet: Tue May 30 18:14:05 2006 +0100 9697:18e8e613deb9 ... (XEN) Initializing CPU#0 (XEN) Detected 3391.682 MHz
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Sep 23
11
[PATCH v4 0/4] x86/HVM: miscellaneous improvements
The first and third patches are cleaned up versions of an earlier v3 submission by Yang. 1: Nested VMX: check VMX capability before read VMX related MSRs 2: VMX: clean up capability checks 3: Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulation 4: x86: make hvm_cpuid() tolerate NULL pointers Signed-off-by: Jan Beulich <jbeulich@suse.com>