search for: vmxloader

Displaying 11 results from an estimated 11 matches for "vmxloader".

Did you mean: hvmloader
2006 Mar 01
2
where I can find "/usr/lib/xen/boot/vmxloader" ?
Hi. I am just trying to run unmodyfied guest OS on my Pentium D920. I found first problem - in my xen distribution (3.0.1) I cannot find vmxloader file. -- Rafał つた Zawadzki Release/Deploy Manager _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 23
0
xmexample.vmx and vmxloader
Hi all, I wonder where I can find that file mentioned in xmexample.vmx: kernel = "/usr/lib/xen/boot/vmxloader" I currently use debian from http://packages.debianbase.de/sarge/i386/xen3/, but this file is not included. Any hints? - Dietmar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Feb 20
1
Unstripped stuff
...E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1 What are these syms files? Are they useful? Should we ship them? Can we strip them? W: libxen3.0: package-name-doesnt-match-sonames libxenguest3.0 libxenctrl3.0 ??? E: libxen3.0: unstripped-binary-or-object ./usr/lib/xen/boot/vmxloader E: libxen3.0: statically-linked-binary ./usr/lib/xen/boot/vmxloader vmxloader is the thing needed to boot unmodified guests with processor support, right? So I guess it's statically linked because it cannot rely on having libraries available when it runs... How about stripping? Can we go ahead...
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 to bring the quality of the dev86 package up for inclusion in main. Thanks Tom _______________________________________________ Xen-u...
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 = [ ''file:/tmp/hd.img,ioemu:hda,w'' ] device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' cdrom='...
2006 Sep 01
2
unmodified guests (VMX?) access PCI devices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello folks I played a lot with Xen last days, isnt it possible to access PCI devices which are hidden from dom0? I didnt get it - at least my windows domain didnt get it. Another question: Im using hvmloader but many pages also talk about the vmxloader, was it prior the hvmloader coz it doesnt exist anymore? cheers - -- Georg ''Therion'' Bege http://coruscant.info http://www.ninth-art.de therion@ninth-art.de <therion at ninth minus art dot de> GnuPG-Key-ID: 0x5717E214 FingerPrint: A8EC B4B2 C9A9 483B CC87 56EE 07A1 C78E 57...
2006 Mar 23
0
Compile Error xen 3.0.1 on FC5 "cc1: warnings being treated as errors"
Hello, To get the binary vmxloader on FC5 i need to compile this from xen source with "make KERNELS=linux-2.6-xen world". There is a error "cc1: warnings being treated as errors" and compile aborts. --- make[3]: Entering directory `/tmp/xen-3.0.1/xen'' tools/figlet/figlet -d tools/figlet Xen 3.0.1 > in...
2005 Dec 31
1
RE: [PATCH][RESEND] add "acpi" option inxmexample.vmxconfig file
Forget to reset sum in func checksum_valid(). Update the patch again. sorry for the inconvenient. > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Yu, Ke > Sent: 2005年12月31日 22:26 To: Keir Fraser > Cc: xen-devel@lists.xensource.com > Subject: RE: [Xen-devel] [PATCH][RESEND] add
2005 Sep 23
0
[PATCH] [VT] clean up VMX builder
This patch clean up VMX builder. Since now we have vmxloader, old code loading linux kernel directly is not needed. 1. remove linux parameters. 2. remove init ramdisk. 3. remove e820 memmap config file parse. Also e820 map handling code is changed in vmx_setup_platform. 4. remove provisional GDT, and construct_init_guest_vmcs is updated greatly. 5. remove so...
2006 Oct 27
2
Windows Multi-Processor under XEN??
I am running the latest unstable XEN on a 16X Intel XEON machine with HT enabled. I installed W2K3 (x86 version) quite easily but I am having the hardest time getting more than a 1X to work. I change the vcpus in the config file to 4 or 8, but I can never get Windows VM to come up. I''ve tried installing with 4 vcpus. I tried installing with 4 vcpus and manually selecting the MPS HAL
2005 Nov 08
6
Running Xen 3.0, guest OS does not open a window
...State Time(s) Domain-0 0 507 0 1 r----- 87.3 VMX-1 1 132 1 1 r----- 671.1 My guest-vmx.conf file: # Kernel image file. kernel = "/usr/lib/xen/boot/vmxloader" # The domain build function. VMX domain uses ''vmx''. builder=''vmx'' # Initial memory allocation (in megabytes) for the new domain. memory = 128 name = "VMX-1" #cdrom = "/root/FC4-i386-DVD.iso" #boot=''d''...