-
Dear @Code-Hex Thanks for your work on this library. File naming But the savemachinestateto function does not seems to be limited to that platform only and should be available on both apple and intel silicon. Do you know any limitation that prevent savemachinestateto to be implemented for intel silicon hardware ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This could be an oversight, you can try moving this code to |
Beta Was this translation helpful? Give feedback.
-
Yes I could have tried that first ^^ When compiling the code it triggers a warning that leads me to apple vz framework header with this:
So indeed these two methods are limited to arm64 ... that information could have been made more accessible in the docs ... Headers are accessible here just in case: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Virtualization.framework/Headers/VZVirtualMachineConfiguration.h |
Beta Was this translation helpful? Give feedback.
Yes I could have tried that first ^^
When compiling the code it triggers a warning that leads me to apple vz framework header with this:
So indeed these two methods are limited to arm64 ... that information could have been m…