Codebase list libvirt / 0c2afdb
Rediff remaining patches Guido Günther 12 years ago
11 changed file(s) with 29 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
2929 test_final $i $fail
3030
3131 # "cat log" would print this for non-root:
32 --
77 1 files changed, 2 insertions(+), 0 deletions(-)
88
99 diff --git a/tests/virnetsockettest.c b/tests/virnetsockettest.c
10 index a76e5cc..b271ec4 100644
10 index 44d6f65..bcfcbd3 100644
1111 --- a/tests/virnetsockettest.c
1212 +++ b/tests/virnetsockettest.c
13 @@ -496,10 +496,12 @@ mymain(void)
13 @@ -491,10 +491,12 @@ mymain(void)
1414 if (virtTestRun("Socket UNIX Addrs", 1, testSocketUNIXAddrs, NULL) < 0)
1515 ret = -1;
1616
2323
2424 struct testSSHData sshData1 = {
2525 .nodename = "somehost",
26 --
2222 # Note: This test fails on Cygwin 1.5.x, because the non-blocking flag has
2323 # apparently no effect on STDOUT_FILENO. It is fixed in Cygwin 1.7.
2424
25 --
77 2 files changed, 10 insertions(+), 5 deletions(-)
88
99 diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf
10 index da3983e..7cfb324 100644
10 index f218454..bb3efd1 100644
1111 --- a/daemon/libvirtd.conf
1212 +++ b/daemon/libvirtd.conf
1313 @@ -78,7 +78,7 @@
6464 && { echo "$0: found unexpected lines (above) in $conf" 1>&2; exit 1; }
6565
6666 # Start with the sample libvirtd.conf file, uncommenting all real directives.
67 --
22 Subject: Debianize libvirt-guests
33
44 Origin: vendor
5
56
67
78 ---
114115
115116 # If non-zero, try to bypass the file system cache when saving and
116117 # restoring guests, even though this may give slower operation for
117 --
22 Subject: Don't enable default network on boot
33
44 to not interfere with existing network configurations
5
56
67
78 ---
1011 2 files changed, 0 insertions(+), 6 deletions(-)
1112
1213 diff --git a/src/Makefile.am b/src/Makefile.am
13 index bf26b19..10c9eab 100644
14 index 4c98397..f79b739 100644
1415 --- a/src/Makefile.am
1516 +++ b/src/Makefile.am
16 @@ -1564,9 +1564,6 @@ if WITH_NETWORK
17 @@ -1586,9 +1586,6 @@ if WITH_NETWORK
1718 cp $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t \
1819 $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml && \
1920 rm $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t; }
2425
2526 uninstall-local::
2627 diff --git a/src/Makefile.in b/src/Makefile.in
27 index cdd5e4b..ee88275 100644
28 index e74ebec..4cee374 100644
2829 --- a/src/Makefile.in
2930 +++ b/src/Makefile.in
30 @@ -6719,9 +6719,6 @@ install-data-local:
31 @@ -7013,9 +7013,6 @@ install-data-local:
3132 @WITH_NETWORK_TRUE@ cp $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t \
3233 @WITH_NETWORK_TRUE@ $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml && \
3334 @WITH_NETWORK_TRUE@ rm $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t; }
3738
3839 uninstall-local::
3940 rmdir "$(DESTDIR)$(localstatedir)/cache/libvirt" ||:
40 --
55 Thanks: Luca Capello
66
77
8
89 ---
910 src/nwfilter/nwfilter_ebiptables_driver.c | 2 +-
1011 1 files changed, 1 insertions(+), 1 deletions(-)
1112
1213 diff --git a/src/nwfilter/nwfilter_ebiptables_driver.c b/src/nwfilter/nwfilter_ebiptables_driver.c
13 index f87cfa1..a057799 100644
14 index a62833e..3ec4f6c 100644
1415 --- a/src/nwfilter/nwfilter_ebiptables_driver.c
1516 +++ b/src/nwfilter/nwfilter_ebiptables_driver.c
16 @@ -3719,7 +3719,7 @@ ebiptablesDriverInit(bool privileged)
17 @@ -4025,7 +4025,7 @@ ebiptablesDriverInit(bool privileged)
1718 if (virMutexInit(&execCLIMutex))
1819 return EINVAL;
1920
2223 grep_cmd_path = virFindFileInPath("grep");
2324
2425 ebtables_cmd_path = virFindFileInPath("ebtables");
25 --
22 Subject: fix Debian specific path to hvm loader
33
44 Closes: #517059
5
56
67
78 ---
1314 5 files changed, 6 insertions(+), 6 deletions(-)
1415
1516 diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c
16 index 634b23b..0d4adcd 100644
17 index 6c71b65..9c924c2 100644
1718 --- a/src/xen/xen_hypervisor.c
1819 +++ b/src/xen/xen_hypervisor.c
19 @@ -2329,7 +2329,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
20 @@ -2338,7 +2338,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
2021 "/usr/lib64/xen/bin/qemu-dm" :
2122 "/usr/lib/xen/bin/qemu-dm"),
2223 (guest_archs[i].hvm ?
2627 1,
2728 machines)) == NULL) {
2829 diff --git a/tests/xencapsdata/xen-i686-pae-hvm.xml b/tests/xencapsdata/xen-i686-pae-hvm.xml
29 index 42b099c..2886c09 100644
30 index 872e5f6..7cde6df 100644
3031 --- a/tests/xencapsdata/xen-i686-pae-hvm.xml
3132 +++ b/tests/xencapsdata/xen-i686-pae-hvm.xml
32 @@ -34,7 +34,7 @@
33 @@ -35,7 +35,7 @@
3334 <arch name='i686'>
3435 <wordsize>32</wordsize>
3536 <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
3940 <domain type='xen'>
4041 </domain>
4142 diff --git a/tests/xencapsdata/xen-ia64-be-hvm.xml b/tests/xencapsdata/xen-ia64-be-hvm.xml
42 index 732b693..cf3dfc1 100644
43 index 222de1d..e56e306 100644
4344 --- a/tests/xencapsdata/xen-ia64-be-hvm.xml
4445 +++ b/tests/xencapsdata/xen-ia64-be-hvm.xml
45 @@ -31,7 +31,7 @@
46 @@ -32,7 +32,7 @@
4647 <arch name='ia64'>
4748 <wordsize>64</wordsize>
4849 <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
5253 <domain type='xen'>
5354 </domain>
5455 diff --git a/tests/xencapsdata/xen-ia64-hvm.xml b/tests/xencapsdata/xen-ia64-hvm.xml
55 index ef48a95..871cd65 100644
56 index 33c4946..25617fc 100644
5657 --- a/tests/xencapsdata/xen-ia64-hvm.xml
5758 +++ b/tests/xencapsdata/xen-ia64-hvm.xml
58 @@ -28,7 +28,7 @@
59 @@ -29,7 +29,7 @@
5960 <arch name='ia64'>
6061 <wordsize>64</wordsize>
6162 <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
6566 <domain type='xen'>
6667 </domain>
6768 diff --git a/tests/xencapsdata/xen-x86_64-hvm.xml b/tests/xencapsdata/xen-x86_64-hvm.xml
68 index 52c12c6..83dac3e 100644
69 index 8de8cf4..493d1ea 100644
6970 --- a/tests/xencapsdata/xen-x86_64-hvm.xml
7071 +++ b/tests/xencapsdata/xen-x86_64-hvm.xml
71 @@ -31,7 +31,7 @@
72 @@ -32,7 +32,7 @@
7273 <arch name='i686'>
7374 <wordsize>32</wordsize>
7475 <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
7778 <machine>xenfv</machine>
7879 <domain type='xen'>
7980 </domain>
80 @@ -49,7 +49,7 @@
81 @@ -50,7 +50,7 @@
8182 <arch name='x86_64'>
8283 <wordsize>64</wordsize>
8384 <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
8687 <machine>xenfv</machine>
8788 <domain type='xen'>
8889 </domain>
89 --
66 1 files changed, 1 insertions(+), 1 deletions(-)
77
88 diff --git a/tools/virsh.pod b/tools/virsh.pod
9 index 775d302..d6fbf26 100644
9 index 5131ade..35f6a82 100644
1010 --- a/tools/virsh.pod
1111 +++ b/tools/virsh.pod
1212 @@ -98,7 +98,7 @@ Output elapsed time information for each command.
1818
1919 Most B<virsh> commands require root privileges to run due to the
2020 communications channels used to talk to the hypervisor. Running as
21 --
4141 1 files changed, 9 insertions(+), 1 deletions(-)
4242
4343 diff --git a/src/qemu/qemu_monitor_text.c b/src/qemu/qemu_monitor_text.c
44 index 5de4d24..fdfb32f 100644
44 index 2c68be8..9bcd066 100644
4545 --- a/src/qemu/qemu_monitor_text.c
4646 +++ b/src/qemu/qemu_monitor_text.c
47 @@ -1599,7 +1599,15 @@ int qemuMonitorTextGetMigrationStatus(qemuMonitorPtr mon,
47 @@ -1632,7 +1632,15 @@ int qemuMonitorTextGetMigrationStatus(qemuMonitorPtr mon,
4848 }
4949 *total += disk_total * 1024;
5050 }
6161
6262 done:
6363 ret = 0;
64 --
2525 1 files changed, 3 insertions(+), 0 deletions(-)
2626
2727 diff --git a/tools/virsh.c b/tools/virsh.c
28 index 5544a41..8784a6f 100644
28 index 76deaa9..a8263d6 100644
2929 --- a/tools/virsh.c
3030 +++ b/tools/virsh.c
31 @@ -15996,6 +15996,9 @@ vshInit(vshControl *ctl)
31 @@ -17098,6 +17098,9 @@ vshInit(vshControl *ctl)
3232 /* set up the signals handlers to catch disconnections */
3333 vshSetupSignals();
3434
3838 if (virEventRegisterDefaultImpl() < 0)
3939 return false;
4040
41 --