[Libguestfs] [PATCH 0/2] support autodetection of appliance image format

2017-06-23 Thread Pavel Butsykin
This feature allows you to use different image formats for the fixed appliance. The raw format is used by default. In accordance with the discussion (https://www.redhat.com/archives/libguestfs/2017-June/msg00230.html) Pavel Butsykin (2): launch: add support for autodetection of appliance

[Libguestfs] [PATCH 2/2] build: add ./configure --enable-appliance-fmt-auto option

2017-06-23 Thread Pavel Butsykin
Signed-off-by: Pavel Butsykin --- m4/guestfs_appliance.m4 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/m4/guestfs_appliance.m4 b/m4/guestfs_appliance.m4 index 81c43879f..7e8d28271 100644 --- a/m4/guestfs_appliance.m4 +++ b/m4/guestfs_appliance.m4 @@

[Libguestfs] [PATCH 1/2] launch: add support for autodetection of appliance image format

2017-06-23 Thread Pavel Butsykin
This feature allows you to use different image formats for the fixed appliance. The raw format is used by default. Signed-off-by: Pavel Butsykin --- lib/create.c | 5 +++-- lib/guestfs-internal.h | 2 ++ lib/launch-direct.c| 2 ++ lib/launch-libvirt.c

Re: [Libguestfs] Important virt-resize fix

2017-06-23 Thread Richard W.M. Jones
On Wed, Jun 21, 2017 at 04:01:51PM +0100, Richard W.M. Jones wrote: > We're going to release an update to 1.36 this week, and for RHEL 7.4 > before 7.4 is shipped. This is fixed in: * libguestfs >= 1.36.5 Source: http://download.libguestfs.org/1.36-stable/ Fedora 26 update:

Re: [Libguestfs] [PATCH v6 05/41] utils: Split out cleanups into common/cleanups.

2017-06-23 Thread Richard W.M. Jones
On Mon, Jun 19, 2017 at 11:59:11AM +0100, Richard W.M. Jones wrote: > On Mon, Jun 19, 2017 at 10:25:33AM +0200, Pino Toscano wrote: > > On Friday, 16 June 2017 16:58:53 CEST Richard W.M. Jones wrote: > > > On Fri, Jun 16, 2017 at 03:24:55PM +0200, Pino Toscano wrote: > > > > On Thursday, 15 June