
17 Jan
2020
17 Jan
'20
4:38 a.m.
On Thu, Jan 16, 2020 at 03:24:43PM +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@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@redhat.com>