<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-extended, branch daisy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=daisy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2014-08-18T17:57:57+00:00</updated>
<entry>
<title>libvirt: set path to pkcheck</title>
<updated>2014-08-18T17:57:57+00:00</updated>
<author>
<name>Shrikant Bobade</name>
<email>Shrikant_Bobade@mentor.com</email>
</author>
<published>2014-08-12T07:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=655ca30099fcd47a878d63d2d80a79174c1ff8ff'/>
<id>urn:sha1:655ca30099fcd47a878d63d2d80a79174c1ff8ff</id>
<content type='text'>
The libvirt build would fail whenever x11 was in DISTRO_FEATURES and the host
didn't have polkit installed (either no polkit/policykit at all, or just old
policykit).

Ensure that libvirt uses polkit rather than policykit, whether the host has
pkcheck installed or not, and ensure the path is correct per our config.

Signed-off-by: Christopher Larson &lt;kergoth@gmail.com&gt;
Signed-off-by: Shrikant Bobade &lt;Shrikant_Bobade@mentor.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: fix PTEST_DIR</title>
<updated>2014-06-03T15:20:50+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-05-30T14:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=669c07a02fbb190c3f1b73fe4d9cf62c67dc4f7b'/>
<id>urn:sha1:669c07a02fbb190c3f1b73fe4d9cf62c67dc4f7b</id>
<content type='text'>
The default PTEST_DIR only works for 32bit.

Signed-off-by: Mihaela Sendrea &lt;mihaela.sendrea@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Update version to 1.2.2</title>
<updated>2014-03-19T14:58:11+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-03-18T10:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=594a85674c5fd98ca9b34c3d94cca5c84c95cccb'/>
<id>urn:sha1:594a85674c5fd98ca9b34c3d94cca5c84c95cccb</id>
<content type='text'>
Signed-off-by: Mihaela Sendrea &lt;mihaela.sendrea@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Add ptest support</title>
<updated>2014-03-19T14:58:11+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-03-18T10:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6d55bc2aa805243853398e38e23010a6faafef7d'/>
<id>urn:sha1:6d55bc2aa805243853398e38e23010a6faafef7d</id>
<content type='text'>
Install libvirt test suite and run it as ptest.

Signed-off-by: Mihaela Sendrea &lt;mihaela.sendrea@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: dnsmaqs not to bind to virbr interface</title>
<updated>2014-03-03T16:59:06+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-03T16:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7550a05bb02699fe337c3a637489275ca1ffb9df'/>
<id>urn:sha1:7550a05bb02699fe337c3a637489275ca1ffb9df</id>
<content type='text'>
By default dnsmaqs binds to all interfaces, and this causes 2
small issues:

* At boot time, dnsmaqs daemon will start first and binds to virbr
interface, then libvirtd spawns a second dnsmaqs binds to virbr
(in dynamic mode) which binds to virbr:53 proto UDP (but not TCP)
* If some how, libvirtd daemon starts first then dnsmaqs daemon
will fail to start as libvirtd daemon already binds to virbr:53.

This patch tells dnsmasq daemon to leave virbr alone and let
libvirt uses it.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: kill the right dnsmasq daemon</title>
<updated>2014-03-03T16:55:14+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-03T16:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8484b64fa334bfb063b059883f6fe15a53052c8c'/>
<id>urn:sha1:8484b64fa334bfb063b059883f6fe15a53052c8c</id>
<content type='text'>
Currently when libvirt daemon is stared, the libvirt startup
script tries to kill the already running dnsmasq daemons
(e.g. from /etc/init.d/dnsmaqs).  Also if
"/etc/init.d/libvirtd start" is invoked more than
one time then this will accidentally kills all the dnsmasq
daemon.

This patch makes sure libvirt startup script to kill only the
dnsmasq that spawned by itself.  Also try to avoid killing
dnsmasq if "/etc/init.d/libvirtd start" runs second time.

Signed-off-by: Barton Wensley &lt;Barton.Wensley@windriver.com&gt;
Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Disable polkit driver when there is no x11</title>
<updated>2014-02-28T15:43:27+00:00</updated>
<author>
<name>Jonas Eriksson</name>
<email>jonas.eriksson@enea.com</email>
</author>
<published>2014-02-27T16:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ce991a62d5f2ce006074ee4b8a97c6029308548c'/>
<id>urn:sha1:ce991a62d5f2ce006074ee4b8a97c6029308548c</id>
<content type='text'>
To avoid having the default build of libvirt depend on virtual/x11
through polkit and consolekit, check for x11 in DISTRO_FEATURES before
enabling the polkit support in the default PKG_CONFIG.

Signed-off-by: Jonas Eriksson &lt;jonas.eriksson@enea.com&gt;
Acked-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Use DISTRO_FEATURES to enable Xen support</title>
<updated>2014-02-28T15:43:27+00:00</updated>
<author>
<name>Jonas Eriksson</name>
<email>jonas.eriksson@enea.com</email>
</author>
<published>2014-02-27T16:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9b5d1d158a78d50c55a86d8e9f245b3f84c88893'/>
<id>urn:sha1:9b5d1d158a78d50c55a86d8e9f245b3f84c88893</id>
<content type='text'>
The Xen drivers in libvirt is needed when the build file system image
and kernel are running as dom0. The parts of the kernel needed to run as
dom0 are controlled by DISTRO_FEATURES, and thus there is no need for
the Xen drivers if DISTRO_FEATURES does not contain 'xen'.

Signed-off-by: Jonas Eriksson &lt;jonas.eriksson@enea.com&gt;
Acked-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Fix selinux DISTRO_FEATURE check</title>
<updated>2014-02-28T15:43:26+00:00</updated>
<author>
<name>Jonas Eriksson</name>
<email>jonas.eriksson@enea.com</email>
</author>
<published>2014-02-27T16:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=5876038deff36f37dbadefa29d87ccff806598ad'/>
<id>urn:sha1:5876038deff36f37dbadefa29d87ccff806598ad</id>
<content type='text'>
It seems that a $ was forgotten in the DISTRO_FEATURE check for selinux.

Signed-off-by: Jonas Eriksson &lt;jonas.eriksson@enea.com&gt;
Acked-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Change license to LGPLv2.1+</title>
<updated>2014-02-28T15:43:26+00:00</updated>
<author>
<name>Jonas Eriksson</name>
<email>jonas.eriksson@enea.com</email>
</author>
<published>2014-02-27T16:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=f60073740c996c0a47815f85a8be6b1128811917'/>
<id>urn:sha1:f60073740c996c0a47815f85a8be6b1128811917</id>
<content type='text'>
libvirt is to a large extent licensed under LGPLv2.1 (or later) rather
than GPLv2. From my investigations, there are only some tests and a
couple of files under tools are licensed as GPL. Other than that, files
are generally licensed as LGPL. My recommendation is therefore to set
the default license to LGPLv2.1+, and to add a LICENSE_${PN}-ptest that
is set to LGPLv2.1+ &amp; GPLv2+ if a ptest package is added. This is
preferred to avoid having to specify explicit licenses for every other
package, such as the auto generated libvirt-locale-XX packages.

Signed-off-by: Jonas Eriksson &lt;jonas.eriksson@enea.com&gt;
Acked-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
