Kei Kamikawa

Results 108 comments of Kei Kamikawa

I think I can release v3 in next week

I will release v3 after editing the README.

@cfergeau I agree with this. But this is required [private APIs](https://github.com/Code-Hex/vz/wiki/Private-API-on-macOS-12) `_VZ16550SerialPortConfiguration` (for x86_64) and `_VZPL011SerialPortConfiguration` to output early kernel messages. But I don't want to support them actually... >...

I think Bridge networking is required `com.apple.vm.networking` But I don't know how to get permission. See: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_vm_networking?language=objc

@balajiv113 Really!? I didn't know that. I try it. Thank you very much!

This is a document about directory sharing. https://developer.apple.com/documentation/virtualization/vzvirtiofilesystemdeviceconfiguration?language=objc It's written important things > The commands required to mount shared directories in a guest VM aren’t commands that your app can...

I've been researching what `VZVirtioSocketConnection` is by using Xcode and I found out it is unix socket connection. --- 1. It is certain that vsock is used to connect from...

As commented, the user can only handle unix sockets, so this code may need to be modified to export the `VZVirtioSocketConnection` created by the `net.FileConn`. https://github.com/Code-Hex/vz/blob/d856144e4e723951968bbb79212bf823e6c24f0f/socket.go#L202-L212

Yeah, I think this is difficult to look for.