Displaying 1 result from an estimated 1 matches for "natdnshostresolver1".
2012 Aug 24
1
Does libvirt abstract each and any vm specific command?
...by my project...
VBoxManage modifyvm "$VMNAME" --synthcpu on
VBoxManage setextradata "$VMNAME"
"VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
VBoxManage modifyvm "$VMNAME" --natdnsproxy1 on
VBoxManage modifyvm "$VMNAME" --natdnshostresolver1 on
VBoxManage modifyvm "$VMNAME" --natdnspassdomain1 off
I haven't found any mention of synthcpu, GetHostTimeDisabled, etc. on
libvirt.org.
Does libvirt abstract each any any vm specific command? Or only the most
common ones? So, if I say, I really need the commands listed above, I...