Merge remote-tracking branch 'stefanha/trivial-patches' into staging

This commit is contained in:
Anthony Liguori 2011-06-27 11:25:23 -05:00
commit bb820c03e2
30 changed files with 117 additions and 110 deletions

3
cpus.c
View file

@ -33,7 +33,10 @@
#include "qemu-thread.h"
#include "cpus.h"
#ifndef _WIN32
#include "compatfd.h"
#endif
#ifdef SIGRTMIN
#define SIG_IPI (SIGRTMIN+4)