[Libosinfo] [PATCH libosinfo] freebsd: 10.0 is released, and supports virtio
Cole Robinson
crobinso at redhat.com
Fri Apr 11 22:44:20 UTC 2014
dates from: http://www.freebsd.org/security/
virtio support from: http://www.freebsd.org/cgi/man.cgi?query=virtio&sektion=4
And the fact that the gnome 3.12 freebsd image requires it.
Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
data/oses/freebsd.xml.in | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/data/oses/freebsd.xml.in b/data/oses/freebsd.xml.in
index 392c833..b20b8b0 100644
--- a/data/oses/freebsd.xml.in
+++ b/data/oses/freebsd.xml.in
@@ -583,7 +583,14 @@
<distro>freebsd</distro>
<upgrades id="http://freebsd.org/freebsd/9.2"/>
<derives-from id="http://freebsd.org/freebsd/9.2"/>
- <release-status>snapshot</release-status>
+
+ <release-date>2014-01-20</release-date>
+ <eol-date>2015-01-31</eol-date>
+
+ <devices>
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"/> <!-- virtio-net -->
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"/> <!-- virtio-blockk -->
+ </devices>
</os>
--
1.9.0
More information about the Libosinfo
mailing list