sickcodes
sickcodes
Very cool getting the iPhone to pasthrough! Would love a PR or a blog post I can link to if you want to write something up :)
> @mandelake > > > > Ok, so, the first step is to edit the grub to activate iommu: > > > > 1-Go to /etc/default/grub with sudo gedit /etc/default/grub...
> `sudo docker start -ai -i 09eef4a45cf8 \ --privileged \ -e EXTRA='-device vfio-pci,host=00:00:14.0'` This doesn't work on Docker, you can use the image in naked following these steps: https://github.com/sickcodes/Docker-OSX#container-creation-examples
Nice one! Possible work around could be passing `-v /sys:/sys` and `-v /dev:/dev` But this is great, I will try and give it a go
``` -device virtio-vga,virgl=on \ -display gtk,gl=on \ # -vga vmware ``` ``` 192:~ fullname$ system_profiler SPDisplaysDataType Graphics/Displays: Display: Type: GPU VRAM (Total): 7 MB Device ID: 0x1050 Revision ID: 0x0001...
```bash # Linux PC yay usbfluxd systemctl restart usbmuxd avahi-daemon usbfluxd -f -n socat tcp-listen:5000,fork unix-connect:/var/run/usbmuxd # MAC # get homebrew brew install make autoheader automake autoconf libtool pkg-config gcc...
Working on this currently
I think we need to try `qemu-system-x86_64 -M accel=hvf --cpu host` or something Does the iPhone simulator work?
You can always use existing images, in fact, you can change serial numbers on an existing machine.
`sudo dockerd` Your docker daemon is off