]> xenbits.xensource.com Git - libvirt.git/commit
vz: convert to net model enum
authorCole Robinson <crobinso@redhat.com>
Fri, 18 Jan 2019 00:53:14 +0000 (19:53 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 16 Apr 2019 17:11:08 +0000 (13:11 -0400)
commit0f8358555a627ef3c06ad9e7bc1216b22a6ac722
tree1f5eb7185195bfe1a8a000a413aed4c909fc3f88
parentd79a2c079ca8c275bd40a198e0c937dfc7a63027
vz: convert to net model enum

The vz driver only handles three models: virtio, e1000, and rtl8139.
Add enum values for those models, and convert the vz driver to
handling net->model natively

Acked-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/vz/vz_driver.c
src/vz/vz_sdk.c