- Update to version 1.19.53

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=137
This commit is contained in:
Olaf Hering 2012-10-19 12:18:28 +00:00 committed by Git OBS Bridge
parent 86d1d44d22
commit bef4468770
5 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
From 9bf2971806fede091c53dd3526dacdb3698a3739 Mon Sep 17 00:00:00 2001
From 984ff0e1dcb992363c8f16c282fa07510c7047b0 Mon Sep 17 00:00:00 2001
From: Olaf Hering <olaf@aepfle.de>
Date: Mon, 3 Sep 2012 19:50:44 +0200
Subject: [PATCH] force virtio_blk in old guest kernel
@ -101,10 +101,10 @@ index 0db790e..54190bc 100644
exit (EXIT_FAILURE);
}
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 273900e..e9f978b 100644
index 2cfa35b..cb0cbb9 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -314,6 +314,8 @@ struct guestfs_h
@@ -331,6 +331,8 @@ struct guestfs_h
virDomainPtr dom; /* libvirt domain */
} virt;
#endif
@ -114,12 +114,12 @@ index 273900e..e9f978b 100644
/* Per-filesystem data stored for inspect_os. */
diff --git a/src/guestfs.c b/src/guestfs.c
index ee523eb..f768c56 100644
index e755ffa..21e774d 100644
--- a/src/guestfs.c
+++ b/src/guestfs.c
@@ -170,6 +170,22 @@ guestfs_create (void)
}
}
@@ -126,6 +126,22 @@ guestfs_create_flags (unsigned flags, ...)
g->memsize = 500;
+/*
+ * Currently virtio_scsi is forced if qemu in the host supports this
@ -163,10 +163,10 @@ index 33c5ee9..c7d5398 100644
}
else if ((part = match1 (g, spec, re_diskbyid)) != NULL) {
diff --git a/src/launch-appliance.c b/src/launch-appliance.c
index 378f121..1f13929 100644
index 17e90d9..902cf9a 100644
--- a/src/launch-appliance.c
+++ b/src/launch-appliance.c
@@ -891,6 +891,9 @@ qemu_supports_virtio_scsi (guestfs_h *g)
@@ -875,6 +875,9 @@ qemu_supports_virtio_scsi (guestfs_h *g)
g->app.virtio_scsi = 3;
}
@ -177,7 +177,7 @@ index 378f121..1f13929 100644
}
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index 183008e..6a1cef3 100644
index 8bdf117..63f1656 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -150,6 +150,13 @@ launch_libvirt (guestfs_h *g, const char *libvirt_uri)
@ -254,5 +254,5 @@ index 6f26e33..754f09d 100644
_("libguestfs-test-tool: failed to mount /dev/sda1 on /\n"));
exit (EXIT_FAILURE);
--
1.7.12.2
1.7.12.3

View File

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

View File

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

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Oct 15 08:02:05 CEST 2012 - ohering@suse.de
Fri Oct 19 14:09:27 CEST 2012 - ohering@suse.de
- Update to version 1.19.52
- Update to version 1.19.53
-------------------------------------------------------------------
Wed Oct 10 16:51:32 CEST 2012 - ohering@suse.de

View File

@ -77,7 +77,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Compatibility package for guestfs-tools
License: LGPL-2.1
Group: System/Filesystems
Version: 1.19.52
Version: 1.19.53
Release: 0
Patch5: libguestfs-1.13.14-ruby.patch
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch