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

2012-12-19 Thread Peter Krempa
On 12/16/12 23:24, Peter Krempa wrote: On 12/16/12 15:47, Roman Bogorodskiy wrote: 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

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

2012-12-16 Thread Peter Krempa
On 12/16/12 15:47, Roman Bogorodskiy wrote: 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)

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

2012-12-16 Thread Roman Bogorodskiy
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 networ