来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
群晖第三方虚拟机套件synokvm-1.4-x86_64.spk,网上看到,分享过来,大家可以玩玩。
下载地址:
英文说明:
synokvm
Libvirt, Qemu for Synology DSM X86 platform(with kvm support).
Tested on DSM v6.0/6.1. Try this on your own risk.
Usage:
Install spk first;
use virsh or virt-manager to setup and manager your vm images.
Building tips
Qemu build with:
./configure --prefix=/usr/local --target-list="x86_64-softmmu arm-softmmu" \
--disable-gtk --disable-xen --enable-{kvm,linux-aio,vhost-net,vnc,vnc-png,vnc-jpeg,guest-agent} \
--enable-{spice,coroutine-pool,libiscsi,libusb,curl,libssh2,tpm} \
--enable-{modules,usb-redir,vhost-vsock,virglrenderer,replication,bzip2,rbd,attr,virtfs,vnc-sasl,tcmalloc,jemalloc,lzo} \
--audio-drv-list='sdl oss alsa pa'
Libvirt build with:
./configure --prefix=/usr/local --with-yajl --with-openssl --with-blkid \
--with-curl --with-ssh2 --with-qemu --with-lxc --with-remote --with-libvirtd \
--with-pm-utils --with-sysctl --with-network --with-storage-scsi --with-virtualport \
--with-esx --with-blkid --with-hal --with-avahi --with-udev --with-storage-iscsi
Build these on Debian jessie distribution, and made packages with this amazing tool https://github.com/rednoah/ant-spk, thanks to rednoah.
Devlepment tutorial: https://developer.synology.com/developer-guide/getting_started/index.html |