From 66c86e234777b8d92b4e5c75aa2cda3ed1a90a2d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Jun 2008 16:09:14 +0100 Subject: [PATCH] Actually call qemu_set_fd_handler(xenstore_fd(), ... --- i386-dm/helper2.c | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.39.5