Displaying 20 results from an estimated 300 matches similar to: "[PATCH] vfb: Add opengl option"
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
On ia64 we have a desire to know the guest OS the user plans to run
in an HVM domain. With this information we can make certain
optimizations, for instance knowing if a guest identity maps a memory
region can change how we handle page faults. In the past we''ve tried to
do this via the guest firmware detecting the guest type, but this is
error prone and doesn''t allow the user to
2007 Nov 06
3
Problem while installing XEN 3.1 on Fedora 6
Hi,
I downloaded XEN 3.1 source code on a fedora 6 machine.
I did
# make world
# make install
It did not give me an error then when I restarted the machine the Grub
did not have 2 options. It had only one option that was the kernel.
On loading the OS, when i gave
# xend
it gives the following errors:
[root@localhost sbin]# xend
ERROR Internal error: Could not obtain handle on privileged command
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
I have an installation of 32bit SLES 10.1 on 2 servers in my lab that I just
rebuilt. I applied the files from xen-3.1.0-install-x86_32.tgz and broke all
the virtman functions. The errors I got indicate some missing python
classes, specifically xen.install. I''m not sure why. This is what I get when
I try to run virtman from the command line. If I try to run it from yast i
get nothing.
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
[HVM] enable sound card support for qemu
Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
diff -r 2abb1c801ab7 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Wed Jul 19 16:09:59 2006 +0800
+++ b/tools/examples/xmexample.hvm Thu Jul 20 21:19:07 2006 +0800
@@ -153,8 +153,8 @@ serial=''pty''
2007 Nov 19
3
virt-install complains about vnc-password not being set
Hi All,
Im getting the following error when I run virt-install:
bash-3.2# virt-install -n winxp-01 --hvm -r 384 --vnc -f
/etc/opt/vms/winxp-01.img -s 16 -c /etc/opt/images/windowsXP_SP2.iso
Starting install...
libvir: Xen Daemon error : POST operation failed: (xend.err ''Error
creating domain: vncpasswd is not set up in VMconfig and xend-config.'')
Traceback (most recent call
2010 Sep 03
0
Bug#587090: Issue confirmed with xen-utils-4.0 (4.0.1~rc6-1)
Package: xen-utils-4.0
Version: 4.0.1~rc6-1
Severity: important
Issue confirmed with xen-utils-4.0 (4.0.1~rc6-1) in Debian Squeeze AMD64.
Trace of error while using xm-debian.cfg (attached):
[2010-09-02 00:53:21 1407] ERROR (xmlrpclib2:178) Internal error handling xend.domain.create
Traceback (most recent call last):
File "/usr/lib/xen-4.0/lib/python/xen/util/xmlrpclib2.py",
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
# HG changeset patch
# User john.levon@sun.com
# Date 1181229858 25200
# Node ID e46be7b5f9bf2b17f66c82950b4fc3962e1266d0
# Parent 2a188f88483d726cb5b880f948a1baeeb2bd42a1
Remove unimplemented xm migrate --resource option.
Signed-off-by: Gary Pennington <gary.pennington@sun.com>
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
---
2007 Dec 04
0
[PATCH] Fix help message of on_xend_stop
Hi,
Maybe typo?
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Best regards,
Kan
diff -r 3057f813da14 tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py Thu Nov 29 19:30:33 2007 +0000
+++ b/tools/python/xen/xm/create.py Tue Dec 04 13:42:20 2007 +0900
@@ -514,7 +514,7 @@ gopts.var(''on_xend_start'', val=''ignore|s
fn=set_value,
2013 Feb 14
3
[PATCH] tools/xend: Only add cpuid and cpuid_check to sexpr once
# HG changeset patch
# User Jim Fehlig <jfehlig@suse.com>
# Date 1360861948 -3600
# Node ID 0f9c7503650fa1b1103b769e1129d66ff614b2ad
# Parent cffb489a6df37d8d114e7d2d53a7a85d14e8f968
tools/xend: Only add cpuid and cpuid_check to sexpr once
When converting a XendConfig object to sexpr, cpuid and cpuid_check
were being emitted twice in the resulting sexpr. The first conversion
writes
2014 Jun 09
0
jessie, xen: 'NoneType' object has no attribute 'rfind'
Hi,
I have a problem that I can't solve it: the hvm-guest don't start (same
image works under Xen 4.01 on another machines).
Further I'm confust, because I had to use xm instad of xl.
A PV-guest works fine. I start it with 'xm create jessie'.
Some data you can see down. What further information do you need?
vg.
-------------------------------------------------
call with
2013 Jun 11
0
Bug#711923: xen-utils-common: After run 'xm create ...' i got error "Error: 'NoneType' object has no attribute 'rfind'
Package: xen-utils-common
Version: 4.2.1-2
Severity: important
After run
xm create -c win2008.hvm
Using config file "./win2008.hvm".
Error: 'NoneType' object has no attribute 'rfind'
/var/log/xen/xend.log:
[2013-06-10 21:48:59 31935] ERROR (xmlrpclib2:181) Internal error handling
xend.domain.create
Traceback (most recent call last):
File
2010 May 19
0
Hi - Regarding xend - xm create Error
Hi,
I am able to get Xend running on Fedora 8 but when I try to create any
VM it fails.
The xm create osc.cfg throws following error -
[root@asds174 vm_images]# xm create osc.cfg
Modified
arg=osc.cfg
stop3
Using config file "./osc.cfg".
group_id=None
[''create'', ''osc.cfg'']
Stop 1
None
[''vm'', [''name'',
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch
# User Lutz.Dube
# Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850
# Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c
Values of cpu_weight and cpu_cap are lost after xend restart
For managed domains in state ''halted'' I always get default values
for cpu_cap / cpu_weight after xend restart.
This is because the names of parameters differ between a SXP file to
2010 Jul 02
0
Re: Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found. - SOLVED
Thanks a lot....recompiling xen-tools wih ioemu flagsolved my problem.
Daniel Bojczuk
On Sun, Jun 27, 2010 at 10:55 AM, Mohamed Yacoubi <myacoubi@euro-web.fr> wrote:
> Hi,
> Can you recompile xen-tools with USE = "ioemu" ?
> That should solve the problem.
> Best regards,
> Le 22 juin 2010 à 22:01, Daniel Bojczuk a écrit :
>
> I stiil did not solve te
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
This patch does 3 things to the new device model, qemu-dm:
1) Add `vncviewer'' as an option to `qemu-dm'' to spawn a `vncviewer'' process.
2) Have the `vncviewer'' config parameter translate to the `vncviewer'' flag to
`qemu-dm''.
3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer''
process that looks for a
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
Hi. I'm wondering if anyone out there can give me a little help trying
to figure something out: I presently am running CentOS4.1 with GNOME as
my desktop (It runs quite well, I must say!). I just have a little
curiosity: I have a few audio files (.wav, .mp3 and .ogg) and I like to
"preview" them. When run my mouse over the .wav files (and mp3 files)
the
2011 Sep 25
1
Please report to - xm new
I installed the beta version of oneiric and got this error:
root@g4-01:~# xm new
Unexpected error: <type ''exceptions.ImportError''>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.1/bin/xm", line 8, in <module>
main.main(sys.argv)
File
2008 May 16
1
xm new
Hello, i have Centos5.1 64bit, with xen3.2, using centos xen kernel, xen3.2
builded from source rpm for centos.
Virtual machines work fine trough xm create configname ,but when i am trying
to add them to xen source :
xm new configname, this is what i get :
[root at xen-prod xen]# xm new test01.hvm
Unexpected error: exceptions.ImportError
Please report to xen-devel at lists.xensource.com
2008 Aug 07
0
[PATCH] fix trivial typo. s/ciredump-restore/coredump-restart/
xm: fix trivial typo. s/ciredump-restore/coredump-restart/
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
diff -r eff5fcfa69bc tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py Wed Aug 06 15:19:13 2008 +0100
+++ b/tools/python/xen/xm/create.py Thu Aug 07 12:31:56 2008 +0900
@@ -279,7 +279,7 @@
renamed and a new domain started in its