Created
June 6, 2021 20:09
-
-
Save jclulow/8e6a6dc530f5f6a0f5d0d9f9efa1b40b to your computer and use it in GitHub Desktop.
osinfo file for illumos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<libosinfo version="0.0.1"> | |
<!-- Licensed under the GNU General Public License version 2 or later. | |
See http://www.gnu.org/licenses/ for a copy of the license text --> | |
<os id="http://illumos.org/illumos/rolling"> | |
<short-id>illumos</short-id> | |
<name>illumos</name> | |
<vendor>illumos</vendor> | |
<family>illumos</family> | |
<release-status>rolling</release-status> | |
<firmware arch="x86_64" type="efi"/> | |
<devices> | |
<device id="http://pcisig.com/pci/1033/0194"/> | |
<!-- nec-xhci --> | |
<device id="http://pcisig.com/pci/1af4/1000"/> | |
<!-- virtio-net --> | |
<device id="http://pcisig.com/pci/1af4/1001"/> | |
<!-- virtio-block --> | |
<device id="http://pcisig.com/pci/1b36/0004"/> | |
<!-- qemu-xhci --> | |
<device id="http://pcisig.com/pci/1b36/0100"/> | |
<!-- qxl --> | |
<device id="http://pcisig.com/pci/8086/10d3"/> | |
<!-- e1000e --> | |
<device id="http://pcisig.com/pci/8086/2415"/> | |
<!-- ac97 --> | |
<device id="http://pcisig.com/pci/8086/2668"/> | |
<!-- ich6 --> | |
<device id="http://pcisig.com/pci/8086/293e"/> | |
<!-- ich9-hda --> | |
<device id="http://qemu.org/chipset/x86/q35"/> | |
<!-- qemu-x86-q35 --> | |
<device id="http://usb.org/usb/80ee/0021"/> | |
<!-- tablet --> | |
</devices> | |
<resources arch="all"> | |
<minimum> | |
<ram>536870912</ram> | |
</minimum> | |
</resources> | |
</os> | |
</libosinfo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be installed (at least, on Ubuntu) at
/usr/share/osinfo/os/illumos.org/illumos-rolling.xml
so thatvirt-manager
can find it.I did try to get this merged upstream, at https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/194, but upstream had Different Ideas.