[libvirt] [PATCH v2] bhyve: add e1000 nic support

Roman Bogorodskiy bogorodskiy at gmail.com
Sun Nov 6 06:09:46 UTC 2016


Changes since v1:

 - Fix indentation
 - Don't leak nic_model in bhyveBuildNetArgStr, and actually
   convert it to use 'goto out' to the clean up routine instead
   of explicit calls to VIR_FREE for every case
 - Add support for e1000 for argv2xml code, along with tests

Roman Bogorodskiy (1):
  bhyve: add e1000 nic support

 src/bhyve/bhyve_capabilities.c                     | 27 ++++++++
 src/bhyve/bhyve_capabilities.h                     |  1 +
 src/bhyve/bhyve_command.c                          | 74 ++++++++++++++--------
 src/bhyve/bhyve_parse_command.c                    |  9 ++-
 tests/bhyveargv2xmldata/bhyveargv2xml-e1000.args   |  8 +++
 tests/bhyveargv2xmldata/bhyveargv2xml-e1000.xml    | 28 ++++++++
 .../bhyveargv2xmldata/bhyveargv2xml-virtio-net.xml |  2 +
 .../bhyveargv2xml-virtio-net4.xml                  |  1 +
 tests/bhyveargv2xmltest.c                          |  1 +
 .../bhyvexml2argvdata/bhyvexml2argv-net-e1000.args |  9 +++
 .../bhyvexml2argv-net-e1000.ldargs                 |  3 +
 .../bhyvexml2argvdata/bhyvexml2argv-net-e1000.xml  | 22 +++++++
 tests/bhyvexml2argvtest.c                          |  7 +-
 13 files changed, 162 insertions(+), 30 deletions(-)
 create mode 100644 tests/bhyveargv2xmldata/bhyveargv2xml-e1000.args
 create mode 100644 tests/bhyveargv2xmldata/bhyveargv2xml-e1000.xml
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-net-e1000.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-net-e1000.ldargs
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-net-e1000.xml

-- 
2.9.2




More information about the libvir-list mailing list