similar to: hvmloader not fbuilt as part of Xen

Displaying 20 results from an estimated 1000 matches similar to: "hvmloader not fbuilt as part of Xen"

2006 Jun 23
1
cannot compile hvmloader (dev86 missing)
I installed XEN from source, since the binary did not install. The Xen source includes also tools/firmware/hvmloader To compile firmware it only shows a message: WARNING: Install dev86 package to build firmware! At the referred page http://www.cix.co.uk/~mayday I could not find anything about dev86. What do I need to do? I want to install as DomU2 Windows XP and need hvmloader. bye Ronald
2007 Jul 16
2
irqbalance?
Hi All, If I turn off irqbalance xen/arch/x86/irq.c, does that actually stop XEN from balancing irqs across different physical cpus, or will that override the setting if there are too many interrupts and one of the cpus is overloaded. Example: i have 4 cpus and i have configured irqbalance= off, so there is no irqbalancing done by xen. Now if i have affintized all my physical interrutps to one
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
2005 Mar 04
17
active record logs format
Hi, I think this has already been asked on the list, but I can''t seem to be able to find it again: currently, active record does some weird thing with its sql logs i.e.: [4;33mSQL (0.000000) [1;37mPRAGMA table_info(map_locations) how do I remove the "[4;35m" thx Jean
2006 May 09
5
ParaGuest cannot see 30GB memory
Hi, I have buit Xen (32 bit) with PAE and can start multiple Paraguests with 4 gig memory, but cannot launch a single VM with more than 4 gb memory. I would like to launch 1 VM with 30GB or so memory. Are there any config paramters like kernel,/inittrd that need to be changed. I have the ramdisk set to the initrd I used to boot xen with PAE. Thanks - padma
2009 Jul 14
4
[ActiveRecord::Base].collect {|a,b| ...} weirdness
Hey everyone. My mind has been boggled by an issue I ran into a few hours ago. I am completely lost as to why the following code behaves the way it does and would appreciate any hints from you guys. It would already be super-helpful if others could post their output for the following so that I can figure out whether this is weirdness specific to my setup or a global phenomenon. So far,
2006 May 05
6
PAE mode mismatch in Xen (xen=no Dom0=yes)
Hi, I just added 32GB memory in my system and wanted Xen to see that memory, so enabled PAE in xen0 and XenU. I did a make menuconfig in xen0 and xenU, then did a make in xen-unstable and a make install. Whilebooting this kernel, I get the above error PAE mode mismatch. I looked under xen/include/asm-x86/processor.h has #define X86_CR4_PAE defined and so does cpufeature.h have this defined.
2006 Feb 04
2
dev86/vmxloader for debian
Hi all I have built a preliminary debian package for dev86, required to build xen with vmx support. you can get my packages here: http://debian.nsp.co.nz/dev86. I have also trivially patched the rules for xen 3 to build the vmxloader and include it in the resulting packages, my builds/sources for these packages are here: http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors
2006 Jun 29
5
Multiple VCPUs
I have a self built system using an Intel D 920 processor and a MB that supports VT. I''m able to run HVM domains fine, but have trouble getting multiple VCPUs for these domains. Here is an example of one of my configs. # -*- mode: python; -*- #============================================================================ # Python configuration setup for ''xm create''. #
2005 May 31
4
Chan_sccp / wiki
The chan_sccp page at http://www.voip-info.org/tiki-index.php?page=chan_sccp2 has been updated. See the bottom of the page. Thanks. Comments welcome. -- respectfully, Joseph =============== ---------------------= ********** =
2007 Jun 05
2
Problem in --backup-dir option
Hi all, I am getting problem with --backup-dir option in rsync. I want to take backup of the file before i am synching the new changes. I am using -b option. And i am specifying the backup dir and suffix for the file also. Backup is taking for the old back up files also. So i am getting directories inside directories in a loop. Kindly help me to get rid of this. Thanks for any help. Regards,
2013 Dec 20
1
Fwd: Building Xen on RHEL7
-------- Original Message -------- Subject: Building Xen on RHEL7 Date: Thu, 19 Dec 2013 18:57:22 +0000 From: Wei Liu <wei.liu2 at citrix.com> To: <centos-virt at centos.org> Hi all This is a record of how I build Xen on RHEL 7. Hope this is helpful for people who want to package Xen for the upcoming CentOS 7. Basically it's not too much hassle to build Xen on RHEL 7. I'm in
2006 Apr 22
2
xend start error: operation not permitted
Hi, I just installed xen 3.0.0 on a Xeon machine and it gives this error when I try to start xend. This same build has worked on other systems before. Can someone throw some light on this. I am operating as root Thanks - Pak [root@dnasim2 ~]# xend start Traceback (most recent call last): File "/usr/sbin/xend", line 111, in ? sys.exit(main()) File
2001 Feb 17
0
Krebs for R (was Re: canonical correspondence analysis)
R-ecologists: Anyone wanting to create a Krebs package for R can do so using the C-source code avalaible at: ftp://gause.biology.ualberta.ca/pub/jbrzusto/krebs/source.zip Barry J. Cooke Current mailing address: Ph.D. Candidate 3971 NW 23 Circle Environmental Biology and Ecology Gainesville, Florida, USA Department of Biological Sciences 32605
2011 May 19
2
hvmloader problems?
Hi all, I have some puzzle about hvmloader in the path /tools/firmware/, they are: 1: Is hvmloader running in non-root mode? 2: If hvmloader runs in non-root mode, does it have its pagetable? when set GUEST_CR3 in vmcs? 3: How can I find the value of GUEST_RIP in vmcs is set to the entry point of hvmloader,when virtual machine do it first vm entry. Much Thanks! - henanwxr
2006 Mar 01
5
vmx problem - no booting from cd
Hi. I am trying get use xen vmx, it shows only black window. I attach my config and logs. config: import os, re arch = os.uname()[4] if re.search(''64'', arch): else: kernel = "/usr/lib/xen/boot/vmxloader" builder=''vmx'' memory = 128 name = "bluszcz" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
2001 Mar 03
3
Error in X11
In-Reply-To: <OF64BAAB51.93CEFB4D-ON852569DE.004CB60E at rtp.epa.gov> This is more a linux question, but I have asked in some Linux conferences with no success. I am running 1.2.1 in Mandrake 7.2.Trying to run the graphics demo produces axes, but no lines and I get an error message: error in abline (h=0, col=gray(0,9))Error:X11 cannot allocate additional graphics colors consider using
2014 Feb 06
5
Bug#737905: Xen: hvmloader causes immediate VCPU triple fault with SeaBIOS 1.7.4
Package: xen-utils-4.3 Version: 4.3.0-3 Severity: important Tags: upstream patch When using Xen compiled with seabios-1.7.4-1 (now in unstable/testing), HVMs fail immediately upon starting with a VCPU triple fault: (XEN) HVM1: Loading SeaBIOS ... (XEN) hvm.c:1253:d1 Triple fault on VCPU0 - invoking HVM shutdown action 1. This is because SeaBIOS can now be greater than 128k, which breaks an
2008 May 11
1
Porting Bochs bios to Xen/hvmloader?
Hello, I found out what the problem in my other thread was, now I need to solve it: I need to port a modified Bochs bios to Xen x86. However, a file of the original source seems missing: acpi-dsdt.hex. It''s neither in the tools/firmware/hvmloader/acpi directory nor in the tools/firmware/rombios one. Also applying the diffs or manually editing the source probably won''t work since