search for: guestfs_400_ev

Displaying 20 results from an estimated 44 matches for "guestfs_400_ev".

2011 Nov 09
6
[PATCH] Add tune2fs support to libguestfs.
At the moment OpenStack uses kpartx and nbd to resize filesystems and inject files to guests. I sincerely hope they don't allow untrusted users to upload guest images / AMIs :-( To fix this I'm looking into adding libguestfs support as an optional backend in OpenStack. The only missing feature in libguestfs is the ability to call tune2fs on a filesystem. This patch series adds tune2fs
2012 Jul 24
11
[PATCH 01/12] configure: Add -nographic command line option to qemu.
Without this option, configure will fail when there is no display. Signed-off-by: Masami HIRATA <msmhrt at gmail.com> --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index de8a064..61d6f69 100644 --- a/configure.ac +++ b/configure.ac @@ -593,16 +593,16 @@ working. AC_MSG_FAILURE([$QEMU version must be >=
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
...#39;s hard to see how to automatically test the libvirt API). --- .gitignore | 1 + examples/Makefile.am | 13 +- examples/libvirt_auth.c | 167 +++++++++++++++++++ generator/actions.ml | 101 ++++++++++++ generator/events.ml | 2 + ocaml/t/guestfs_400_events.ml | 3 +- po/POTFILES | 1 + src/Makefile.am | 1 + src/guestfs-internal.h | 15 ++ src/guestfs.pod | 136 ++++++++++++++++ src/launch-libvirt.c | 3 +- src/libvirt-auth.c | 369 ++++++++++++++++++++++++++++++++++...
2013 Feb 18
4
[PATCH for discussion only 0/3] Implement mutexes to limit number of concurrent instances of libguestfs.
These three patches (for discussion only, NOT to be applied) implement a mutex system that lets the user limit the number of libguestfs instances that can be launched per host. There are two uses that I have identified for this: firstly so we can enable parallel-tests (the default in automake >= 1.13) without blowing up the host. Secondly oVirt has raised concerns about how to limit the
2013 Apr 24
12
[PATCH 00/12] Various patches for fixing separated builds.
This just fixes 'make'. 'make check' is still broken. Further patches for that to follow tomorrow. Rich.
2012 Mar 28
2
[PATCH v2] New APIs: mount-local and umount-local using FUSE
This version doesn't crash or cause hung processes or stuck mountpoints, so that's an improvement. Rich.
2012 Mar 27
3
[PATCH 0/3] Enable FUSE support in the API via 'mount-local' call.
This patch is just for review. It enables FUSE support in the API via two new calls, 'guestfs_mount_local' and 'guestfs_umount_local'. FUSE turns out to be very easy to deadlock (necessitating that the machine be rebooted). Running the test from the third patch is usually an effective way to demonstrate this. However I have not yet managed to produce a simple reproducer that
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 Mar 29
3
[PATCH v3] New APIs: mount-local, mount-local-run and umount-local using FUSE
This changes the proposed API slightly. Previously 'mount-local' generating a 'mounted' event when the filesystem was ready, and from the 'mounted' event you had to effectively do a fork. Now, 'mount-local' just initializes the mountpoint and you have to call 'mount-local-run' to enter the FUSE main loop. Between these calls you can do a fork or whatever
2011 Mar 15
1
builder-ubuntu libguestfs FAILED tests 6bb4d13d718d17ee89602acb97c46bc4d4a38d02
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Apr 05
1
builder-debian libguestfs FAILED build step afa17809599f3ebc82c3feef025ca812fb26c9fe
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 22
1
builder-ubuntu libguestfs FAILED tests 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 29
0
builder-ubuntu libguestfs FAILED tests 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 18
0
builder-ubuntu libguestfs FAILED tests c6310bd242ddaa7b0801df9da7e4fba7346dc53e
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 25
0
builder-ubuntu libguestfs FAILED tests a0e3b2183733c7440ad017c4ffe361935672339b
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 15
1
builder-debian libguestfs FAILED tests 6bb4d13d718d17ee89602acb97c46bc4d4a38d02
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 25
0
builder-debian libguestfs success a0e3b2183733c7440ad017c4ffe361935672339b
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 29
0
builder-debian libguestfs success 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Mar 18
0
builder-debian libguestfs success c6310bd242ddaa7b0801df9da7e4fba7346dc53e
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...
2011 Apr 02
0
builder-debian libguestfs success 8bb22a2902fc723eb809086dd93f5b8ed2ec85b1
...make[2]: Leaving directory `/home/rjones/d/libguestfs/generator' test -z "*.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress" || rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so mlguestfs.cma mlguestfs.cmxa META bindtests t/guestfs_005_load t/guestfs_010_basic t/guestfs_070_threads t/guestfs_080_optargs t/guestfs_400_events t/guestfs_400_progress...