[Qemu-devel] [PATCH] Init win32 CRITICAL_SECTION before starting thread; crash when attaching disks

2011-12-29 Thread Bogdan Harjoc
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

[Qemu-devel] VMDK block device as a kernel module ?

2006-02-01 Thread Bogdan Harjoc
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 _