search for: guestfs_custom_operations

Displaying 3 results from an estimated 3 matches for "guestfs_custom_operations".

2009 Aug 27
1
[PATCH 4/4] build: enable gcc warnings in capitests/ and ocaml/
...>From 27420d5dcf7ba550751323ea2f27cf45b9146a91 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Thu, 27 Aug 2009 12:36:25 +0200 Subject: [PATCH libguestfs 2/4] ocaml/guestfs_c.c: avoid warning about initialization discarding "const" * ocaml/guestfs_c.c (guestfs_custom_operations): Add a cast. --- ocaml/guestfs_c.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c index 9a7454d..62d42d3 100644 --- a/ocaml/guestfs_c.c +++ b/ocaml/guestfs_c.c @@ -51,7 +51,7 @@ guestfs_finalize (value gv) } static struct custom_...
2017 Oct 09
1
[PATCH] Fully initialize the custom_operations structs
...ze_default, - custom_deserialize_default + custom_deserialize_default, + custom_compare_ext_default, }; value diff --git a/ocaml/guestfs-c.c b/ocaml/guestfs-c.c index d4ada3165..925f6188c 100644 --- a/ocaml/guestfs-c.c +++ b/ocaml/guestfs-c.c @@ -96,7 +96,8 @@ static struct custom_operations guestfs_custom_operations = { custom_compare_default, custom_hash_default, custom_serialize_default, - custom_deserialize_default + custom_deserialize_default, + custom_compare_ext_default, }; static value diff --git a/v2v/qemuopts-c.c b/v2v/qemuopts-c.c index 40b23f956..0f076d77d 100644 --- a/v2v/qemuopts-c...
2010 Aug 31
13
[PATCH v2] Add progress bars
This is an updated and extended version of the original patch: https://www.redhat.com/archives/libguestfs/2010-August/msg00163.html This adds OCaml and Perl bindings (both tested), support for progress bars in virt-resize, and adds progress notifications to a number of the simpler commands. Still to do is to add progress messages to more commands. There are still a few commands which would be