permissions: 0.968 register: 0.947 PID: 0.945 semantic: 0.941 assembly: 0.941 graphic: 0.938 device: 0.936 hypervisor: 0.935 performance: 0.933 arm: 0.932 boot: 0.932 peripherals: 0.931 operating system: 0.928 VMM: 0.927 virtual: 0.927 ppc: 0.926 alpha: 0.925 vnc: 0.923 files: 0.920 architecture: 0.916 debug: 0.915 user-level: 0.914 risc-v: 0.913 kernel: 0.910 mistranslation: 0.907 socket: 0.905 network: 0.899 KVM: 0.898 x86: 0.888 TCG: 0.877 i386: 0.872 -------------------- debug: 0.876 ppc: 0.654 virtual: 0.577 register: 0.396 TCG: 0.331 PID: 0.322 user-level: 0.317 x86: 0.294 operating system: 0.258 hypervisor: 0.219 risc-v: 0.193 socket: 0.176 boot: 0.169 network: 0.127 device: 0.126 vnc: 0.121 alpha: 0.096 VMM: 0.094 files: 0.088 i386: 0.049 semantic: 0.024 kernel: 0.013 assembly: 0.011 performance: 0.007 peripherals: 0.004 permissions: 0.004 KVM: 0.003 architecture: 0.003 arm: 0.001 graphic: 0.001 mistranslation: 0.001 [Qemu-devel] [Bug in qemu-system-ppc running Mac OS 9 on Windows 10] Hi all, I've been experiencing issues when installing Mac OS 9.x using qemu-system-ppc.exe in Windows 10. After booting from CD image, partitioning a fresh disk image often hangs Qemu. When using a pre-partitioned disk image, the OS installation process halts somewhere during the process. The issues can be resolved by setting qemu-system-ppc.exe to run in Windows 7 compatibility mode. AFAIK all Qemu builds for Windows since Mac OS 9 became available as guest are affected. The issue is reproducible by installing Qemu for Windows from Stephan Weil on Windows 10 and boot/install Mac OS 9.x Best regards and thanks for looking into this, Howard On Nov 25, 2016, at 9:26 AM, address@hidden wrote: Hi all, I've been experiencing issues when installing Mac OS 9.x using qemu-system-ppc.exe in Windows 10. After booting from CD image, partitioning a fresh disk image often hangs Qemu. When using a pre-partitioned disk image, the OS installation process halts somewhere during the process. The issues can be resolved by setting qemu-system-ppc.exe to run in Windows 7 compatibility mode. AFAIK all Qemu builds for Windows since Mac OS 9 became available as guest are affected. The issue is reproducible by installing Qemu for Windows from Stephan Weil on Windows 10 and boot/install Mac OS 9.x Best regards and thanks for looking into this, Howard I assume there was some kind of behavior change for some of the Windows API between Windows 7 and Windows 10, that is my guess as to why the compatibility mode works. Could you run 'make check' on your system, once in Windows 7 and once in Windows 10. Maybe the tests will tell us something. I'm hoping that one of the tests succeeds in Windows 7 and fails in Windows 10. That would help us pinpoint what the problem is. What I mean by run in Windows 7 is set the mingw environment to run in Windows 7 compatibility mode (if possible). If you have Windows 7 on another partition you could boot from, that would be better. Good luck. p.s. use 'make check -k' to allow all the tests to run (even if one or more of the tests fails). > > Hi all, > > > > I've been experiencing issues when installing Mac OS 9.x using > > qemu-system-ppc.exe in Windows 10. After booting from CD image, > > partitioning a fresh disk image often hangs Qemu. When using a > > pre-partitioned disk image, the OS installation process halts > > somewhere during the process. The issues can be resolved by setting > > qemu-system-ppc.exe to run in Windows 7 compatibility mode. > > AFAIK all Qemu builds for Windows since Mac OS 9 became available as > > guest are affected. > > The issue is reproducible by installing Qemu for Windows from Stephan > > Weil on Windows 10 and boot/install Mac OS 9.x > > > > Best regards and thanks for looking into this, > > Howard > > > I assume there was some kind of behavior change for some of the Windows API > between Windows 7 and Windows 10, that is my guess as to why the > compatibility mode works. Could you run 'make check' on your system, once in > Windows 7 and once in Windows 10. Maybe the tests will tell us something. > I'm hoping that one of the tests succeeds in Windows 7 and fails in Windows > 10. That would help us pinpoint what the problem is. > > What I mean by run in Windows 7 is set the mingw environment to run in > Windows 7 compatibility mode (if possible). If you have Windows 7 on another > partition you could boot from, that would be better. > > Good luck. > > p.s. use 'make check -k' to allow all the tests to run (even if one or more > of the tests fails). Hi, Thank you for you suggestion, but I have no means to run the check you suggest. I cross-compile from Linux. Best regards, Howard