This file is indexed.

/usr/share/libosinfo/db/devices/xen.xml is in libosinfo-1.0-0 0.2.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<libosinfo version="0.0.1">

  <device id="http://xen.org/devices/block">
    <class>block</class>
    <bus-type>xen</bus-type>
    <name>xen-block</name>
  </device>

  <device id="http://xen.org/devices/net">
    <class>net</class>
    <bus-type>xen</bus-type>
    <name>xen-net</name>
  </device>

  <device id="http://xen.org/devices/console">
    <class>console</class>
    <bus-type>xen</bus-type>
    <name>xen-console</name>
  </device>

  <device id="http://xen.org/devices/framebuffer">
    <class>video</class>
    <bus-type>xen</bus-type>
    <name>xen-pvfb</name>
  </device>

</libosinfo>