Displaying 20 results from an estimated 30 matches for "source_e".
Did you mean:
source_t
2010 Apr 07
1
[PATCH] Connection: Handle case of cdrom with no <source> element
...@@ sub _storage_iterate
my @paths;
# A list of libvirt target device names
my @devices;
- foreach my $disk ($dom->findnodes('/domain/devices/disk')) {
+
+ foreach my $disk ($dom->findnodes("/domain/devices/disk[\@device='disk']")) {
my ($source_e) = $disk->findnodes('source');
my ($source) = $source_e->findnodes('@file | @dev');
@@ -125,55 +126,63 @@ sub _storage_iterate
my ($dev) = $disk->findnodes('target/@dev');
defined($dev) or die("disk does not have a target device:...
2010 Mar 31
1
[PATCH] Add LocalCopy transfer method to transfer local files to a target
...>appendChild($driver);
- }
- $driver->setAttribute('name', 'qemu');
- $driver->setAttribute('type', $vol->get_format());
-
- # Remove the @file or @dev attribute before adding a new one
- $source_e->removeAttributeNode($source);
-
- # Set @file or @dev as appropriate
- if ($vol->is_block())
- {
- $disk->setAttribute('type', 'block');
- $source_e->setAttribute('dev', $path);
-...
2007 Apr 03
0
11 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec-gtk/swfdec_source.c libswfdec/swfdec_cached.c libswfdec/swfdec_font.c libswfdec/swfdec_morphshape.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c
libswfdec-gtk/swfdec_gtk_loader.c | 10 ++++++++--
libswfdec-gtk/swfdec_playback_alsa.c | 3 +--
libswfdec-gtk/swfdec_source.c | 32 ++++++++++++++++++++++++--------
libswfdec/swfdec_cached.c | 3 +--
libswfdec/swfdec_font.c | 19 ++++++++++++++-----
libswfdec/swfdec_morphshape.c | 10 ++++++++--
libswfdec/swfdec_net_stream.c | 3 ++-
2004 Aug 06
2
Patches - Was: Stream metadata settings
On Tuesday 02 December 2003 20:43, Melanie wrote:
> Hi,
>
> I've split it into three patches now and also made it fit to current CVS,
> with, I believe, Karl's changes for the double free bug.
>
> Order for the patches is:
>
> icecast-multilevel-fallback.patch
> icecast-timewindow.patch
> icecast-yp-override.patch
>
> As for docs: How? What format? Any
2010 Jun 18
1
[PATCH] Improve error message when LibvirtXML is given invalid domain XML
...tXML.pm | 5 +++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/lib/Sys/VirtV2V/Connection.pm b/lib/Sys/VirtV2V/Connection.pm
index da6a44b..4dc659d 100644
--- a/lib/Sys/VirtV2V/Connection.pm
+++ b/lib/Sys/VirtV2V/Connection.pm
@@ -186,6 +186,9 @@ sub _storage_iterate
$source_e->setAttribute($source->getName(), '');
}
+ die(user_message(__("Guest doesn't define any recognised storage devices")))
+ unless (@paths > 0);
+
$self->{paths} = \@paths;
$self->{devices} = \@devices;
}
diff --git a/lib/Sys/VirtV2V/Co...
2011 Mar 11
2
[PATCH 1/2] Allow reading more data than the reported size of a volume
If a volume is not an exact multiple of 512 bytes, qemu-img will report its size
rounded down to a 512 byte boundary. However, when copying, the file is still
read until EOF, which will return more data than was expected. This change
prevents that causing a failure in itself.
The situation is still not resolved, however, as there are still situations
where this will cause a failure. For example,
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
Makefile.am | 10
configure.ac | 51 +-
doc/Makefile.am | 16
doc/swfdec-docs.sgml | 7
doc/swfdec-sections.txt | 53 ++
doc/swfdec.types | 2
libswfdec-gtk/.gitignore | 14
libswfdec-gtk/Makefile.am | 40 +
libswfdec-gtk/swfdec-gtk.h
2004 Aug 06
0
Patches - Was: Stream metadata settings
Hi,
On 2004.01.13 02:32 Michael Smith wrote:
> Since we've now (finally!) got 2.0 out the door, I'm now coming back to
> these
> patches - hoping to actually get the functionality incorporated.
>
> I've got a few questions, though:
> 1) Documentation: did you ever manage to write any? The options
> you added are
> fairly straightforward for the most part, so
2009 Jan 11
1
Makevars
Hi
I have sent a previous email "Error in dyn.load()" for which, shame on
me, I later found a partial answer.
I have been trying to look into what I exactly need to include into
Makevars and where
it needs to be located and have not found a satisfying answer yet.
Maybe the following questions
are helpful for other people as well.
Again, I am trying to include a C function tools.c into
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec-gtk/swfdec_source.c vivified/ui
libswfdec-gtk/swfdec_source.c | 4 ++--
vivified/ui/vivi_movie_list.c | 13 ++++++++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
New commits:
diff-tree 73e6028c89191b80deaf5858ea468522749bf451 (from 32192c024105f03a19dcf93ca92ca56f43fd5b56)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 09:34:46 2007 +0200
clear the model when the player gets reset
2003 Jun 11
2
Does the RPM for RH9 know about TCL/Tk
Sorry for the probable repeat post but I can only search the list up to
2002 (is there a better way?). I am using the RH9 RPM from CRAN but
packages like AnalyzeFMRI say that tcltk is not found. Do I need to do
more to get Tk GUIs working on RH9 or does the RPM not have tcltk support
built in (should I compile from source). Thanks in advance.
Take care.
-Morgan
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
Hi, i am a newbie to RoR. I downloaded Ruby 1.8.2-15 Windows installer
yesterday and trying to install following Curt Hibbs'' Rolling with Ruby
on Rails(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html). My
OS is Win XP SP2 and the 1st step installation was fine.
D:\rg\xampp\ruby\bin>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
Next I was going to install rails remotely,
2002 May 02
2
Password protection
Hi there.
Would/will there be a way to password protect providing kernel
parameters and choosing some boot labels in SYSLINUX? So that not
everybody can boot the machine single-user, with different root
devices, etc. (And also so that you would need a password to boot from
the local disk, in PXELINUX)?
We want to start using SYSLINUX, actually PXELINUX, here at the CS
department of the Hebrew
2003 Sep 05
2
S4 Method Collisions with "[" (PR#4075)
Full_Name: Colin A. Smith
Version: 1.8.0
OS: Mac OS X 10.2.6
Submission from: (NULL) (216.102.90.18)
Both Biobase and my package annaffy use S4 classes to define methods for "[".
Both packages use the save image method of installation. (See annaffy 1.0.3 in
BioC CVS.)
Depending on how both packages are loaded, the Biobase definitions seem to be
getting masked out:
>
2004 Aug 06
1
Patches - Was: Stream metadata settings
On Tuesday 13 January 2004 17:15, Melanie wrote:
> Hi,
>
> On 2004.01.13 02:32 Michael Smith wrote:
> > Since we've now (finally!) got 2.0 out the door, I'm now coming back to
> > these
> > patches - hoping to actually get the functionality incorporated.
> >
> > I've got a few questions, though:
> > 1) Documentation: did you ever manage to
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now
import a domain from ESX along with its storage. Note that I'm not yet doing any
conversion. In fact, I've never even tested past the import stage (I just had an
exit in there).
The meat is really in the 4th patch. The rename of MetadataReader->Connection
was because the Connection is now really providing
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from
ESX with the following command line:
virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64
Login details are stored in ~/.netrc
Note that this is the only guest I've tested against. I haven't for example,
checked that I haven't broken Xen imports.
Matt
[1] With the exception of
2010 Mar 30
3
[PATCH 1/2] Refactor guest and volume creation into Sys::VirtV2V::Target::LibVirt
...itly
- $format ||= 'auto';
-
- $driver->setAttribute('type', $format);
+ $driver->setAttribute('type', $vol->get_format());
# Remove the @file or @dev attribute before adding a new one
$source_e->removeAttributeNode($source);
- $path = $vol->get_path();
-
# Set @file or @dev as appropriate
- if ($vol->get_info()->{type} ==
- Sys::Virt::StorageVol::TYPE_FILE)
+ if ($vol->is_block())...
2008 Jun 05
4
[Bug 16241] New: assertion failed: (movie->cache_state <= SWFDEC_MOVIE_INVALID_CHILDREN)
http://bugs.freedesktop.org/show_bug.cgi?id=16241
Summary: assertion failed: (movie->cache_state <=
SWFDEC_MOVIE_INVALID_CHILDREN)
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://www.cnn.com/ELECTION/2008/primaries/results/score
card/#R
OS/Version: Linux (All)
2004 Aug 06
5
Patches - Was: Stream metadata settings
On Tuesday 02 December 2003 01:23, Melanie wrote:
> Hello,
>
> this is the first patch, it implements some basic multilevel fallback
> handling logic, the time window and the no mount option.
>
> New options are possible within an <mount> section:
>
> <fallback-override>1</fallback-override>
>
> This will allow a source connecting to a mount point to