Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Win32 IPI service | Paolo Bonzini | 2011-03-13 | 1 | -1/+0 |
| | | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | add win32 qemu-thread implementation | Paolo Bonzini | 2011-03-13 | 1 | -0/+18 |
For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as POSIX-only functions. They can be removed later, once the patches that remove their uses are in. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |