<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/master-sync-shared.git/src/main/java/org/openslx/libvirt, branch de-generic-virtualizer</title>
<subtitle>Gemeinsam genutzte Funktionen und Klassen vom Masterserver und Satelliten-Daemon</subtitle>
<id>https://git.openslx.org/bwlp/master-sync-shared.git/atom/src/main/java/org/openslx/libvirt?h=de-generic-virtualizer</id>
<link rel='self' href='https://git.openslx.org/bwlp/master-sync-shared.git/atom/src/main/java/org/openslx/libvirt?h=de-generic-virtualizer'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/'/>
<updated>2021-07-02T09:04:26+00:00</updated>
<entry>
<title>libvirt-xml: Add speed hack for "." XPath query</title>
<updated>2021-07-02T09:04:26+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-07-02T09:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=1d98a45b126bba4eea952b448f5070f61be533fe'/>
<id>urn:sha1:1d98a45b126bba4eea952b448f5070f61be533fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Libvirt PCI, shared memory and hypervisor features for GPU passthrough</title>
<updated>2021-06-10T08:49:50+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-06-10T08:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=9cda192f9f5ee9ffb5d8d6962651d950a7b0fd76'/>
<id>urn:sha1:9cda192f9f5ee9ffb5d8d6962651d950a7b0fd76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug during creation of new Libvirt filesystem node</title>
<updated>2021-05-26T08:38:07+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-05-26T08:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=9b9e92c28aacbd3368b023c79c5e031107873ee4'/>
<id>urn:sha1:9b9e92c28aacbd3368b023c79c5e031107873ee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OS detection for Libvirt/QEMU virtualization configurations</title>
<updated>2021-05-05T07:37:45+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-05-05T07:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=07e2d0fdde3c85ea6d126e8986694a091f1803ff'/>
<id>urn:sha1:07e2d0fdde3c85ea6d126e8986694a091f1803ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix errors in Javadoc comments</title>
<updated>2021-04-30T10:11:32+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-04-30T10:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=c5d35cf6b739444ba0d065203d8f21db86d0c8c1'/>
<id>urn:sha1:c5d35cf6b739444ba0d065203d8f21db86d0c8c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error while parsing Libvirt XML document from String</title>
<updated>2021-04-26T13:34:02+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-04-26T13:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=32c3d1b552016c4303ff7abf887bb62a736db9f8'/>
<id>urn:sha1:32c3d1b552016c4303ff7abf887bb62a736db9f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issues in filtering sources of Libvirt network interfaces</title>
<updated>2021-03-26T15:22:54+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-26T15:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=7aa2380b3bc33ad6b1a892b1b3491c93eee8edbb'/>
<id>urn:sha1:7aa2380b3bc33ad6b1a892b1b3491c93eee8edbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issues related to a XPath query used in the Libvirt device lookup</title>
<updated>2021-03-25T10:16:42+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-25T10:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=9b1ab8ea115c88bbcecadbf53d420a09240d6ba8'/>
<id>urn:sha1:9b1ab8ea115c88bbcecadbf53d420a09240d6ba8</id>
<content type='text'>
The issue occurs if a Libvirt device lookup via getDevices() takes
place after a device node was removed. After the removal, a bunch of
empty XML text nodes remain which leads to problems in the underlying
XML element nodes. Those nodes are queried with the help of relative
XPath expressions which depend on valid XML element nodes.

This patch restricts queries of underlying child nodes to valid XML
element nodes avoiding the occurence of XPath runtime exceptions.
</content>
</entry>
<entry>
<title>Add shared folder support to Libvirt domain XML documents</title>
<updated>2021-03-24T14:20:33+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-24T14:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=2d012afbaf72794ad8ff16cc7ac50bc2e05b0c74'/>
<id>urn:sha1:2d012afbaf72794ad8ff16cc7ac50bc2e05b0c74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add parallel and serial devices to Libvirt domain XML documents</title>
<updated>2021-03-24T11:35:37+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-03-24T11:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=936887890b6517d844331c7a37a1dc56c6a47da1'/>
<id>urn:sha1:936887890b6517d844331c7a37a1dc56c6a47da1</id>
<content type='text'>
</content>
</entry>
</feed>
