From: Ian Jackson Date: Thu, 19 Jun 2008 15:09:14 +0000 (+0100) Subject: Actually call qemu_set_fd_handler(xenstore_fd(), ... X-Git-Tag: xen-3.3.0-rc1~67 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=66c86e234777b8d92b4e5c75aa2cda3ed1a90a2d;p=qemu-xen-3.3-testing.git Actually call qemu_set_fd_handler(xenstore_fd(), ... --- diff --git a/i386-dm/helper2.c b/i386-dm/helper2.c index 630ce45a..44bed2bf 100644 --- a/i386-dm/helper2.c +++ b/i386-dm/helper2.c @@ -553,6 +553,9 @@ int main_loop(void) qemu_set_fd_handler(evtchn_fd, cpu_handle_ioreq, NULL, env); xenstore_record_dm_state("running"); + + qemu_set_fd_handler(xenstore_fd(), xenstore_process_event, NULL, NULL); + while (1) { while (!(vm_running && xen_pause_requested)) /* Wait up to 10 msec. */