libvirt/src/bhyve
Laine Stump 08fe449848 bhyve: remove redundant code that adds "template" netdev name
The FreeBSD version of virNetDevTapCreate() now calls
virNetDevGenerateName(), and virNetDevGenerateName() understands that
a blank ifname should be replaced with a generated name based on a
device-type-specific template - so there is no longer any need for the
higher level functions to stuff a template name ("vnet%d") into
ifname.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-12-16 21:31:51 -05:00
..
bhyve_capabilities.c change DIR* int g_autoptr(DIR) where appropriate 2020-11-02 22:01:36 -05:00
bhyve_capabilities.h bhyve: implement virtio-9p support 2020-10-09 18:46:04 +04:00
bhyve_command.c bhyve: remove redundant code that adds "template" netdev name 2020-12-16 21:31:51 -05:00
bhyve_command.h
bhyve_conf.c
bhyve_conf.h
bhyve_device.c bhyve: implement virtio-9p support 2020-10-09 18:46:04 +04:00
bhyve_device.h
bhyve_domain.c virDomainDefValidate: Add per-run 'opaque' data 2020-12-09 09:33:47 +01:00
bhyve_domain.h bhyve: support 'isa' controller for LPC 2020-09-21 20:03:00 +04:00
bhyve_driver.c cpu: Wire in XML validation 2020-10-07 11:26:27 +02:00
bhyve_driver.h
bhyve_monitor.c
bhyve_monitor.h
bhyve_parse_command.c bhyve: parse: Set video device model when parsing bhyve commandline 2020-10-19 11:50:49 +02:00
bhyve_parse_command.h
bhyve_process.c
bhyve_process.h
bhyve_utils.h
bhyve.conf
libvirtd_bhyve.aug src: fix word spell typos 2020-07-09 10:01:41 +02:00
meson.build meson: prefix kvm_dep, m_dep and util_dep with lib 2020-10-09 13:44:54 +02:00
test_libvirtd_bhyve.aug.in