[PATCH 2/2] osdict: Add FreeBSD 10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



FreeBSD 10 is an upcoming release of FreeBSD. It supports virtio by
default, unlike earlier releases of FreeBSD. Add it to osdict.
---
 virtinst/osdict.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 358d26e..0fde37a 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -750,6 +750,14 @@ OS_TYPES = {
             NET : {"model" : [(HV_ALL, "e1000")]}
        },
    },
+    "freebsd10": {
+        "label": "FreeBSD 10.x" ,
+        "supported": False,
+        "devices" : {
+            DISK : VIRTIO_DISK,
+            NET  : VIRTIO_NET,
+       },
+   },
 
     "openbsd4": {
         "label": "OpenBSD 4.x" ,
-- 
1.8.3.1

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux