vftool
vftool copied to clipboard
A simple macOS Virtualisation.framework wrapper
This is an integration PR, in case anyone needs both functionalities, of: * #35, * and #37. The patches cannot be applied without conflicts, so I resolved these conflicts in...
Hello, I am very interested in trying this. I am trying ubuntu-20.04.1-live-server-arm64.iso and would like to perform a install. so I also created a DMG. But it does not seems...
Adds support for sharing host directories with the guest using [VirtioFS devices](https://developer.apple.com/documentation/virtualization/shared_directories?language=objc). The implementation is largely analog to the disk options.
Hi, I was trying to create a socket device In getVMConfig function :- VZVirtioSocketDeviceConfiguration *socketVirtioConf = [[VZVirtioSocketDeviceConfiguration alloc] init]; NSArray *socketVirtioArray = [NSArray arrayWithObject:socketVirtioConf]; [conf setSocketDevices:socketVirtioArray]; In main after VZVirtualMachine...
original code generated random mac address. I patched to set user defined mac address. I did not modify document, sorry. I patched at github homepage direct.
I've been trying to set up Ubuntu VM on my M1 mac with vftool. However the VM seems to quit immediately after I screen into it: `vftool/build/vftool -k kernel -i...
Is there a list of what kernel modules are required for an image to boot? I'm trying this on an Intel Mac (Big Sur). I've been successful in getting an...
Surprised to see a CLI tool not available via brew. Any plans to publish that way?
I use the Centos Image file and This is my error : VM start error: Error Domain=VZErrorDomain Code=1 "The virtual machine failed to start." UserInfo={NSLocalizedFailure=Internal Virtualization error., NSLocalizedFailureReason=The virtual machine...