SHA256
1
0
forked from pool/libguestfs

- Update to version 1.22.6

* Initialize CLEANUP_* stack variables with NULL in various places.
  * daemon: sh: Fix missing initializer which caused segfault (RHBZ#1000121).
  * fish: Document that guestfish --remote --add won't work as expected (RHBZ#998513).
  * launch: direct: Don't try to wait for qemu if parent process forked (RHBZ#998482).
  * list-filesystems: Don't fail if there are no filesystems found (RHBZ#995711).
  * virt-list-filesystems: Fix to use $g->canonical_device_name instead of homebrew function.
  * daemon: If /proc/modules doesn't exist, linuxmodules optgroup is disabled.
  * launch: direct: Print \n after printing qemu command line.
  * conn: Make sure we display all log messages when qemu goes away.
  * lib: Turn 'random_chars' function used by libvirt backend into utility function.
  * daemon: ldm: Don't return an error if /dev/mapper doesn't exist.
  * daemon: Move all RESOLVE macros to daemon/stubs.c.
  * proto: Fix --enable-packet-dump mode.
  * daemon: Close augeas, hivex handles in unmount_all.
  * Fix parsing of boot flag in do_part_get_bootable()
  * Update gnulib to latest version.
  * augeas: Improve error reporting.
  * launch: direct: Add drives after machine parameters.
  * fish: Fix guestfish so it can recognize sheepdog://... as a valid URI.
  * resize: Move isatty_stdout function to separate module (TTY.isatty_stdout).
  * daemon: cap-get-file: Return empty string if no capability on file (RHBZ#989356).
  * src/file.c: Be sure to call guestfs___lazy_make_tmpdir before using g->tmpdir.
  * generator: Fix the case where a daemon function has one FileIn/FileOut parameter and no other parameters.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=237
This commit is contained in:
Olaf Hering 2013-09-19 18:30:37 +00:00 committed by Git OBS Bridge
parent a67e5e3dfe
commit de9c98eadf
5 changed files with 33 additions and 5 deletions

View File

@ -17,9 +17,9 @@ Index: libguestfs-1.22.5/fish/options.c
--- libguestfs-1.22.5.orig/fish/options.c
+++ libguestfs-1.22.5/fish/options.c
@@ -286,7 +286,10 @@ add_drives (struct drv *drv, char next_d
{
int r;
struct guestfs_add_drive_opts_argv ad_optargs;
char **server;
-
+ int use_virtio_blk = 0;
+#ifdef GUESTFS_QEMU_NO_VIRTIO_BLK

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25d693128110a8936d7686d5f36308dc229ed1f7db6448f143497104cc895e9c
size 4148564

3
libguestfs-1.22.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f538cd2fbead971fe82044d013303aee285a518fbe20183a9f85ca9132183fbd
size 4159296

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Sep 19 20:20:44 CEST 2013 - ohering@suse.de
- Update to version 1.22.6
* Initialize CLEANUP_* stack variables with NULL in various places.
* daemon: sh: Fix missing initializer which caused segfault (RHBZ#1000121).
* fish: Document that guestfish --remote --add won't work as expected (RHBZ#998513).
* launch: direct: Don't try to wait for qemu if parent process forked (RHBZ#998482).
* list-filesystems: Don't fail if there are no filesystems found (RHBZ#995711).
* virt-list-filesystems: Fix to use $g->canonical_device_name instead of homebrew function.
* daemon: If /proc/modules doesn't exist, linuxmodules optgroup is disabled.
* launch: direct: Print \n after printing qemu command line.
* conn: Make sure we display all log messages when qemu goes away.
* lib: Turn 'random_chars' function used by libvirt backend into utility function.
* daemon: ldm: Don't return an error if /dev/mapper doesn't exist.
* daemon: Move all RESOLVE macros to daemon/stubs.c.
* proto: Fix --enable-packet-dump mode.
* daemon: Close augeas, hivex handles in unmount_all.
* Fix parsing of boot flag in do_part_get_bootable()
* Update gnulib to latest version.
* augeas: Improve error reporting.
* launch: direct: Add drives after machine parameters.
* fish: Fix guestfish so it can recognize sheepdog://... as a valid URI.
* resize: Move isatty_stdout function to separate module (TTY.isatty_stdout).
* daemon: cap-get-file: Return empty string if no capability on file (RHBZ#989356).
* src/file.c: Be sure to call guestfs___lazy_make_tmpdir before using g->tmpdir.
* generator: Fix the case where a daemon function has one FileIn/FileOut parameter and no other parameters.
-------------------------------------------------------------------
Thu Sep 19 15:43:53 CEST 2013 - ohering@suse.de

View File

@ -17,7 +17,7 @@
#
Version: 1.22.5
Version: 1.22.6
Release: 0
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)