[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [patch 02/11] qemu: mutex/thread/cond wrappers
From: |
Marcelo Tosatti |
Subject: |
Re: [Qemu-devel] [patch 02/11] qemu: mutex/thread/cond wrappers |
Date: |
Mon, 6 Apr 2009 16:20:01 -0300 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Mon, Apr 06, 2009 at 01:21:09PM -0500, Anthony Liguori wrote:
> This patch breaks the build on win32. Even with all of the patches
> applied, the win32 build is broken.
qemu-thread.c compilation fails? Can you show the logs please?
Need to skip qemu-thread.c in the Makefile for WIN32.
> Marcelo Tosatti wrote:
>> Signed-off-by: Marcelo Tosatti <address@hidden>
>>
>> Index: trunk/qemu-thread.c
>> ===================================================================
>> --- /dev/null
>> +++ trunk/qemu-thread.c
>>
>
> Please make sure to include Copyright/License information in all new files.
Will do.
- [Qemu-devel] [patch 00/11] iothread v2, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 03/11] qemu: per-arch cpu_has_work, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 07/11] qemu: handle reset/poweroff/shutdown in iothread, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 05/11] qemu: separate thread for io, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 06/11] qemu: per-cpu thread information, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 04/11] qemu: introduce main_loop_break, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 09/11] qemu: handle vmstop from cpu context, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 08/11] qemu: pause and resume cpu threads, Marcelo Tosatti, 2009/04/02
- [Qemu-devel] [patch 11/11] qemu: basic kvm iothread support, Marcelo Tosatti, 2009/04/02