Created
June 6, 2021 20:09
Revisions
-
jclulow revised this gist
Jun 6, 2021 . No changes.There are no files selected for viewing
-
jclulow created this gist
Jun 6, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ <?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>