Revision 7277e027 vl.c

b/vl.c
244 244
uint32_t xen_domid;
245 245
enum xen_mode xen_mode = XEN_EMULATE;
246 246

  
247
#ifdef SIGRTMIN
248
#define SIG_IPI (SIGRTMIN+4)
249
#else
250
#define SIG_IPI SIGUSR1
251
#endif
252

  
253 247
static int default_serial = 1;
254 248
static int default_parallel = 1;
255 249
static int default_virtcon = 1;
......
1717 1711
static int shutdown_requested;
1718 1712
static int powerdown_requested;
1719 1713
int debug_requested;
1720
static int vmstop_requested;
1714
int vmstop_requested;
1721 1715

  
1722 1716
int qemu_shutdown_requested(void)
1723 1717
{
......
1955 1949
{
1956 1950
    int r;
1957 1951

  
1958
#ifdef CONFIG_IOTHREAD
1959
    qemu_system_ready = 1;
1960
    qemu_cond_broadcast(&qemu_system_cond);
1961
#endif
1952
    qemu_main_loop_start();
1962 1953

  
1963 1954
    for (;;) {
1964 1955
        do {

Also available in: Unified diff