search for: guestfs010basic

Displaying 7 results from an estimated 7 matches for "guestfs010basic".

2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de> --- erlang/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/erlang/Makefile.am b/erlang/Makefile.am index f336375..2c9e359 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin erlang_bin_DATA = guestfs.beam
2012 Jul 03
8
[PATCH 0/7 v2] Fix and workaround for qcow2 issues in qemu causing data corruption.
https://bugzilla.redhat.com/show_bug.cgi?id=836710 https://bugzilla.redhat.com/show_bug.cgi?id=836913 There are at least two related bugs going on: (1) Linux sync(2) system call doesn't send a write barrier to the disk, so in effect it doesn't force the hard disk to flush its cache. libguestfs used sync(2) to force changes to disk. We didn't expect that qemu was caching anything
2012 Jan 20
8
Various fixes from building libguestfs for Debian
Here are some of the patches that I have maintained in the patch queue of my packages that I maintain within the Debian distribution (http://packages.qa.debian.org/libg/libguestfs.html). All of them address FTBFS (fail to build from source) errors that happened with the particular configuration that is used for building the Debian package. Cheers, -Hilko
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
This reverts commit 3f6ca541c7b24d4c86688a509582cb41a7e0078c. The original commit was reverted prematurely. --- generator/generator_actions.ml | 10 +++++----- generator/generator_checks.ml | 5 +++++ generator/generator_types.ml | 3 +++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index
2012 Jul 14
6
[PATCH 0/6] Allow non-optargs functions to gain optional arguments.
This rather complex set of patches allow non-optargs functions to gain optional arguments, while preserving source and binary backwards compatibility. The problem is that we cannot add an optional argument to an existing function. For example, we might want to add flags to the 'lvresize' API which currently has no optional arguments.
2011 Mar 04
0
builder-ubuntu libguestfs success eda9826d25336bcf661700270c580d4d62128750
...n.class com/redhat/et/libguestfs/Application.class com/redhat/et/libguestfs/GuestFS.class com/redhat/et/libguestfs/LibGuestFSException.class /usr/lib/jvm/java-6-openjdk/bin/javac -classpath libguestfs-1.9.9.jar Bindtests.java /usr/lib/jvm/java-6-openjdk/bin/javac -classpath libguestfs-1.9.9.jar t/GuestFS010Basic.java make[3]: Leaving directory `/home/rjones/d/libguestfs/java' make[2]: Leaving directory `/home/rjones/d/libguestfs/java' Making all in csharp make[2]: Entering directory `/home/rjones/d/libguestfs/csharp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/r...
2011 Mar 08
0
builder-debian libguestfs success 15ba6ae17d5272d3d906f4053ed424447dc910bd
...class com/redhat/et/libguestfs/Application.class com/redhat/et/libguestfs/GuestFS.class com/redhat/et/libguestfs/LibGuestFSException.class /usr/lib/jvm/java-6-openjdk/bin/javac -classpath libguestfs-1.9.10.jar Bindtests.java /usr/lib/jvm/java-6-openjdk/bin/javac -classpath libguestfs-1.9.10.jar t/GuestFS010Basic.java make[3]: Leaving directory `/home/rjones/d/libguestfs/java' make[2]: Leaving directory `/home/rjones/d/libguestfs/java' Making all in csharp make[2]: Entering directory `/home/rjones/d/libguestfs/csharp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/r...