Git commit 8d3bc51 crashes on win32 on startup because qemu_tcg_init_vcpu
calls:
qemu_thread_create(th, qemu_tcg_cpu_thread_fn, ...
...
qemu_thread_get_handle(th)
which locks th->data->cs, a CRITICAL_SECTION which is initialized only in
the thread_fn, so it finds garbage.
Attached patch initiali
Hello, I haven't been watching qemu development too closely but AFAIK (anda quick search through the list archives says the same thing) there haven't been any efforts in building the vmware block driver as a kernel
(block device) driver. This would of course be a complete waste of somebody's time _