Displaying 20 results from an estimated 88 matches for "xenctrl".
2011 Apr 27
1
xen-qemu-dm does not build with backported xen-4.1
...04:23 AM, Niccol? Belli wrote:
> Hi, I backported xen-4.1-2 to Squeeze, but when I try to build
> xen-qemu-dm-4.0 against it, it doesn't build.
> Can you please help me? I attached log file.
>
> Niccol?
Hi,
To me, this looks like an issue with libxen-dev. The file
/usr/include/xenctrl.h is the one to blame in your build log... Please
write to the pkg-xen list (or at least as Cc), so that Bastian can read
too. We don't need a full log, just this was enough:
CC block-vmdk.o
In file included from xen-config-host.h:19,
from config-host.h:31,...
2006 Dec 08
2
[patch] Add more xc_error_code values.
XC_INVALID_PARAM
such as asking for features unsupported by either xen or guest kernel.
XC_OUT_OF_MEMORY
no comment ;)
Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
tools/libxc/xenctrl.h | 2 ++
1 file changed, 2 insertions(+)
Index: build-32-unstable-12802/tools/libxc/xenctrl.h
===================================================================
--- build-32-unstable-12802.orig/tools/libxc/xenctrl.h
+++ build-32-unstable-12802/tools/libxc/xenctrl.h
@@ -687,6 +687,8 @@ typedef...
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 tools/libxl/Makefile
--- a/tools/libxl/MakefileFri Feb 17 12:24:38 2012 +0000
+++ b/tools/libxl/MakefileMon Feb 20 15:36:09 2012 +0800
@@ -163,7 +163,7 @@
ln -sf libxlutil.so....
2013 Mar 13
0
[PATCH 3 of 4] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
...domain = domid;
+ domctl.u.sendtrigger.trigger = XEN_DOMCTL_SENDTRIGGER_SLEEP;
+
+ ret = do_domctl(xch, &domctl);
+ if (ret != 0)
+ ERROR("sleep button failed");
+ return ret;
+}
+
/*
* Local variables:
* mode: C
diff -r b279ec057736 -r 03997417771b tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -638,6 +638,9 @@ int xc_domain_set_hpet(xc_interface *xch
int xc_domain_set_vpt_align(xc_interface *xch, unsigned int domid, int vpt_align);
int xc_domain_get_acpi_s_state(xc_interface *xch, unsigned int domid);
+int xc_domain_trigger...
2007 Jun 23
2
PATCH: add xc_domain_setdebugging in xenctrl API
Hi,
for ia64, I''d like to add xc_domain_setdebugging() in the xenctrl API.
This patch implements it and modifies xc_ptrace.c to use it.
The rationnal is enabling debugging tool not based on the ptrace API.
The ptrace API is based on Linux ptrace which (at least on ia64) doesn''t
have many privilegied registers.
I''d prefer this patch being integrate...
2013 Nov 12
0
Xenserver 6.2 pci passtrhough problem: Internal error: xenopsd internal error: Xenctrl.Error("14: Bad address")
...place to ask this since it''s about xenserver, still I want to exploit any help I can get ;)
The Problem:As it turns out I can run 2 VM''s with passedthrough pci devices without any problems, but when I try to start a third one I get the "Internal error: xenopsd internal error: Xenctrl.Error("14: Bad address")" error which I can''t seem to get rid off... I tried any possible combination of booting the VM''s but I can get only two working at the same time.
When looking at the xl dmesg log this looks most interesting:(XEN) AMD-Vi: Setup I/O page table...
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
...xen-unstable.hg
Import patch 23938:fa04fbd56521 from xen-unstable.hg
Import patch 23939:51288f69523f from xen-unstable.hg
Import patch 23940:187d59e32a58 from xen-unstable.hg
Create 2 ocaml packages, libxen-ocaml-4.1 and libxen-ocaml-dev.
Add in two header files required for the use of libxenctrl
xen/debian/bin/gencontrol.py | 6 +
xen/debian/libxen-dev.install | 2 +
xen/debian/patches/series | 7 +
xen/debian/patches/tools-ocaml-fix-build.diff | 60 +
.../patches/tools-ocaml-fix-xc-dependencies.diff |...
2012 Nov 28
0
[PATCH v8 2/2] tools: XENMEM_claim_pages (subop of existing) hypercall
...te post of the tools
part of the patch. NOTE: This patch must be applied after
the hypervisor part of the patchset or otherwise may break
the build!
v5->v8:
- no change in this patch (only in patch 1of2)
Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
xc_domain.c | 1 +
xenctrl.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/tools/libxc/xc_domain.c b/tools/libxc/xc_domain.c
index d98e68b..6d06f7c 100644
--- a/tools/libxc/xc_domain.c
+++ b/tools/libxc/xc_domain.c
@@ -234,6 +234,7 @@ int xc_domain_getinfo(xc_interface *xch,
info->ssidref = domctl...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
...rom xen-unstable.hg
Import patch 23938:fa04fbd56521 from xen-unstable.hg
Import patch 23939:51288f69523f from xen-unstable.hg
Import patch 23940:187d59e32a58 from xen-unstable.hg
Create 2 ocaml packages, libxen-ocaml and libxen-ocaml-dev.
Add in two header files required for the use of libxenctrl
xen/debian/libxen-dev.install | 2 +
xen/debian/patches/series | 7 +
xen/debian/patches/tools-ocaml-fix-build.diff | 94 +
.../patches/upstream-23936:cdb34816a40a-rework | 7924 ++++++++++++++++++++
xen/debian/patches/upstream-23937:...
2006 Mar 10
2
[PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
The existing xc_domain_dumpcore is very specific to disk/file based
output. Refactor the code slightly to allow more user-specified
control. This is done by adding a parallel xc_domain_dumpcore2 (naming
isn''t always my strong suit), which allows the specification of a
callback routine and an opaque argument block. The existing dumpcore
routine is modified to use the callback for all
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
...ki.xen.org/wiki/Xen_Best_Practices) . My box
has 12GB of physical memory and runs Ubuntu 13.04.
When I do "xe vm-start", I get the following:
The server failed to handle your request, due to an internal error.
The given message may give details useful for debugging the problem.
message: Xenctrl.Error [ memory 10340716 KiB free; to be scrubbed 0
KiB; total 12286 MiB]: 1: Operation not permitted
Any idea what might be going?
Here are log files that may be relevant:
* xcp-xapi.log
[20130705T23:36:17.922Z|debug|vmhost|145 UNIX
/var/lib/xcp/xapi|VM.start R:5de44eac7eab|audit] VM.start: VM...
2013 Jan 23
1
[PATCH V2] libxc, libxenstore: make the headers C++-friendlier
Made the xenctrl.h and xenstore.h easier to use with C++:
added ''extern "C"'' statements, moved the definition of
enum xc_error_code above it''s typedef, and renamed a ''new''
parameter (''new'' is a C++ keyword).
Signed-off-by: Razvan Cojocaru <...
2013 Apr 25
17
[PATCH V3] libxl: write IO ABI for disk frontends
...: Ian Campbell <ian.campbell@citrix.com>
Cc: Roger Pau Monne <roger.pau@citrix.com>
Cc: Valtteri Kiviniemi <kiviniemi.valtteri@gmail.com>
---
tools/libxc/xc_dom_arm.c | 7 +++++++
tools/libxc/xc_dom_x86.c | 34 ++++++++++++++++++++++++++++++++++
tools/libxc/xenctrl.h | 10 ++++++++++
tools/libxl/libxl.c | 28 ++++++++++++++++++++++++++++
xen/include/public/io/protocols.h | 1 +
5 files changed, 80 insertions(+)
diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c
index 041832e..aaf35ca 100644
--- a/tools/libxc/xc_...
2013 Jan 23
1
[PATCH V3] libxc, libxenstore: make the headers C++-friendlier
Made the xenctrl.h and xenstore.h easier to use with C++:
added ''extern "C"'' statements, moved the definition of
enum xc_error_code above it''s typedef, and renamed a ''new''
parameter (''new'' is a C++ keyword). Includes a modification
of _hvm_hw_...
2008 Mar 19
2
Where is the xc_translate_foreign_address~~~
Does anyone know which .c file contains the source code of the function named xc_tranlate_foreign_address?
I found the declaration of this function in tools/libxc/xenctrl.h, and now I want to know the implementation of this function.
Thanks ~~~
Wish you good luck~~~
yours:Lin
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Jan 02
1
回复: [help] Who's the author of libxc? I don't know howto start with it
Thanks.
I have already previewed the xenctrl.h.
The following is what I understand: libxc is compiled to a file name after 'xc**' endding with '.so', xend communicates with domain0 through xc and domain0 communicates with hypervisor through privcmd.
What's the privcmd?
------------------ 原始邮件 -----------------...
2013 Nov 13
4
start VM Windows
...O repository.
I can create VM''s no problem at all but whenever I try to start them I get the following error from the log. Only Windows VM. The error comes up almost instantly when trying to start it. Not sure where to go to from here. Any help appreciated.
---------------- Internal error: Xenctrl.Error [ memory 7225148 KiB free; to be scrubbed 0 KiB; total 8175 MiB]: 1: Operation not permitted
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are
part of the standard xen build. The patches are also currently available
at: https://github.com/jonludlam/pkg-xen/commits/for-debian
There are some things to note:
1. The 5 patches imported from xen-unstable are not, and will not go
into the xen-4.1-stable series. However, the patches were created
at the request of the
2013 Apr 26
14
bug in xc_gntshr_munmap?
Hi,
Header says:
/*
* Unmaps the @count pages starting at @start_address, which were mapped by a
* call to xc_gntshr_share_*. Never logs.
*/
int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count);
But implementation calls:
static int linux_gntshr_munmap(xc_gntshr *xcg, xc_osdep_handle h,
void *start_address, uint32_t count)
{
return
2012 Dec 04
2
Bug#695176: libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path
Package: libxen-ocaml-dev
Version: 4.2.0-1
Severity: important
Tags: patch
Dear Maintainer,
The ocaml libraries are currently unusable as they contain the build path of .s libraries.
For example:
root at myvm:~# cat test.ml
let _ =
let v = Xenctrl.with_intf (fun h -> Xenctrl.version h) in
()
root at myvm:~# ocamlfind ocamlopt -package xenctrl test.ml -linkpkg -o test
File "test.ml", line 2, characters 5-6:
Warning 26: unused variable v.
gcc: error: /build/buildd-xen_4.2.0-1-i386-RcRn8G/xen-4.2.0/debian/build/build-utils_...