[libvirt] [PATCH 0/2] FreeBSD: nodeinfo support and CPU affinity stubs

Roman Bogorodskiy bogorodskiy at gmail.com
Sun Dec 16 14:47:54 UTC 2012


With this set of changes it's now possible to connect
to libvirtd using virsh and start/shutdown domains with
the obvious limitation that networking is not supported at
this point.

CPU affinity  most likely could be implemented using
cpu_setaffinity(2) and cpu_getaffinity(2) on FreeBSD,
but networking support looks more important now.

Roman Bogorodskiy (2):
  FreeBSD: add nodeinfo support.
  FreeBSD: stub out CPU affinity functions.

 src/nodeinfo.c         | 75 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/util/processinfo.c | 22 +++++++++++++++
 2 files changed, 96 insertions(+), 1 deletion(-)

-- 
1.8.0




More information about the libvir-list mailing list