search for: control_evtchn

Displaying 2 results from an estimated 2 matches for "control_evtchn".

2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
...le/tools/libxc/xc.h xen-unstable-working/tools/libxc/xc.h --- xen-unstable/tools/libxc/xc.h 2005-05-31 15:39:52.000000000 +1000 +++ xen-unstable-working/tools/libxc/xc.h 2005-05-31 17:36:49.000000000 +1000 @@ -252,7 +252,9 @@ const char *cmdline, unsigned int control_evtchn, unsigned long flags, - unsigned int vcpus); + unsigned int vcpus, + unsigned int store_evtchn, + unsigned long *store_mfn); int xc_plan9_build (int xc_handle, diff -ur xen-unstable/tools/libxc/xc_linux_...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...goto out_close_data; > } > >diff -r e69cbfee4011 -r 8fe8a99b1c2a tools/libxc/xc_linux_build.c >--- a/tools/libxc/xc_linux_build.c Tue Aug 30 08:47:51 2005 >+++ b/tools/libxc/xc_linux_build.c Tue Aug 30 16:14:53 2005 >@@ -335,7 +335,8 @@ > unsigned int control_evtchn, > unsigned long flags, > unsigned int vcpus, >- unsigned int store_evtchn, unsigned long *store_mfn) >+ unsigned int store_evtchn, unsigned long *store_mfn, >+ unsigned int console_evtchn, unsigned long *console_m...