qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

A QEMU emulator for legacy Apple devices

Results 128 qemu-ios issues
Sort by recently updated
recently updated
newest added

The `../configure --enable-sdl --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-cflags=-I/opt/homebrew/opt/openssl@3/include --extra-ldflags='-L/opt/homebrew/opt/openssl@3/lib -lcrypto' command does not work. it shouldn't be `../configure`, it should be `./configure`. in total it should be `./configure --enable-sdl --target-list=arm-softmmu...

After I cloned the git page, I do not have the qemu-system-arm. I do not know why it is missing, so I cannot run the VM. can someone provide it...

ninja: build stopped: subcommand failed. make[1]: *** [run-ninja] Error 1 make: *** [build] Error 2. every time I run make -j4 it comes with that error

I had a thought... most of the bits should be available to run Redsn0w on the emulator. And if it worked, then you'd automatically inherit the entire Cydia userland, which...

enhancement

running ../configure gives me ` ../meson.build:3016:4: ERROR: Command /home/owo/qemu-ios/build/pyvenv/bin/python3 /home/owo/qemu-ios/scripts/minikconf.py --defconfig alpha-softmmu-config-devices.mak /home/owo/qemu-ios/build/meson-private/alpha-softmmu-config-devices.mak.d /home/owo/qemu-ios/configs/devices/alpha-softmmu/default.mak /home/owo/qemu-ios/Kconfig CONFIG_TPM=y CONFIG_PIXMAN=y CONFIG_IVSHMEM=y CONFIG_VHOST_USER=y CONFIG_VHOST_VDPA=y CONFIG_VHOST_KERNEL=y CONFIG_VIRTFS=y CONFIG_LINUX=y CONFIG_MULTIPROCESS_ALLOWED=y CONFIG_HV_BALLOON_POSSIBLE=y CONFIG_TCG=y CONFIG_ALPHA=y [Uploading meson-log.txt…]() failed...

Hey, I want to see if there was a way to get Wi-Fi running on the iPod touch 2G emulator.

I'm not completely sure why this is killing the entire build chain, especially since I don't think the intc_pl192 hardware is even used for the iPod Touch virtual device. Should...

im on windows with git and i get this error jjbri@LAPTOP-ISKE0LS6 MINGW64 /build (main) $ ../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --disable-pie --extra-cflags=-I/mingw64/include/openssl --extra-ldflags='-L/mingw64/lib -lcrypto' --disable-stack-protector --disable-werror bash: ../configure: No...

I already have a copy of the standard Qemu emulator on my PC. How do I add the qemu-ios plugin to it?