Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
165 stars 15 forks source link

memflow: use common vm_name init params when available #221

Closed Wenzel closed 3 years ago

Wenzel commented 3 years ago

This PR reuses init_params.common.vm_name param when the connector name is qemu_procfs, and insert it as name=value memflow connector arg.

codecov-commenter commented 3 years ago

Codecov Report

Merging #221 (d2b1351) into master (c50f943) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #221   +/-   ##
=======================================
  Coverage   15.39%   15.39%           
=======================================
  Files          10       10           
  Lines         604      604           
  Branches      100      100           
=======================================
  Hits           93       93           
  Misses        493      493           
  Partials       18       18           
Flag Coverage Δ
unittests 15.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c50f943...d2b1351. Read the comment docs.