libvirt on MacOSX : Snow Leopard

virshを使ってリモートからVMを管理する環境が研究室内に整ったので、Macからこれをやる方法について。

基本的には
"libvirt on MacOSXを試してみる"
ここにある方法に従えばおk

ただしコンパイル時に以下のようにすること

$ ./configure --without-xen --without-qemu --without-libvirtd --without-storage-fs --host=i686-apple-darwin10.4.0 --build=i686-apple-darwin10.4.0 CFLAGS=-m64