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