commit | 1f964d1e934c907785bbac419e49c406d6b3e4e8 | [log] [tgz] |
---|---|---|
author | Mostafa Saleh <smostafa@google.com> | Wed Apr 26 15:38:21 2023 +0000 |
committer | Mostafa Saleh <smostafa@google.com> | Wed Apr 26 16:04:10 2023 +0000 |
tree | 4583ff103711a2b3b9bc212348ff903632f36561 | |
parent | 03b8f704181fdc3d87801aa76a4457fb150de72a [diff] |
kvm/vfio: Refactor VFIO function calls There are many function calls to VFIO that follows same pattern by get/put symbol, we can just refactor these in a macro. Signed-off-by: Mostafa Saleh <smostafa@google.com>