On Fri, Jan 10, 2020 at 03:41:11PM +0000, Daniel P. Berrangé wrote:
We don't need all the platforms gnulib deals with, so
this is a cut down version of GNULIB's physmem.c
code. This also allows us to integrate libvirt's
error reporting functions closer to the error cause.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
build-aux/syntax-check.mk | 2 +-
src/conf/capabilities.c | 1 -
src/util/virhostcpu.c | 1 -
src/util/virhostmem.c | 182 +++++++++++++++++++++++++++++++-------
4 files changed, 153 insertions(+), 33 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>