qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH v2 uq/master 00/22] Win32 iothread support


From: Jan Kiszka
Subject: [Qemu-devel] Re: [PATCH v2 uq/master 00/22] Win32 iothread support
Date: Sun, 27 Feb 2011 10:47:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2011-02-26 16:39, Paolo Bonzini wrote:
> After gathering the comments about the two series I sent separately,
> here is the full series for Win32 iothread support, ready to be
> applied to uq/master.
> 
> Patches 1 to 5 are generic Win32 improvements, including the qemu-thread
> implementation.  Because of complex dependencies, I think it's better
> if this part is also routed through uq/master.

Agreed. This also ensures that the non-Win32 parts receive autotest
blessing before being applied.

> 
> Patches 6 to 8 are generic threading improvements, including using
> PTHREAD_MUTEX_ERRORCHECK as suggested by Jan.
> 
> Patches 9 to 17 eliminate polling, replacing condition variable
> timedwait with wait.
> 
> Patch 18 removes a redundant condition from the TCG cpu_exec_all
> function.
> 
> Patches 19 to 21 add all necessary stubs to make iothread compile
> with Win32, except the IPI calls.  These are provided by patch 22.
> 
> Tested on Wine and Linux, not on "real" Windows.  The series introduces
> a dependency on Windows 2K or newer.  I don't think either 95/98/ME
> or Windows NT 3.x are reasonable host systems for QEMU, anyway.
> 
> I incorporated all suggestions from Jan, including his renaming patch
> for qemu_*_is_self, and included Aurelien's sh4 tweak to cpu_halted.
> 

#ifndef _WIN32
    Except for the minor remarks, looks very good to me.
#else
    Can't asses.
#endif

Jan

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]