search for: vmxassist

Displaying 20 results from an estimated 39 matches for "vmxassist".

Did you mean: vm_assist
2006 Aug 07
1
3.0.2 hvmloader
Hello! I want to run windows in xen. My linux distrution in ubuntu 6.06 amd 64. I downloaded and installed xen 3.0.2 from binaries. I found that hvmloader is not included in binary distribution :-( So I try to compile it from sources. I get following error: cpp -P -DDEBUG -DTEXTADDR=0x000D0000 vmxassist.ld > vmxassist.tmp ld -o vmxassist -m elf_i386 -nostdlib --fatal-warnings -N -T vmxassist.tmp head.o trap.o vm86.o setup.o util.o nm -n vmxassist > vmxassist.sym objcopy -p -O binary -R .note -R .comment -R .bss -S --gap-fill=0 vmxassist vmxassist.tmp dd if=vmxassist.tmp of=vmxassist.bin ib...
2008 Jan 10
1
[PATCH] Added CLTS instruction emulation in vmxassist
Trivial change to emulate CLTS instruction in vmxassist. Relevant file - tools/firmware/vmxassist/vm86.c Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com> Kamala _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 28
1
RE: A question on vmx loader in xen - how and when rombiosis loaded into memory
...ginal Message----- From: Cui, Dexuan [mailto:dexuan.cui@intel.com] Sent: Thursday, February 28, 2008 11:43 AM To: Hu Jia Yi; xen-devel@lists.xensource.com Subject: RE: [Xen-devel] A question on vmx loader in xen - how and when rombiosis loaded into memory > how and when rombios, vgabios and vmxassist have been loaded to the memory from the disk before calling “memcpy”. They are statically compiled into hvmloader in the way of C array and are loaded with hvmloader. Please step into the directory hvmloader/ and search for "roms.h" in Makefile. -- Dexuan _________________...
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list. will the P2V tools help? thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list. will the P2V tools help? thanks
2007 Jun 24
4
It seems the "machine check exception handling" breaks HVM guest
...: 0000c201 (XEN) HVM1: pci dev 04:0 bar 14 size 00000100: f4000000 (XEN) HVM1: pci dev 04:0 INTA->IRQ5 (XEN) HVM1: Creating MP tables ... (XEN) HVM1: Loading Cirrus VGABIOS ... (XEN) HVM1: Loading ACPI ... (XEN) HVM1: BIOS map: (XEN) HVM1: c0000-c8003: VGA BIOS (XEN) HVM1: d0000-d5603: VMXAssist (XEN) HVM1: e9000-e916a: SMBIOS tables (XEN) HVM1: ea000-eb0ef: ACPI tables (XEN) HVM1: f0000-fffff: Main BIOS (XEN) HVM1: Loading VMXAssist ... (XEN) HVM1: VMX go ... (XEN) HVM1: VMXAssist (Jun 24 2007) (XEN) HVM1: Memory size 511 MB (XEN) HVM1: E820 map: (XEN) HVM1: 0000000000000000 -...
2006 Jul 31
0
[PATCH] Fix gdtr access on vmxassist
Hi, Keir: the gdtr information in oldctx is an address for guest, not for vmxassist. When access descriptor on guest gdt, we need to go through guest page table if guest enable paging. This error may happen if guest enable PE/PG in one instruction. This patch fix this issue. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xin Li <xin.b.li@intel....
2006 Dec 28
0
[PATCH] Fix regs set/get decoding in VMXAssist
Fix regs set/get decoding in VMXAssist. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 28
1
A question on vmx loader in xen - how and when rombios is loaded into memory
A "main" function is defined in Xen-3.1.0-source/tools/firmware/hvmloader/hvmloader.c. In this main function, rombios, vgabios and vmxassist are copied to specified address, with following commands memcpy((void *)ROMBIOS_PHYSICAL_ADDRESS, rombios, rombios_sz); ... memcpy((void *)ETHERBOOT_PHYSICAL_ADDRESS, etherboot, sizeof(etherboot)); .... But after searching the whole directory "firmware", I don''t know...
2008 Jan 23
13
Xen 3.2 and Big Real Mode support?
Hello, I read in the announce of Xen 3.2.0 released that it has "preliminary support for a wider range of bootloaders in fully virtualised (HVM) guests, using full emulation of x86 ''real mode''" . I''d like to know what is the level of the emulation of x86 ''real mode''? I ask that because I tried to install OpenSuse 10.3 (I used the iso file
2006 Feb 10
0
(no subject)
Leendert, when I''m reading the vmxassist code, I think we need this patch, can you take a look for me? Thanks -Xin diff -r 47013962e411 tools/firmware/vmxassist/setup.c --- a/tools/firmware/vmxassist/setup.c Fri Feb 10 02:23:36 2006 +++ b/tools/firmware/vmxassist/setup.c Fri Feb 10 15:28:17 2006 @@ -363,7 +363,7 @@ initialize_...
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
...t fixed up the reference to btx_hdr+0xc to be 900c, instead we''re seeing just 0xc. Note too, that this explains why I believe I can replace the reference to btx_hdr+0xc with an explicit reference to the code segment register; see below.) My guess is that there''s a bug in VMXAssist. I''d like some corroboration of that point, if possible. In fact, because the code had long jumped to the above code sequence to enter 32bit mode, are we still in VMXAssist? Or have we entered into pure execution mode? It appears that the problem is based on an incorrect data seg...
2009 Jan 14
6
Solaris 10 with xen 3.2 or previous
Hi, Was anyone able to run Solaris 10 10/08 as guest under a HVM domU Debian Etch (xen 3.0.3-1) or current Debian Lenny (xen 3.2-1)? In my case Solaris installation stops after boot kernel ; I can''t see anyhing after grub screen. I know that it is possible using Xen 3.3 (see [1]) but I don''t know if it possible with a previous Xen version Thanks, Álvaro [1]
2006 Oct 05
1
RE: Installing Redhat 7,3 with hvm
...the Fedora | 3.0.2 RPM, but | I''ve seen similar crashes using xen unstable from sources. | Here is my xm | dmesg: | | | (XEN) (GUEST: 11) HVM Loader | (XEN) (GUEST: 11) Loading ROMBIOS ... | (XEN) (GUEST: 11) Loading Cirrus VGABIOS ... | (XEN) (GUEST: 11) Loading VMXAssist ... | (XEN) (GUEST: 11) VMX go ... | (XEN) (GUEST: 11) VMXAssist (Jun 21 2006) | (XEN) (GUEST: 11) Memory size 512 MB | (XEN) (GUEST: 11) E820 map: | (XEN) (GUEST: 11) 0000000000000000 - 000000000009F800 (RAM) | (XEN) (GUEST: 11) 000000000009F800 - 00000000000A0000 (Reserved) | (XEN)...
2007 Aug 06
2
physical disk doesn''t work in hvm guest
...0000c101 (XEN) HVM20: pci dev 03:0 bar 14 size 01000000: f3000008 (XEN) HVM20: pci dev 03:0 INTA->IRQ11 (XEN) HVM20: Creating MP tables ... (XEN) HVM20: Loading Cirrus VGABIOS ... (XEN) HVM20: Loading ACPI ... (XEN) HVM20: BIOS map: (XEN) HVM20: c0000-c8003: VGA BIOS (XEN) HVM20: d0000-d5603: VMXAssist (XEN) HVM20: e9000-e9135: SMBIOS tables (XEN) HVM20: ea000-eb0df: ACPI tables (XEN) HVM20: f0000-fffff: Main BIOS (XEN) HVM20: Loading VMXAssist ... (XEN) HVM20: VMX go ... (XEN) HVM20: VMXAssist (Aug 3 2007) (XEN) HVM20: Memory size 255 MB (XEN) HVM20: E820 map: (XEN) HVM20: 0000000000000000 -...
2005 Sep 27
0
[PATCH][VT] add "wbinvd" instruction emulattion for real mode code
This patch adds "wbinvd" instruction emulation for vm86 mode. This is needed when we bring up AP of SMP VMX guest. Signed-off-by: Xin Li <xin.b.li@intel.com> diff -r 94c6fc048d8e tools/firmware/vmxassist/vm86.c --- a/tools/firmware/vmxassist/vm86.c Fri Sep 23 11:52:43 2005 +++ b/tools/firmware/vmxassist/vm86.c Tue Sep 27 17:17:25 2005 @@ -752,6 +752,9 @@ goto invalid; } break; + case 0x09: /* wbinvd */ + asm volatile(&q...
2006 Oct 06
0
RE: Installing Redhat 7,3 with hvm
...sing xen unstable from sources. | > | Here is my xm | > | dmesg: | > | | > | | > | (XEN) (GUEST: 11) HVM Loader | > | (XEN) (GUEST: 11) Loading ROMBIOS ... | > | (XEN) (GUEST: 11) Loading Cirrus VGABIOS ... | > | (XEN) (GUEST: 11) Loading VMXAssist ... | > | (XEN) (GUEST: 11) VMX go ... | > | (XEN) (GUEST: 11) VMXAssist (Jun 21 2006) | > | (XEN) (GUEST: 11) Memory size 512 MB | > | (XEN) (GUEST: 11) E820 map: | > | (XEN) (GUEST: 11) 0000000000000000 - 000000000009F800 (RAM) | > | (XEN) (GUEST: 11) 000...
2007 Jul 24
0
fedora7 can not boot in hvm domain of xen3.1
...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 hvm guest config file) * xm info * uname -a * xm dmesg (i enable guest_loglvl=all, loglvl=all, build xen with debug=y, and set traceset in xen-3.1.0-src/tools/firmware/vmxassist/vm86.c to 1) * cat /var/log/xen/qemu-dm.12219.log * rpm -qa | grep SDL any one could help? thank you very much [root@sh-quadruple xen]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU...
2006 May 18
0
HVM Domain booting Vista
...d to install and boot a HVM Domain with Windows XP and Windows 2000. Now i tried Vista :-) it starts to boot from cd and the i get the following error in the log : (XEN) (GUEST: 8) HVM Loader (XEN) (GUEST: 8) Loading ROMBIOS ... (XEN) (GUEST: 8) Loading Cirrus VGABIOS ... (XEN) (GUEST: 8) Loading VMXAssist ... (XEN) (GUEST: 8) VMX go ... (XEN) (GUEST: 8) VMXAssist (May 15 2006) (XEN) (GUEST: 8) Memory size 256 MB (XEN) (GUEST: 8) E820 map: (XEN) (GUEST: 8) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 8) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 8) 00000000000A0000 - 0000...
2007 Oct 11
1
Boot problem with x86 VxWorks on a XEN HVM
Hi, i managed to boot a VxWorks 6.5 Kernel on QEMU without kqemu acceleration. The bootloader and the precompiled Kernel, both belong to the Pentium 3 BSP, which was delivered with the evaluation version of windriver workbench 2.6 for "intel". Now I tried to boot the same VxWorks bootloader and Kernel inside a XEN HVM. I see a message from the bootloader "V1.6+++..." and the