Re: [Xen-devel] [RFC PATCH] xs: use system's default stack size for xs_watch's reader thread

2016-09-27 Thread Simon Rowe
On 27/09/16 11:06, Wei Liu wrote: On Tue, Sep 20, 2016 at 05:29:39PM -0400, Chris Patterson wrote: > From: Chris Patterson > > xs_watch() creates a thread to listen to xenstore events. Currently, the > thread is created with the greater of 16K or PTHREAD_MIN_SIZE. > > There have been several b

[Xen-devel] [PATCH] ocaml/xc: correct shutdown_reason enumeration

2015-11-05 Thread Simon Rowe
As defined by the Xen public header the fifth value of shutdown_reason is watchdog. Signed-off-by: Simon Rowe --- tools/ocaml/libs/xc/xenctrl.ml |2 +- tools/ocaml/libs/xc/xenctrl.mli |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ocaml/libs/xc/xenctrl.ml b

Re: [Xen-devel] [RFC] native python Xenstore module

2015-02-25 Thread Simon Rowe
On 24/02/15 16:41, Ian Campbell wrote: Are/were you aware ofhttps://pypi.python.org/pypi/pyxs which sounds like something similar, judging from its blurb alone? No, I wasn't. It certainly looks a more solid implementation than mine. https://launchpad.net/pyxenstore/ might be too, although I

Re: [Xen-devel] [PATCH 1/4] xen/domain: Introduce domain_max_vcpus() helper and implement per arch

2015-01-19 Thread Simon Rowe
On 19/01/15 11:21, Andrew Cooper wrote: This allows the common XEN_DOMCTL_max_vcpus handler to loose some x86-specific architecture knowledge. Sp. "lose" +unsigned int domain_max_vcpus(const struct domain *d) +{ +return MAX_VIRT_CPUS; +} + inline? Simon

[Xen-devel] [RFC] native python Xenstore module

2015-02-03 Thread Simon Rowe
The current Python interface to Xenstore is just a thin binding to the C libxenstore library. This means that it is architecture-specific and makes it awkward to use in platform-independent code like the XenServer guest agent. The Xenstore protocol is simple and quite straightforward to implement

Re: [Xen-devel] Xen on CentoOS7

2015-04-24 Thread Simon Rowe
On 24/04/15 12:26, Benoit L'hoest wrote: Hello, I'm a student in computer science, during my internship i have to go and explore multipathing solution for several hypervisor. I'm looking into MPTCP (multi-path TCP) this is a extension of TCP protocols that allows to aggregate the bandwith of sev