[Libosinfo] [osinfo-db PATCH] rhel8: Add supported devices
Cole Robinson
crobinso at redhat.com
Thu Dec 13 17:17:49 UTC 2018
On 12/13/2018 11:01 AM, Fabiano Fidêncio wrote:
> As RHEL-8 doesn't derive-from RHEL-7, we have to list all the supported
> devices for it.
>
> The list of the supported devices is composed by all devices supported
> for 7.x series.
>
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> data/os/redhat.com/rhel-8.0.xml.in | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/data/os/redhat.com/rhel-8.0.xml.in b/data/os/redhat.com/rhel-8.0.xml.in
> index 5b3648d..6af5e4f 100644
> --- a/data/os/redhat.com/rhel-8.0.xml.in
> +++ b/data/os/redhat.com/rhel-8.0.xml.in
> @@ -12,6 +12,29 @@
>
> <release-status>prerelease</release-status>
>
> + <devices>
> + <device id="http://pcisig.com/pci/1b36/0100"/> <!-- qxl -->
> + <device id="http://pcisig.com/pci/8086/2415"/> <!-- ac97 -->
> + <device id="http://usb.org/usb/80ee/0021"/> <!-- tablet -->
> + <device id="http://pcisig.com/pci/1af4/1001"/> <!-- virtio-block -->
> + <device id="http://pcisig.com/pci/1af4/1000"/> <!-- virtio-net -->
> + <device id="http://pcisig.com/pci/1af4/1003"/> <!-- virtio-console -->
> + <device id="http://pcisig.com/pci/1af4/1005"/> <!-- virtio-rng -->
> + <device id="http://pcisig.com/pci/1033/0194"/> <!-- nec-xhci -->
> + <device id="http://pcisig.com/pci/1b36/0004"/> <!-- qemu-xhci -->
> + <device id="http://pcisig.com/pci/1af4/1041"/> <!-- virtio1.0-net -->
> + <device id="http://pcisig.com/pci/1af4/1042"/> <!-- virtio1.0-block -->
> + <device id="http://pcisig.com/pci/1af4/1043"/> <!-- virtio1.0-console -->
> + <device id="http://pcisig.com/pci/1af4/1044"/> <!-- virtio1.0-rng -->
> + <device id="http://pcisig.com/pci/1af4/1045"/> <!-- virtio1.0-balloon -->
> + <device id="http://pcisig.com/pci/1af4/1048"/> <!-- virtio1.0-scsi -->
> + <device id="http://pcisig.com/pci/1af4/1049"/> <!-- virtio1.0-9p -->
> + <device id="http://pcisig.com/pci/1af4/1052"/> <!-- virtio1.0-input -->
> + <device id="http://qemu.org/chipset/x86/q35"/> <!-- qemu-x86-q35 -->
> + <device id="http://pcisig.com/pci/8086/10d3"/> <!-- e1000e -->
> + <device id="http://pcisig.com/pci/8086/293e"/> <!-- ich9-hda -->
> + </devices>
> +
> <media arch="x86_64">
> <iso>
> <system-id>LINUX</system-id>
>
Device list matches latest rhel7, but it's missing ich6. I guess
rhel6/rhel7 need ich6 annotations too. Either way:
Reviewed-by: Cole Robinson <crobinso at redhat.com>
Thanks,
Cole
More information about the Libosinfo
mailing list