On 15 January 2014 14:51, Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 15/01/2014 15:40, Peter Maydell ha scritto:
>>>> (a non module build works, or at least sits there without giving an >>>> error message; I didn't feel like sitting there without a progress bar >>>> while it downloaded a whole ISO image, so I ^C'd it...) >>> >>> It's really hung. The ISO is just 1M. With RHEL6 it boots fine. >> >> Hrrm. I guess I should investigate that... > > Probably not specific to Mac OS X. As I said, Fedora fails too. I threw some debug printouts in, and it looks like libcurl is just never calling the curl_sock_cb, so we never register the fd with QEMU's event loop, and so nothing happens once the first read AIO has commenced. thanks -- PMM