search for: xcs_ctrl_fd

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

2005 Feb 26
1
[Fwd: [Xen-changelog] Move xcs to unix domain sockets.]
Just forwarding this changelog from yesterday. xcs now uses Unix domain sockets in unstable. This was a hot thread a couple months back with strong opinions on both sides and no clear resolution on the list, so I thought some people might like to know the developers'' resolution. This should be good news for those seeking tighter dom0''s, particularly those who
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...9;'s just easier to ignore other messages that try to bind to >- a specific type. */ >- msg.type = XCS_MSG_BIND; >- msg.u.bind.port = PORT_WILDCARD; >- msg.u.bind.type = TYPE_WILDCARD; >+ msg.type = XCS_VIRQ_BIND; >+ msg.u.virq.virq = VIRQ_DOM_EXC; > if (!xcs_send_recv(xcs_ctrl_fd, &msg) || msg.result != XCS_RSLT_OK) { >- dolog(LOG_ERR, "xcs vind failed. Possible bug."); >+ dolog(LOG_ERR, "xcs virq bind failed. Possible bug."); > goto out_close_data; > } > >diff -r e69cbfee4011 -r 8fe8a99b1c2a tools/libxc/xc_linux_build.c &g...