Один комментарий к проблеме, упомянутой Джеймсом Кохом, говорит, что существует обходной путь:
Comment 15 by iscy%inv...@gtempaccount.com, Jul 8, 2011
Finally found a work around for this issue:
telnet localhost 5554 // Connects to the emulator
qemu monitor // Enter in the QEmu functionalities
info network // List the network adapter "user.0" is usually the name
set_link user.0 down // Shut the network down
set_link user.0 up // Re-enable networking
НО:
Comment 16 by leonhard...@gmail.com, Sep 6, 2011
This work around doesn't work for me on MacOS 10.7.1 and SDK rev 12 (with platform 2.2, 2.1 and 2.3.3)
... ...
qemu monitor
KO: internal error: could not detach from console !
-> То же самое для меня в Windows Vista, SDK rev 19 и платформе 10 (2.3.3)
Но, возможно, это кому-то пригодится ...