Displaying 20 results from an estimated 40000 matches similar to: "[PATCH] inspector: Generate language bindings for OCaml."
2009 Sep 23
3
[PATCH 0/3] Three code cleanups
As suggested by Jim in this earlier message:
https://www.redhat.com/archives/libguestfs/2009-September/msg00152.html
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW
2010 Aug 20
8
[PATCH febootstrap 0/8] Add support for building an ext2-based appliance
This patch series adds support for outputing an ext2-based appliance
from febootstrap-supermin-helper. The usage is very simple, you just
add '-f ext2' flag and the name of the appliance file that you want to
write to.
The implementation uses libext2fs, which is a very low level way to
create ext2 filesystems from scratch. We'd like to use libguestfs,
but that's an obvious
2011 Sep 02
2
Some more Virt-P2V CD results - screenshot attached as promised
On Fri, Sep 02, 2011 at 02:06:57AM -0500, Greg Scott wrote:
> "This kernel requires an X86-64 CPU, but only detected an i686 CPU.
> Unable to boot - please use a kernel appropriate for your CPU."
That's strange because virt-p2v-image-builder is supposed to
only build 32 bit images ...
Please keep the replies on the list.
Rich.
--
Richard Jones, Virtualization Group, Red
2010 May 12
1
[PATCH] Improved error if virt-inspector cannot find OSes in image (RHBZ#591142).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 01623099b24d3ec28c8123407180f9d42755386c Mon Sep 17
2010 Aug 27
3
[PATCH febootstrap 0/2] febootstrap-supermin-helper should visit directory entries in order and ignore backup files
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2009 Oct 31
6
[PATCH 0/3] 3 small code fixes
Just simple code fixes ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2010 Feb 12
6
[PATCH 0/4] Allow QEMU if=... (block device emulation) to be overridden
The background to this is that virt-v2v needs to boot the appliance
with a specific block device emulation (eg. IDE, not virtio), because
when it runs mkinitrd, mkinitrd will assume that the block devices
available in the appliance are also the ones which apply at guest boot
time. There's no way to override this assumption in mkinitrd
(particularly in the old mkinitrd versions that shipped
2010 Mar 22
4
[PATCH FOR TESTING 0/2] virt-resize tool
This program is now working and ready for testing.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2009 Jul 29
1
[PATCH] Bugfix: ocaml: Rebuild the tests from source if the main library changes
There's a missing dependency in the ocaml subdirectory which causes
this error whenever the main library changes:
ocamlfind ocamlopt -cclib -L../src/.libs -I . unix.cmxa mlguestfs.cmxa t/guestfs_005_load.cmx -o t/guestfs_005_load
File "_none_", line 1, characters 0-1:
Error: Files t/guestfs_005_load.cmx and mlguestfs.cmxa
make inconsistent assumptions over interface Guestfs
2009 Nov 10
3
[PATCH 0/3] Timestamp messages during guestfs_launch
I found this useful when looking at where the time goes
during guestfs_launch, and in fact using this I've reduced
the launch time from around 12 seconds on my machine to
7 or 8 seconds.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70
2010 May 12
1
[PATCH] guestfish -i and virt-inspector work on filenames containing spaces (RHBZ#507810).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From fb8ae842ef1195fe3896e3f83a97762d27364abb Mon Sep 17
2009 Nov 08
1
[PATCH] Add reiserfs tools to appliance.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 7fe17011f1b048b7292fdee169f303e492d894fb Mon Sep 17
2009 Nov 18
1
Build problem on CentOS 5.4
guestmount.c: In function 'fg_utimens':
guestmount.c:537: error: 'UTIME_NOW' undeclared (first use in this function)
guestmount.c:537: error: (Each undeclared identifier is reported only once
guestmount.c:537: error: for each function it appears in.)
guestmount.c:539: error: 'UTIME_OMIT' undeclared (first use in this function)
I'm not sure what's the best thing to
2010 Nov 10
7
[PATCH 0/7] Add libvirt domain to core API
This series of patches aim to make adding disks from libvirt domains
easy through the core API.
These two new APIs allow you to add the disks from a libvirt domain.
The higher level add-domain API takes the name of the libvirt domain
as a string and connects to libvirt itself. The lower level
add-libvirt-dom API relies on the program to connect to libvirt and
pass the virDomainPtr into the API
2011 Apr 16
1
NOTE: running ./fish/guestfish etc from build dir without installing
In 1.11.1 / git, I have made some changes to the way that you run
guestfish, guestmount and the virt tools from the build directory
without installing.
Firstly you can't just run ./fish/guestfish or ./fuse/guestmount any
more and have those programs magically set LIBGUESTFS_PATH. The
automagic code was always error-prone and I have removed it.
Secondly, all of the run-*-local scripts have
2010 Oct 28
4
[PATCH 0/4] Deprecate and remove use of the Perl inspection API
This is a fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=642930
These patches remove all use of the Perl inspection API (although
leaving the code, since it is used by virt-v2v).
The tools have been modified so they use the core inspection API.
Virt inspector has been basically rewritten to remove excess cruft and
to only use the core API (see the final commit for more details).
Rich.
2012 Aug 27
3
libguestfs! help!
On Sun, Aug 26, 2012 at 09:52:23PM -0400, tao zhou wrote:
> hello everyone!
>
> first i use libguestfs API to upload a file into my linux VM , and
> then i want to execute some command(for example : tar xzvf XXX?
> chkconfig --add XXX) to config my application by java libguestfs
> API?what should i do? could you show me an example in java?
> Thanks!
Attached is a simple
2010 May 13
1
[PATCH febootstrap] Pull in febootstrap-supermin-helper (C version) from libguestfs.
This patch is FYI as it needs more testing, although feel free to take
a look at it if you want.
Background: We'd like to change libguestfs so that the appliance can
support optional features. This would mean you could have (for
example) a 'libguestfs' base package and a 'libguestfs-xfs' package
providing optional support for XFS filesystem tools. This would only
apply to
2010 Feb 04
3
[PATCH 0/3] Add support for recursively deleting nodes
This set adds support for recursively deleting a node and everything
under it (ie. all subkeys, values, SKs etc). I've checked this works,
both using my own reverse-engineering tools and using Windows 7
regedit.
Example:
$ hivexsh -w <<EOF
load software
cd \Microsoft
del
commit
EOF
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora
2010 Mar 26
2
[PATCH 0/2] Tool to merge regedit files into Windows Registry hives
This is part 1 (updated) and part 2 of the three part patch set to
provide tools for merging Windows Registry entries in the 'regedit'
textual format.
https://bugzilla.redhat.com/show_bug.cgi?id=575738
Using the low-level hivexregedit tool I was able to merge the registry
entries described in the following article into an existing 'system'
registry hive file: