search for: metadatareader

Displaying 6 results from an estimated 6 matches for "metadatareader".

2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
...es 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 the whole guest, rather than just its metadata. I intend to add more transfer methods once ESX conversion is working. A copy method for LibVirtXML is required at least. _storage_iterate in Sys::VirtV2V::Connection does interesting...
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
2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...+++++++++++++++ perl/lib/Sys/Guestfs/HVSource.pm | 132 ++++++ perl/lib/Sys/Guestfs/HVSource/Xen/Linux.pm | 141 ++++++ perl/lib/Sys/Guestfs/HVTarget.pm | 89 ++++ perl/lib/Sys/Guestfs/HVTarget/Linux.pm | 239 ++++++++++ perl/lib/Sys/Guestfs/MetadataReader.pm | 147 ++++++ perl/lib/Sys/Guestfs/MetadataReader/LibVirtXML.pm | 150 ++++++ perl/lib/Sys/Guestfs/Storage.pm | 143 ++++++ perl/lib/Sys/Guestfs/Storage/QCOW2.pm | 180 ++++++++ po/POTFILES.in | 10 + v2v/STATUS...
2009 Sep 02
2
[PATCH] internationalisation: Replace autopoint infrastructure with libintl-perl
I noticed that virt-v2v, which is written exclusively in perl, failed to generate virt-v2v.pot. After much head scratching I also noticed that libguestfs.pot didn't include any messages from perl sources. Some reading of libintl-perl shows that a somewhat more complicated xgettext command line is required, as it doesn't understand Locale::TextDomain syntax by default. After a little more
2009 Dec 21
4
Refactor virt-v2v to be more like a 'big script'
These patches combine HVSource and HVTarget into a single Converter. This should make it more obvious where to hack without losing any practical flexibility. GuestOS remains separate. GuestOS is now a misnomer, because it's really only a Linux distro abstraction. It will be useless for Windows, for example. Functions which you'd expect to be different on a non-RH distro should live in
2015 Mar 06
0
Wine release 1.7.38
...t;char> class stub. msvcp90: Added time_get<char>::do_date_order implementation. msvcp: Sync spec files. ieframe/tests: Added more OleObject_Close tests. windowscodecs: Initialize unused part of metadata PROPVARIANT to 0. windowscodecs: Make it possible to use MetadataReaders when COM was not initialized. windowscodecs: Add helper to create internal COM classes without CoCreateInstance call if possible. gdiplus: Don't use CoCreateInstance in decode_image_wic. gdiplus: Don't use CoCreateInstance in get_palette function. gdiplus: Don't...