Codebase list libvirt / 66f2a93
Refresh patches Guido Günther 10 years ago
11 changed file(s) with 25 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
1818 12 files changed, 24 insertions(+), 26 deletions(-)
1919
2020 diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
21 index aee03d7..6ffe626 100644
21 index d2d9776..fd31d1c 100644
2222 --- a/docs/schemas/capability.rng
2323 +++ b/docs/schemas/capability.rng
2424 @@ -271,13 +271,13 @@
3838 </define>
3939
4040 diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c
41 index 8a89c32..9221c62 100644
41 index 30a14e7..e425e15 100644
4242 --- a/src/xen/xen_hypervisor.c
4343 +++ b/src/xen/xen_hypervisor.c
44 @@ -2139,11 +2139,9 @@ xenHypervisorBuildCapabilities(virConnectPtr conn, virArch hostarch,
44 @@ -2142,11 +2142,9 @@ xenHypervisorBuildCapabilities(virConnectPtr conn, virArch hostarch,
4545 if ((guest = virCapabilitiesAddGuest(caps,
4646 guest_archs[i].hvm ? "hvm" : "xen",
4747 guest_archs[i].arch,
77 1 file changed, 2 insertions(+)
88
99 diff --git a/tests/virnetsockettest.c b/tests/virnetsockettest.c
10 index a14371a..9e5a164 100644
10 index 5d91f26..1f283a3 100644
1111 --- a/tests/virnetsockettest.c
1212 +++ b/tests/virnetsockettest.c
13 @@ -499,10 +499,12 @@ mymain(void)
13 @@ -501,10 +501,12 @@ mymain(void)
1414 if (virtTestRun("Socket UNIX Addrs", testSocketUNIXAddrs, NULL) < 0)
1515 ret = -1;
1616
66 1 file changed, 1 insertion(+), 2 deletions(-)
77
88 diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c
9 index f70e260..92072f6 100644
9 index 7e3fc0a..3f13fac 100644
1010 --- a/src/rpc/virnetserver.c
1111 +++ b/src/rpc/virnetserver.c
12 @@ -1071,8 +1071,7 @@ void virNetServerRun(virNetServerPtr srv)
12 @@ -1093,8 +1093,7 @@ void virNetServerRun(virNetServerPtr srv)
1313
1414 virObjectLock(srv);
1515
99 1 file changed, 1 insertion(+), 1 deletion(-)
1010
1111 diff --git a/src/util/virutil.c b/src/util/virutil.c
12 index 7a2fbb0..6a41d92 100644
12 index 9be1590..1e6400d 100644
1313 --- a/src/util/virutil.c
1414 +++ b/src/util/virutil.c
15 @@ -1444,7 +1444,7 @@ virSetUIDGIDWithCaps(uid_t uid, gid_t gid, gid_t *groups, int ngroups,
15 @@ -1450,7 +1450,7 @@ virSetUIDGIDWithCaps(uid_t uid, gid_t gid, gid_t *groups, int ngroups,
1616 void virFileWaitForDevices(void)
1717 {
1818 # ifdef UDEVADM
88 1 file changed, 1 insertion(+), 1 deletion(-)
99
1010 diff --git a/tests/vircgrouptest.c b/tests/vircgrouptest.c
11 index 5d5eccc..088b51a 100644
11 index dd078c1..eadc9b6 100644
1212 --- a/tests/vircgrouptest.c
1313 +++ b/tests/vircgrouptest.c
1414 @@ -22,7 +22,7 @@
77 2 files changed, 5 insertions(+), 8 deletions(-)
88
99 diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf
10 index 073c178..6a98bc1 100644
10 index aeba11d..3d3718a 100644
1111 --- a/daemon/libvirtd.conf
1212 +++ b/daemon/libvirtd.conf
1313 @@ -78,7 +78,7 @@
4848 # Change the authentication scheme for TCP sockets.
4949 #
5050 diff --git a/daemon/test_libvirtd.aug.in b/daemon/test_libvirtd.aug.in
51 index a7e8515..acd0667 100644
51 index 37ff33d..8c4e8a4 100644
5252 --- a/daemon/test_libvirtd.aug.in
5353 +++ b/daemon/test_libvirtd.aug.in
5454 @@ -9,12 +9,8 @@ module Test_libvirtd =
77 2 files changed, 4 insertions(+), 4 deletions(-)
88
99 diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in
10 index e1f2a07..f33a08e 100644
10 index 086da36..9bc433c 100644
1111 --- a/daemon/libvirtd.service.in
1212 +++ b/daemon/libvirtd.service.in
13 @@ -14,8 +14,8 @@ Documentation=http://libvirt.org
13 @@ -15,8 +15,8 @@ Documentation=http://libvirt.org
1414
1515 [Service]
1616 Type=notify
88 2 files changed, 6 deletions(-)
99
1010 diff --git a/src/Makefile.am b/src/Makefile.am
11 index 6ef32ee..ae9b7db 100644
11 index 55427ed..73f8ecd 100644
1212 --- a/src/Makefile.am
1313 +++ b/src/Makefile.am
14 @@ -2607,9 +2607,6 @@ if WITH_NETWORK
14 @@ -2619,9 +2619,6 @@ if WITH_NETWORK
1515 cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
1616 $(DESTDIR)$(confdir)/qemu/networks/default.xml && \
1717 rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
2222
2323 uninstall-local:: uninstall-init uninstall-systemd
2424 diff --git a/src/Makefile.in b/src/Makefile.in
25 index d5a6f62..9bf6aeb 100644
25 index 683d491..b24bafe 100644
2626 --- a/src/Makefile.in
2727 +++ b/src/Makefile.in
28 @@ -9868,9 +9868,6 @@ install-data-local: install-init install-systemd
28 @@ -9899,9 +9899,6 @@ install-data-local: install-init install-systemd
2929 @WITH_NETWORK_TRUE@ cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
3030 @WITH_NETWORK_TRUE@ $(DESTDIR)$(confdir)/qemu/networks/default.xml && \
3131 @WITH_NETWORK_TRUE@ rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
1111 5 files changed, 6 insertions(+), 6 deletions(-)
1212
1313 diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c
14 index f9c7b40..8a89c32 100644
14 index 2e35edf..30a14e7 100644
1515 --- a/src/xen/xen_hypervisor.c
1616 +++ b/src/xen/xen_hypervisor.c
17 @@ -2143,7 +2143,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn, virArch hostarch,
17 @@ -2146,7 +2146,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn, virArch hostarch,
1818 "/usr/lib64/xen/bin/qemu-dm" :
1919 "/usr/lib/xen/bin/qemu-dm"),
2020 (guest_archs[i].hvm ?
66 1 file changed, 1 insertion(+), 1 deletion(-)
77
88 diff --git a/tools/virsh.pod b/tools/virsh.pod
9 index ab9bdd9..9712174 100644
9 index ba2da20..638016f 100644
1010 --- a/tools/virsh.pod
1111 +++ b/tools/virsh.pod
12 @@ -107,7 +107,7 @@ alphabetic character, @, [, ], \, ^, _.
12 @@ -119,7 +119,7 @@ virsh is coming from and which options and driver are compiled in.
1313
1414 Most B<virsh> operations rely upon the libvirt library being able to
1515 connect to an already running libvirtd service. This can usually be
4141 1 file changed, 9 insertions(+), 1 deletion(-)
4242
4343 diff --git a/src/qemu/qemu_monitor_text.c b/src/qemu/qemu_monitor_text.c
44 index 7b81079..99f7641 100644
44 index ad63140..203a0cb 100644
4545 --- a/src/qemu/qemu_monitor_text.c
4646 +++ b/src/qemu/qemu_monitor_text.c
47 @@ -1533,7 +1533,15 @@ int qemuMonitorTextGetMigrationStatus(qemuMonitorPtr mon,
47 @@ -1543,7 +1543,15 @@ int qemuMonitorTextGetMigrationStatus(qemuMonitorPtr mon,
4848 }
4949 status->disk_total *= 1024;
5050 }
5959 + goto cleanup;
6060 + }
6161
62 done:
62 done:
6363 ret = 0;