[virt-tools-list] [PATCH 2/2] osdict: Add FreeBSD 10
Marcus Karlsson
mk at acc.umu.se
Mon Jul 29 07:35:14 UTC 2013
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
More information about the virt-tools-list
mailing list