Displaying 20 results from an estimated 2000 matches similar to: "RE: [PATCH][RESEND] add "acpi" option inxmexample.vmxconfig file"
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
2005 Aug 08
4
[PATCH] Fix TypeError when starting VMX domains
The attached patch fixes this traceback:
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 510, in construct
self.construct_image()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 574, in
construct_image
self.store_channel)
File "/usr/lib/python/xen/xend/xenstore/xsobj.py", line 310, in
2006 Feb 20
1
Unstripped stuff
Hi!
I was running lintian on our package... Among the copious errors and warnings
there are:
W: xen-utils: manpage-has-errors-from-man usr/share/man/man1/xm.1.gz 668: warning: can't find numbered character 160
Should we try to fix this, perhaps?
E: xen-hypervisor-pae: unstripped-binary-or-object ./boot/xen_pae-syms-3.0.1
E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1
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 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
2012 Apr 15
1
[PATCH resend] drm/nouveau: fix acpi related kbuild warnings
Currently when X86 && ACPI && !X86_PLATFORM_DEVICES kbuild spits:
warning: (DRM_NOUVEAU) selects ACPI_WMI which has unmet direct
dependencies (X86 && X86_PLATFORM_DEVICES && ACPI)
warning: (DRM_NOUVEAU) selects MXM_WMI which has unmet direct
dependencies (X86 && X86_PLATFORM_DEVICES && ACPI_WMI)
and goes on, which leaves a situation where ACPI_WMI
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 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 Jun 07
2
[PATCH][RESEND][Builder] Check if v_end wraps around to 0
This patch adds a check to see if v_end in setup_guest() wraps around to
0 and lets the builder exit gracefully when it does.
Signed-off-by: Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
> -----Original Message-----
> From: Keir Fraser [mailto:Keir.Fraser@cl.cam.ac.uk]
> Sent: Thursday, June 01, 2006 6:14 AM
> To: Puthiyaparambil, Aravindh
> Cc:
2012 Mar 03
3
[RESEND][RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
[resending, cutting out git pull-request output to make message smaller]
Hi all,
I have written a COM32 module called "acpioff", that, not surprisingly,
powers off a machine using ACPI. I have tested it only using pxelinux.0
with a SeaBIOS/Qemu virtual machine.
Since the changeset pulls in a "Linux-ized" version of the open source
ACPI Component Architecture, it was too big
2006 Oct 30
1
RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
Any advice about the patch cr8-acceleration-3.patch?
Hi Keir, could you give some comments? Thanks!
-- Dexuan
-----Original Message-----
From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Cui, Dexuan
Sent: 2006年10月25日 11:12
To: Keir.Fraser@cl.cam.ac.uk
Cc: xen-devel@lists.xensource.com
Subject: [Xen-devel] [Patch][RESEND] Add hardware CR8
2005 Dec 31
2
Resend: setting breakpoints around hypercalls in a domU causes dom0 to lockup
Any thoughts on setting breakpoints around hypercalls?
---------- Forwarded message ----------
From: Kip Macy <kip.macy@gmail.com>
Date: Dec 26, 2005 12:14 AM
Subject: setting breakpoints around hypercalls in a domU causes dom0 to
lockup
To: xen-devel <xen-devel@lists.xensource.com>, Keir Fraser <
Keir.Fraser@cl.cam.ac.uk>
Stepping through hypercalls (at the source level, not
2006 Oct 23
1
[PATCH] Move ACPI timer to HV
Keir,
The patch moves ACPI timer to HV, which is the last platform timer in
Qemu.
We found Vista polls ACPI timer very frequently (about 15 times
averagely) when handling timer (RTC @ 64HZ) interrupt routine. Though
the exact reason is known, it should be related to system time
adjustment. When it''s in Qemu, the overhead is big. After moving,
Vista''s idle overhead decreases
2006 Apr 07
0
[Fwd: Re: [RFC][PATCH] allow dom0 to power off machine using ACPI on shutdown.]
Ewan,
Keir seems to think this patch is OK. I tested it on an
Intellistation A Pro for x86_64 and it works for me. I think it is low
risk because it''s executed at the end of the shutdown process. Please
apply.
http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00223.html
_______________________________________________
Xen-devel mailing list
2006 Oct 25
0
RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
Sorry, please ignore this mail.
(I attached the old patch...)
-- Dexuan
-----Original Message-----
From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Cui, Dexuan
Sent: 2006年10月25日 11:07
To: Keir.Fraser@cl.cam.ac.uk
Cc: xen-devel@lists.xensource.com
Subject: [Xen-devel] [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
x64
2006 Apr 15
0
Re: [PATCH][RESEND] only BSP can really do clear_all_shadow_status
On 15 Apr 2006, at 15:54, Li, Xin B wrote:
> only BSP can really do clear_all_shadow_status.
> This fixes SMP IA32 VMX guest booting on IA32 xen.
Why can only VCPU0 do this? Is the argument to
clear_all_shadow_status() always current domain? If so that should
probably be asserted, or the argument removed.
-- Keir
_______________________________________________
Xen-devel mailing list
2005 May 05
7
Fix for ''acpi=off''
I''ve checked in a patch that will hopefully fix ''acpi=off'' and
''acpi=ht'' modes for domain0. It''s been tested on just one machine so
far, so it''d be good to get some wider feedback. :-)
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
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
2005 Nov 08
6
Running Xen 3.0, guest OS does not open a window
Dear Xen community,
I have Xen 3.0 installed on RedHat Linux Enterprise RHEL4U2. "xend
install" runs fine with no error messages.
However, when I start "xm cr guest-vmx.conf" I do not get any new window
open for the new guest OS. "xm list" shows that the vmx has started and
seems to be working fine (just for testing, when I type "xterm" an X
window
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