From: Jean Guyader Date: Mon, 13 Oct 2008 10:20:38 +0000 (+0100) Subject: - Call the init of dom0_driver X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6e56321752420aeacb265a592a9fd75a78fb2dde;p=xenclient%2Fioemu.git - Call the init of dom0_driver - Add dm-ready product patch --- diff --git a/vl.c b/vl.c index 3cef757a..01c5af76 100644 --- a/vl.c +++ b/vl.c @@ -264,6 +264,8 @@ static int event_pending = 1; #include "xen-vl-extra.c" +void xenstore_dm_finished_startup(void); + /***********************************************************/ /* x86 ISA bus support */ @@ -8768,6 +8770,7 @@ int main(int argc, char **argv) /* terminal init */ memset(&display_state, 0, sizeof(display_state)); + #ifdef CONFIG_STUBDOM if (xenfb_pv_display_init(ds) == 0) { } else @@ -8935,7 +8938,11 @@ int main(int argc, char **argv) close(fd); } + + if (dom0_input) + dom0_driver_init(dom0_input); + xenstore_dm_finished_startup(); main_loop(); quit_timers();