]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: convert to net model enum
authorCole Robinson <crobinso@redhat.com>
Fri, 18 Jan 2019 00:59:21 +0000 (19:59 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 16 Apr 2019 17:11:08 +0000 (13:11 -0400)
commitc0cf17c280bb5cce69aed0828af6a3633b9a2dd5
tree6376b987f093e6a8b687cb3434d1e508e5243a77
parent0f8358555a627ef3c06ad9e7bc1216b22a6ac722
bhyve: convert to net model enum

The bhyve driver only works with the virtio and e1000 models,
which we already have in the enum. Some error reporting is
slightly downgraded to avoid some subtle usage of modelstr

Acked-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/bhyve/bhyve_command.c
src/bhyve/bhyve_parse_command.c