Displaying 20 results from an estimated 300 matches similar to: "[PATCH] Remove unimplemented xm migrate --resource option"
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''
2008 Mar 11
0
[PATCH] Allow libvirt to specify force, rm_cfg
# HG changeset patch
# User john.levon@sun.com
# Date 1205267286 25200
# Node ID 0e070c63a5ce10cc67431b6c239d085676ce2258
# Parent af2f196422b6d9d90aa1b37da7f4bc699cee7dd9
Allow libvirt to specify force, rm_cfg
When doing a ''virsh detach-disk'' on a running domain, the disk is not removed
from the configuration file. Allow a caller to specify whether or not to
change the file.
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 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,
2008 Mar 18
0
[PATCH] vfb: Add opengl option
vfb: Add opengl option
(and replace bogus vncpasswd copy in xenapi_create in the SDL case)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Mar 18 15:16:47 2008 +0000
@@ -165,7 +165,7 @@
# Xen API
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
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
2006 Apr 26
1
domU migration problem
Hi all,
I''m a total xen-newbie ...
I''ve installed xen-3.0-testing from source.
(http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0-testing-src.tgz).
I''ve followed the intruction for the installation,
dom0 work fine and domU start up without problem !!!
Now, I''ve tryed to migrate the domU to another dom0 machine but I
receive this error on the
2007 May 04
0
[PATCH] 3/4 "nemesis" scheduling domains for Xen
Implements tool interfaces for scheduling domains. libxenctrl, xm, and xend.
signed-off-by: Mike D. Day <ncmike@us.ibm.com>
--
libxc/xc_domain.c | 85 +++++++++++++++++++++++++++++++++---
libxc/xenctrl.h | 43 ++++++++++++++++--
python/xen/xend/XendDomain.py | 78 +++++++++++++++++++++++++++++++++
python/xen/xend/server/SrvDomain.py |
2013 May 24
3
[BUG, PATCH] xen-4.1-3 xend/XendDomainInfo.py#device_configure() TypeError
Hello,
I noticed a bug in Xen-4.1-3, which is also still present in xen+git.
I know that the Python xend is deprecated, but I''m stuck with xen-4.1 until xen is usable with libvirt, so my patch might still be helpful for others.
This is a follow-up to <http://lists.xen.org/archives/html/xen-users/2012-11/msg00069.html>, which still keeps me busy.
/xen/xend/server/SrvDomain.py
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2005 Oct 13
2
[PATCH] sedf get in XendClient API
Here are some patches I compiled to get sedf_get to the XendClient
API... sadly, however, the current xc frontend is missing a variable
(weight) and needed to be edited.
Below are my "homemade" patches (I did this since my code base is
EXTREMELY old... however the code is still valid)
tools/python/xen/lowlevel/xc/xc.c
line 766
static PyObject *pyxc_sedf_domain_get(PyObject *self,
2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
This patch adds new control messages for vcpu hotplug events. Via the
xm vcpu_hotplug sub-program, VCPUS in domains can be enabled/disabled
when CONFIG_HOTPLUG_CPU is enabled in the target domain''s kernel.
Currently there is nothing that tracks whether a VCPU is up or down.
My previous [1]patch added a new per-VCPU flag (VCPUF_down) which could
be used to keep track of which VCPUS are
2010 Dec 12
5
Stripping silent periods from MP3s
I'm on Centos 5.5, and would like to use sox to strip out
any periods of silence > 5 seconds from a batch mp3 audio
files.
Googling I found sox, but it does not seem to support mp3
files by default.
The man page says:
.mp3 MP3 Compressed Audio
MP3 audio files come from the MPEG standards for audio and video
compression. They are a lossy compression format that achieves
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
These xm info, top, dmesg and log requre no parameter.
But log''s error message differs from other 3 command''s error messages,
when parameter is given.
# xm log 1
Error: ''xm log'' requires 0 argument.
log Print the xend log
Other 3 commands ignore parameter.
I think it might be better symmetricalize.
Signed-off-by: Yoshinori
2006 Apr 28
2
Device 0 (vif) could nto be connected: backend device not found
Hi,
I have seen many posts regarding this but have not found the soultion. So please cna someone shed some light on this
Thanks
- padma
I get this error when I do try to create a domU guest (xen 3.0.0, 2.6.12.6).
The vif is set to
vif = [ '' mac=aa:00:00:00:11, bridge=xenbr0'' ]
and a "brctl show" shows
xenbr0 8000,fefffffff interfaces vif0.0 peth0
Xend.log
2011 Oct 02
0
Strange problem with guest having more than 3 virtual interfaces.
Hi,
I have 6 DomU's with 4-virtual interfaces and 1 DomU with only one. When
starting the DomU's in order where the domain with only one interface is
started last it refuses to start with following error. If I start it
first there is no problem starting them all.
---Error---
[2011-10-02 18:37:33 xend.XendDomainInfo 6728] DEBUG
(XendDomainInfo:1335) XendDomainInfo.handleShutdownWatch
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2006 Feb 09
0
Error: Device 2049 (vbd) could not be connected (only when in auto/)
Hi all
When I have a domU that resides in the auto directory I get ''Error: Device
2049 (vbd) could not be connected'' and the domain starts in a paused mode.
Shutting it down and restarting has the same effect. Following is some
output from the xm log and an attempted restart.
Directly after dom0 reboot:
xen0:/etc/xen/scripts # xm list
Name ID