Rolf Neugebauer

Results 95 comments of Rolf Neugebauer

Example would be good. Also, it might be better to have the kernel config change as a separate PR. kernel builds are different from the rest and I can compile/push...

Thanks. 5.4 support only is fine. Happy to then pull the changes into 5.6/5.7

Pick which ever kernel you think is best. 5.6 works for me. I haven't done the 5.7 work yet, but if the enablement is in 5.6 it should be picked...

@span M1 is not supported by hyperkit as it is quite x86 specific. https://github.com/moby/hyperkit/issues/310

@jgoldring we are currently not working on USB device passthrough, xhyve was derived from FreeBSDs bhyve and the code is still fairly similar. According to https://wiki.freebsd.org/bhyve USB device passthrough is...

This is not going to be easy/workable. HyperKit only stores state about a VM in some circumstances and the state directory is not dependent on the user (DfM stores it...

I believe this is/might be possible if you use the `vmnet` networking backend, however this requires hyperkit to be run as `root`. How does minikube start `hyperkit`? This may be...

If FreeBSD bhyve supports 64bit HPET it should be relatively easier to backport. I would check that > On 5 Mar 2019, at 03:32, WALDEMAR KOZACZUK wrote: > > While...

As pointed out in the link to xhyve above it is non-trivial and not at all clear if Apple exposes the right APIs for this (e.g. access to the IOMMU...

On a quick scan: - `-bios ~/OVMF.fd`: This is the EFI firmware, not sure it'll work - `-device usb-kbd -device usb-tablet`: HyperKit does not have USB support - `-device isa-applesmc`:...