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
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
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
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
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
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