mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
main-loop: create main-loop.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fbdc14ebf8
commit
44a9b356ad
12 changed files with 336 additions and 64 deletions
7
cpus.c
7
cpus.c
|
|
@ -33,17 +33,12 @@
|
|||
|
||||
#include "qemu-thread.h"
|
||||
#include "cpus.h"
|
||||
#include "main-loop.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "compatfd.h"
|
||||
#endif
|
||||
|
||||
#ifdef SIGRTMIN
|
||||
#define SIG_IPI (SIGRTMIN+4)
|
||||
#else
|
||||
#define SIG_IPI SIGUSR1
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LINUX
|
||||
|
||||
#include <sys/prctl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue