<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git, 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>lxc: Update version to 1.0.1</title>
<updated>2014-04-15T23:44:34+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-04-14T13:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=abf028895344a0e485fa194e5cac8bd7006c670b'/>
<id>urn:sha1:abf028895344a0e485fa194e5cac8bd7006c670b</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>lxc: Add ptest support</title>
<updated>2014-04-15T23:44:34+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-04-14T13:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=10edbcd8ca1efb88bd89a45f78b31ef8a5772026'/>
<id>urn:sha1:10edbcd8ca1efb88bd89a45f78b31ef8a5772026</id>
<content type='text'>
Install lxc 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>kernel: update fragments to oe-core 1.6</title>
<updated>2014-04-02T13:07:00+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-02T13:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7544bfb6ec7efd283e7e7ff712e91452fdffb534'/>
<id>urn:sha1:7544bfb6ec7efd283e7e7ff712e91452fdffb534</id>
<content type='text'>
Now that the 3.14 kernel has been introduced and 3.8 dropped from oe-core,
we need to adjust our configuration fragments accordingly.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>lxc: bug fixes from upstream</title>
<updated>2014-04-02T00:51:49+00:00</updated>
<author>
<name>Bogdan Purcareata</name>
<email>bogdan.purcareata@freescale.com</email>
</author>
<published>2014-04-01T11:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=f3498799a82e088a3bda6829724c8923b28e96fa'/>
<id>urn:sha1:f3498799a82e088a3bda6829724c8923b28e96fa</id>
<content type='text'>
Adding a couple of upstream fixes for lxc:
- follow symlinks when determining if Busybox is statically linked
- don't fail for lxc.network.type = none
- don't fail if no default macvlan mode is specified

More details are available in the individual patches.

Signed-off-by: Bogdan Purcareata &lt;bogdan.purcareata@freescale.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: add ptest support</title>
<updated>2014-04-02T00:51:45+00:00</updated>
<author>
<name>Radu Patriu</name>
<email>radu.patriu@enea.com</email>
</author>
<published>2014-03-31T08:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=36b5a4ca38064cfd5e19554f4b9a2b138a055478'/>
<id>urn:sha1:36b5a4ca38064cfd5e19554f4b9a2b138a055478</id>
<content type='text'>
Install openvswitch test suite and run it as ptest.

Signed-off-by: Radu Patriu &lt;radu.patriu@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>
</feed>
