Am 16.05.2014 08:44, schrieb Stanislav Vorobiov: > Hi, > > Could you please provide URL to download that image so that I > could reproduce this problem ? Also, qemu command line would be nice. > > btw, I won't be able to look into this during next week, so some help > from someone else would be nice. I'll try to take a look later today > however... >
There is no need to download an image. Any image will do for this test. The command line also does not matter. I just tried this: i386-softmmu/qemu-system-i386 -L pc-bios vl.c With the current qemu trunk and a 64 bit default build (MinGW-w64 native or cross), the BIOS cannot read the harddisk. When I undefine g_poll in qemu-timer.c, QEMU can read it and the BIOS will report that vl.c is not a bootable disk (which is quite obvious). Stefan