<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/master-sync-shared.git/src/main/resources/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/resources/libvirt?h=de-generic-virtualizer</id>
<link rel='self' href='https://git.openslx.org/bwlp/master-sync-shared.git/atom/src/main/resources/libvirt?h=de-generic-virtualizer'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/'/>
<updated>2021-06-30T08:58:27+00:00</updated>
<entry>
<title>Update RNG schema files of Libvirt to version 7.3</title>
<updated>2021-06-30T08:58:27+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-06-30T08:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=c01d5fc4e6c40e8eb005e6b95eafb4cd73baca66'/>
<id>urn:sha1:c01d5fc4e6c40e8eb005e6b95eafb4cd73baca66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add libosinfo database and validation schema files for Libvirt</title>
<updated>2021-05-04T06:50:34+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-05-04T06:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=bf9fe604847991ad029980703a6c72b8a309b5a1'/>
<id>urn:sha1:bf9fe604847991ad029980703a6c72b8a309b5a1</id>
<content type='text'>
The libosinfo database consists of a single XML file aggreated from
the original libosinfo database which is split accross multiple XML
files. The aggregation is achieved by the following commands where
the original data base files are located under /usr/share/osinfo/os:

  FILES=(/usr/share/osinfo/os/**/*.xml)
  START="$(sed -n '/^&lt;libosinfo version=/,/&gt;$/p' "${FILES[0]}")"
  END="&lt;/libosinfo&gt;"

  for FILE in "${FILES[@]}"; do
      CONTENT+="$(sed -n '/&lt;os/,/&lt;\/os&gt;/p' "${FILE}")"$'\n'
  done

  echo -e "${START}\n${CONTENT}${END}" &gt; \
      src/main/resources/libvirt/libosinfo/xml/osinfo.xml
</content>
</entry>
<entry>
<title>Add support for QEMU VMs (based on Libvirt domain XML documents)</title>
<updated>2021-01-29T11:25:44+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-01-29T11:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=706910e440527c22f176bcab0032c37c60357c25'/>
<id>urn:sha1:706910e440527c22f176bcab0032c37c60357c25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Libvirt 7.0.0 RelaxNG schema files for QEMU</title>
<updated>2021-01-29T09:06:32+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-01-29T09:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/master-sync-shared.git/commit/?id=f955adcf7005f09b698a1ddc273132492d8daba3'/>
<id>urn:sha1:f955adcf7005f09b698a1ddc273132492d8daba3</id>
<content type='text'>
</content>
</entry>
</feed>
