]> xenbits.xensource.com Git - libvirt.git/commit
nodeinfo: remove FreeBSD specific code for getting memory
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 15:30:21 +0000 (16:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 9 Jun 2016 17:04:44 +0000 (18:04 +0100)
commit3050a3f5a65776ad76d820cd8e7bd7a242a3d5b7
treea77745ad985e04572ffa5db496e0932ddf303ddb
parent912813de27a5c9bd614fe97a1b80dd10fefc3dfa
nodeinfo: remove FreeBSD specific code for getting memory

The GNULIB physmem module already provides support for
the FreeBSD platform, so there's no reason to re-implement
FreeBSD portability code in libvirt. If there are bugs in
the GNULIB code, we should fix GNULIB rather than workaround
it in libvirt.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/nodeinfo.c