similar to: 3.0.2 hvmloader

Displaying 20 results from an estimated 300 matches similar to: "3.0.2 hvmloader"

2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world): make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi'' gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt. c acpi_gen.c acpi_madt.c acpi_rsdt.c acpi_gen.c: In function âmainâ: acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â exitâ acpi_gen.c:51: warning:
2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world): make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi'' gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt. c acpi_gen.c acpi_madt.c acpi_rsdt.c acpi_gen.c: In function âmainâ: acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â exitâ acpi_gen.c:51: warning:
2008 Feb 28
1
RE: A question on vmx loader in xen - how and when rombiosis loaded into memory
Thank you. I notice the system then jumps to F000:FFF0 to execute. But because VMX is turned on, switching to real-mode would incur problems? I don’t find any clue to turn on the vm86 mode as Readme in the tools/firmware directory puts. Best regards, Hu Jia Yi Ext: 20430 Tel: 65-67510430 -----Original Message----- From: Cui, Dexuan [mailto:dexuan.cui@intel.com] Sent: Thursday,
2007 Jun 24
4
It seems the "machine check exception handling" breaks HVM guest
Hi Jan Beulich, > changeset 15414: 3cf5052ba5e5 x86: machine check exception handling With the c/s, when creating HVM guest, I can only see a white Qemu window. :( Can you have a look? Thanks. PS: the serial log follows: (XEN) HVM1: pci dev 02:0 bar 14 size 00001000: f2000000 (XEN) HVM1: pci dev 03:0 bar 10 size 00000100: 0000c101 (XEN) HVM1: pci dev 03:0 bar 14 size 01000000:
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
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
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
Folks -- I''m trying to run FreeBSD 6.0 on a VT-x based Xen system. I''m experiencing a problem where the boot loader is crashing before the FreeBSD kernel (proper) is loaded. The sequence of operations is that the VMX domain is constructed, the BIOS is executed, GRUB loads, I type the instructions to load FreeBSD (a boot loader) and that code begins to execute and then
2006 Oct 05
1
RE: Installing Redhat 7,3 with hvm
If anyone is still interested in this old thread, I have a rh7.3 image running under hvm. It''s a hack, but here''s what I did: Install rh7.3 in a vmware machine with vmware server. Booted off a live cd, ( I used a gentoo installer CD, but any live cd should work) Created a lvm volume on my Xen dom0 >From the liveCD, I use dd to copy the disk image to the lvm image (dd
2010 Mar 31
1
Workaround for Xen HVM HLT-in-real-mode bug
The bug report says vmxassist is only used on Intel processors. The applied patch doesn't seem to check for the cpu vendor - should it or we don't care? I assume a FV Xen VM on AMD will burn some cycles if unused and idle (unlike now). Sebastian
2008 Sep 22
1
Statistical question re assessing fit of distribution functions.
I am in a situation where I have to fit a distrution, such as cauchy or normal, to an empirical dataset. Well and good, that is easy. But I wanted to assess just how good the fit is, using ks.test. I am concerned about the following note in the docs (about the example provided): "Note that the distribution theory is not valid here as we have estimated the parameters of the normal
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
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_real_mode = 1; cr0 = get_cr0(); -#ifndef
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 Mar 24
5
Problem bringing up 32-bit Sles 9 on a Dom-VT
All, We are facing some issues bringing up a DomVT on Xen x86_64(changeset 9267). We created a disk image with dd 8 G in size. We then booted an associated Dom-VT with a CD-ROM and did net-install of the sles-9 OS. This completes successfully. Then, when the system is brought around for a reboot (having changed the boot option from cdrom to disk), the system hangs after the line
2007 Aug 06
2
physical disk doesn''t work in hvm guest
Hi all, I''m using ThinkPad T60, with xen3.1.0, windows could be installed into a file based virtual disk. however, when I tried to use a physical disk, I got this err msg: HVMAssist BIOS, 1 cpu $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (0 MBytes) ata0 slave: UnKnown device Booting from Hard Disk... Boot from Hard Disk failed: could not
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 @@
2006 Oct 06
0
RE: Installing Redhat 7,3 with hvm
Not yet, but I don''t see any reason for it to work any differently. I simply used vmware because it was convenient. -Adam | -----Original Message----- | From: Simon Gao [mailto:gao@schrodinger.com] | Sent: Thursday, October 05, 2006 11:22 AM | To: Adam Crews -X (acrews - Xerox at Cisco) | Cc: xen-users@lists.xensource.com; Mike Freemon | Subject: Re: [Xen-users]
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