search for: xenxs

Displaying 5 results from an estimated 5 matches for "xenxs".

Did you mean: xen's
2011 Apr 04
0
Release of libvirt-0.9.0
...nt with vshPrintExtra for snapshot list Otherwise extra information will be printed even if "--quiet" is specified. (Osier Yang) - check device-mapper when building with mpath or disk storage driver (Wen Congyang) - build: add dependency on gnutls-utils (Eric Blake) - Renamed functions in xenxs (Markus Gro?) - Moved XM formatting functions to xenxs (Markus Gro?) - Moved XM parsing functions to xenxs (Markus Gro?) - Moved SEXPR formatting functions to xenxs (Markus Gro?) - Moved SEXPR parsing functions to xenxs (Markus Gro?) - Moved some SEXPR functions from xen-unified (Markus Gro?) - Mov...
2012 Jun 22
0
Remote virtualization with Xen, feasibility
Hello. I'm wondering if a scenario which I'm tasked to setup would be feasible to create with libvirt. The scenario is; we want to have one computer running ns-3[1] which will simulate a MANET[2] this computer will be connected to a second computer(how is not quite clear to me yet) this second computer will be running several Xen or LXC domains where each domain is connected to a node in
2005 Mar 02
24
unstable binaries
Hi *, i am coming from UML, and now i evaluate Xen on my desktop: Xen-2.0.4 linux-2.6.10 "CONFIG_MODULES is not set" "CONFIG_AGP is not set" "CONFIG_FB_RADEON=y" FC3, [/usr]/lib/tls moved away It works, but some desktop applications crash once in a while within dom0: metacity-2.8.6 firefox-1.0.1 wnck-applet (from gnome-panel-2.8.1) But
2011 May 05
0
Release of libvirt-0.9.1
...tthias Bolte) - openvz: Remove several larger stack allocations (Matthias Bolte) - daemon: Remove 4kb stack allocation of security label (Matthias Bolte) - virsh: Remove two 4kb stack allocations (Matthias Bolte) - Use virFileAbsPath instead of manually creating the absolute path (Matthias Bolte) - xenxs: Remove PATH_MAX sized stack allocation in XM script parsing (Matthias Bolte) - sasl: Remove stack allocated 8kb temporary buffers (Matthias Bolte) - qemu: Use heap allocated memory to read the monitor greeting (Matthias Bolte) - phyp: Remove 16kb stack allocation (Matthias Bolte) - virt-aa-helper:...
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
a, libxl_event.h is included in libxl.h. So, the former one also need to be installed. b, define __XEN_TOOLS__ in libxl.h: the head file "xen/sysctl.h" need check this macro. It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h). Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> diff -r 87218bd367be