similar to: xmexample.vmx and vmxloader

Displaying 20 results from an estimated 6000 matches similar to: "xmexample.vmx and vmxloader"

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
2005 Aug 11
0
[PATCH][VT][1/15] Fix config file parsing for VMX domains.
Fix config file parsing for VMX domains. If we define "vif" in the config file, image.py will raise error "vmx: missing vbd configuration". The reason is "vif" is dealt with as a "vbd" device. This patch fixes this issue by dealing with "vbd" and "vif " separately, removing "macaddr" arg and parsing mac address from
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 = [
2006 Oct 19
0
VMX status report 11822:20522afb2615
Issues: 1). Can''t create VMX domain in all platforms unless remove cdrom from disk config . Can not create VMX domain against CS 11822, if "xm create" I got following messages: [root@]# xm create xmexample.hvm Using config file "xmexample.hvm". Error: Invalid argument. Usage: xm create <ConfigFile> [options] [vars] Create a domain based on <ConfigFile>.
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 some ugly tailing space. Thanks Keir for
2006 Apr 10
1
Xen for Sarge && amd64
I am using the "tha" Xen packages from http://packages.debianbase.de/sarge/amd64/xen3/ However, I noticed that some new packages have been uploaded into the NEW queue. What I am wondering is if/when/where the Sarge packages will be made available. If there is no current plan to make them available, I would be happy to help in any way that I can. -Roberto -- Roberto C. Sanchez
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 Mar 02
0
Xen3: Network becomes unreachable under load
Hello, we have the problem: We run 7 blades with a xen 3.0.1tha3 configuration (with the patches for debian from debianbase.de), which a is xenisied 2.6.12.6-kernel. Everything runs fine until we start producing heavy load on the network (e.g. multiple clients access our maxdb database), the dom0 and the domU network becomes unreachable (i.e. only every 100th-200th ping gets through).
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
2005 Jun 30
0
[PATCH] Device model path cleanup
Device model path cleanup. Remove bochsrc which is no longer needed. Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- a/tools/examples/xmexample.vmx Thu Jun 30 18:41:11 2005 +++ b/tools/examples/xmexample.vmx Thu Jun 30 18:59:08 2005 @@ -89,10 +89,10 @@ # New stuff -device_model = ''/usr/bin/qemu-dm'' +device_model = ''/usr/lib/xen/bin/qemu-dm''
2006 Mar 24
1
Python dependency in packages?
I apologize if this isn't the correct destination for these errors, but I tried installing xen on my ubuntu (breezy badger) system via: deb-src http://packages.debianbase.de/sources/xen3 ./ and then tried building locally via apt-get source xen. The only problem appears to be the explicit python2.3 dependency in : debian/rules debian/libxen-python.install a simple s/python2.3/python2.4/
2012 Feb 29
0
[PATCH] vpmu: cleanup structures
Hi, a small cleanup of vpmu structures: - struct msr_load_store_entry is unused - struct pmumsr is only used in the vmx part Dietmar. Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> # HG changeset patch # Parent a7bacdc5449a2f7bb9c35b2a1334b463fe9f29a9 diff -r a7bacdc5449a xen/arch/x86/hvm/vmx/vpmu_core2.c --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c Mon Feb 27 17:05:18 2012
2013 Mar 12
0
[PATCH] vpmu intel: pass through cpuid bits when BTS is enabled
Hi, this patch passes the orginal cpuid bits for X86_FEATURE_DTES64 (64-bit DS Area) and X86_FEATURE_DSCPL (CPL Qualified Debug Store) to the guest when the BTS feature is switched on. I forgot this when I did this BTS emulation. Thanks. Dietmar. Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> diff -r a6b81234b189 xen/arch/x86/hvm/vmx/vpmu_core2.c ---
2006 Mar 21
0
Xen 3.0.1 on Debian sarge kernel crash on Dual XEON Machine
Hello ! I''m using the latest xen packages from http://packages.debianbase.de/sarge/amd64/xen3/ on debian sarge with the provided kernel linux-xen0-2.6_2.6.12+xen3.0.1-0tha6_amd64.deb (xen-linux-2.6.12.6-xen). I successfully installed that combo on a Tyan GT20 Server with an Athlon64 3000+ (Venice), 1GB RAM . Thats running fine, I made some debootstrapped filebased debian sarge systems
2006 Nov 08
1
Re : A problem with Intel VT / XEN3
Hi, Curiously, it''s worth noting that Xeon Processor 5100 series are not in the list of HVM Compatible Processors : http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors Patrick ----- Message d''origine ---- De : Mohamed Zohny <mohamad.zohny@gmail.com> À : xen-users <xen-users@lists.xensource.com> Envoyé le : Mercredi, 8 Novembre 2006, 9h17mn 08s Objet :
2006 Feb 26
1
qemu on Vt-x
Hello, I don''t have a Vt-x machine on which I can test and see; I have a question regarding running qemu on Vt-x xen machines. xen-unstable has a config file example: dist/install/etc/xen/xmexample.hvm In this file we have the follwoing line: device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' The use manual says about the device_model:
2006 Mar 02
1
upgrade report (2.0.6 -> 3.0-testing+pkgxen)
Hi, so here is finally my upgrade report for my testsystem. I tried to upgrade to xen3 while xen2 (hypervisor, dom0 kernel + 1 domU) was running: 1) if xen2 (adams latest packages in this case) were installed and we would release our package as it is, we would generate the following enviorment: # apt-get upgrade -u Reading package lists... Done Building dependency tree... Done The following
2007 Apr 11
1
XEN Error 22 Invalid Argument
I have built a dom 0 using a Gentoo Linux kernel. All is up and running with no errors. I downloaded a Centos 4.4 image from the web and when I rum xm I get an error 22. Does anyone know what I am doing wrong and/or where I can find more documentation on running unmodified VMX guest domains. The Xen 3.0 Users Manual is out of date. Here is the control file: sun temp # cat
2008 Jul 17
0
[PATCH] stubdom: add example config file
stubdom: add example config file Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r e69570f85e85 tools/examples/stubdom-ExampleHVMDomain --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/examples/stubdom-ExampleHVMDomain Thu Jul 17 19:31:13 2008 +0100 @@ -0,0 +1,21 @@ +# Not to be started directly, +# See xmexample.hvm-stubdom and stubdom/README for more details
2006 Feb 16
1
r3 - trunk
Author: acid Date: 2006-02-16 10:45:13 +0000 (Thu, 16 Feb 2006) New Revision: 3 Modified: trunk/changelog trunk/control Log: - Change maintainer and add uploaders field - Prepare changelog for new upload Modified: trunk/changelog =================================================================== --- trunk/changelog 2006-02-15 23:05:09 UTC (rev 2) +++ trunk/changelog 2006-02-16 10:45:13