search for: e30286c39

Displaying 6 results from an estimated 6 matches for "e30286c39".

2020 Feb 06
3
[PATCH] lib: Autodetect backing format and specify it explicitly.
...ormat of the backing disk at the time of creation of the overlay, and set that as the backing format in the overlay disk itself, allowing libvirt to open the disk later. --- lib/create.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/create.c b/lib/create.c index e2a59b88d..e30286c39 100644 --- a/lib/create.c +++ b/lib/create.c @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, const struct guestfs_disk_create_argv *optargs) { const char *backingformat = NULL; + CLEANUP_FREE char *backingformat_free = NULL; const...
2020 Mar 09
3
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...set that as the backing format in the > > overlay disk itself, allowing libvirt to open the disk later. > > --- > > lib/create.c | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/lib/create.c b/lib/create.c > > index e2a59b88d..e30286c39 100644 > > --- a/lib/create.c > > +++ b/lib/create.c > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > const struct guestfs_disk_create_argv *optargs) > > { > > const char *backingformat = NUL...
2020 Mar 09
2
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...itself, allowing libvirt to open the disk later. > > > > --- > > > > lib/create.c | 13 +++++++++++++ > > > > 1 file changed, 13 insertions(+) > > > > > > > > diff --git a/lib/create.c b/lib/create.c > > > > index e2a59b88d..e30286c39 100644 > > > > --- a/lib/create.c > > > > +++ b/lib/create.c > > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > > const struct guestfs_disk_create_argv *optargs) > > > &g...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...> creation of the overlay, and set that as the backing format in the > overlay disk itself, allowing libvirt to open the disk later. > --- > lib/create.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/lib/create.c b/lib/create.c > index e2a59b88d..e30286c39 100644 > --- a/lib/create.c > +++ b/lib/create.c > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > const struct guestfs_disk_create_argv *optargs) > { > const char *backingformat = NULL; > + CLEANUP_FREE char *...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...he > > > overlay disk itself, allowing libvirt to open the disk later. > > > --- > > > lib/create.c | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > > > > > diff --git a/lib/create.c b/lib/create.c > > > index e2a59b88d..e30286c39 100644 > > > --- a/lib/create.c > > > +++ b/lib/create.c > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > const struct guestfs_disk_create_argv *optargs) > > > { > > > c...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...pen the disk later. > > > > > --- > > > > > lib/create.c | 13 +++++++++++++ > > > > > 1 file changed, 13 insertions(+) > > > > > > > > > > diff --git a/lib/create.c b/lib/create.c > > > > > index e2a59b88d..e30286c39 100644 > > > > > --- a/lib/create.c > > > > > +++ b/lib/create.c > > > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > > > const struct guestfs_disk_create_argv *optarg...