Displaying 20 results from an estimated 20000 matches similar to: "[PATCH] trivial libxc portability patch"
2013 Mar 13
0
[PATCH 3 of 4] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1294742832 0
# Node ID 03997417771be2aa122d7dac31256399f854c5b1
# Parent b279ec057736ead1d7061f8ec8a29a8676dd56b4
PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
* ACPI power button event
* ACPI sleep button event
Required by xapi.
Taken from xen-api-libs.hg/xc and adjusted for upstream libxc+ocaml.
2011 Oct 05
3
[PATCH] libxc: reset ctx->completed on each domain restore
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?
------------------ 原始邮件 ------------------
发件人: "Wei
2014 Mar 02
0
Bug#710650: marked as done (xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt)
Your message dated Sun, 02 Mar 2014 18:42:06 +0000
with message-id <E1WKBKw-0004SD-Mw at franck.debian.org>
and subject line Bug#740517: Removed package(s) from unstable
has caused the Debian Bug report #710650,
regarding xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such
2005 Aug 22
2
[PATCH] Rename libxc => libxenctl
I''m breaking the tidying up into parts. The first is renaming libxc =>
libxenctl. I''d like to rename tools/libxc to tools/libxenctl but I
thought it might be worth waiting until "flag day" so that we can avoid
losing revision history. Does that seem reasonable?
Rename libxc to libxenctl, xc.h to xenctl.h, and install xenctl.h to
/usr/include/xen/xenctl.h
2006 Dec 11
2
changes in libxc
Hi,
I''m trying to test some changes of mine to libxc and python/xc.c, does
it requires a boot any time I''m trying to test them?
What are your development practices?
Thanks,
David.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Jun 08
0
Bug#710650: Bug#710650: xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt
Thanks, I'll take a look at this.
Mike
On Sat, Jun 1, 2013 at 12:28 AM, David Su?rez <david.sephirot at gmail.com>wrote:
> Source: xen-api
> Version: 1.3.2-15
> Severity: serious
> Tags: jessie sid
> User: debian-qa at lists.debian.org
> Usertags: qa-ftbfs-20130529 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
Hi all,
This is a trivial patch which adds the two fields to start_info_t for
the shared page and event channel port for the share. Feel free to
destroy this in any way. The python binding just fills zeros in for the
moment, making it harmless.
Mike Wray has a nicer version in his tree, but this is the minimal
version. (Thanks to Mike for the .esp fix, too).
Cheers,
Rusty.
diff -ur
2013 May 31
3
Bug#710650: xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt
Source: xen-api
Version: 1.3.2-15
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130529 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/?PKGBUILDDIR?'
> omake phase1
> omake: Symbol `FamErrlist' has different size
2006 Aug 30
3
arch-specific xc.c code?
Hi Ewan/Alistair, I have a patch that looks like this:
diff -r a39ad4c78850 tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Wed Aug 30 13:51:12 2006 +0100
+++ b/tools/libxc/xenctrl.h Wed Aug 30 15:11:20 2006 -0500
@@ -416,6 +416,10 @@ int xc_domain_memory_populate_physmap(in
unsigned int address_bits,
xen_pfn_t
2005 Feb 19
0
[PATCH] check read/write return values
The Fedora build system is in paranoid mode, and compiles everything
with -Werror. Additionally, it checks that the return values of calls
like read and write are checked.
The build exits with errors like:
xen/lowlevel/xc/xc.c: In function `pyxc_vmx_build'':
xen/lowlevel/xc/xc.c:464: warning: ignoring return value of `sscanf'', declared with attribute warn_unused_result
2019 Aug 18
1
1.3.3: powerpc portability problems
The PowerPC-related changes in FLAC 1.3.3 have caused some portability
problems.
libFLAC/cpu.c assumes that the <sys/auxv.h> header and the getauxval()
function are universally available on PowerPC platforms. They are not.
On FreeBSD/powerpc, <sys/auxv.h> is available, but getauxval() is
not. Equivalent functionality is provided by elf_aux_info().
On OpenBSD/powerpc, neither is
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
Xen patchbot -unstable wrote:
># HG changeset patch
># User cl349@firebug.cl.cam.ac.uk
># Node ID 8fe8a99b1c2a6ea88624546ab625eaa0758e3a17
># Parent e69cbfee4011da1648718f1f5cbe8dabb956e72a
>New console transport and update xenconsoled.
>Add a new console interface using a seperate shared page and event channel
>instead of passing the console input/output over control
2005 Jun 23
4
debugging libxc / builders
Hi,
I''m playing with the builders in libxc. I am having trouble
debugging the thing. I was wondering what options I have.
- When I run ''xm create'', what process calls down to the
xc_builder stuff? Can I attach to it with gdb?
- Is there any way to spit out debug output (printf?)? Where
would it go?
- If I make changes and do a make install in
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
Currently with the credit scheduler, cpu_weight cannot be assigned to guest
domains at boot time.(it can be set with xm sched-weight after booting)
This patch allows CPU weight, and CAP to be set by the Xen configuration
files.
Specification:
The following can be added to the Xen configuration files.
1.CPU WEIGHT [OPTIONAL]
cpu_weight = cpu weight value
-sets the cpu time ratio to be
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
This patch modifies the physinfo hcall to export NUMA CPU and Memory
topology information. The new physinfo hcall is integrated into libxc
and xend (xm info specifically). Included in this patch is a minor
tweak to xm-test''s xm info testcase. The new fields in xm info are:
nr_nodes : 4
mem_chunks : node0:0x0000000000000000-0x0000000190000000
2006 Nov 24
2
[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)
Reid Spencer schrieb:
> Hi Philipp,
>
> On Fri, 2006-11-24 at 20:09 +0100, Philipp Klaus Krause wrote:
>> Reid Spencer schrieb:
>>
>>> Note that C and LLVM types are *not* the same things (despite the
>>> similar names). We are in the process of making this abundantly clear.
>>> The LLVM IR will soon use names like i8, i16, i32, and i64 (signless
2005 Jul 04
0
[PATCH 2/2] xm info (2)
This patch extends libxc for few new functions on xen version and xen
compile info. It also extends python wrapper correspondingly.
Here is the output of new "xm info"
---
#xm info
system : Linux
host : ubuntu
xen_release : 3.0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
2006 Apr 13
0
Gcc error with make world
I am trying to compile the xen sources. I have tried both 3.0.1 and
3.0-testing packages. In either case I get the same error when
running make world:
building ''xc'' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/xen
creating build/temp.linux-i686-2.4/xen/lowlevel
creating build/temp.linux-i686-2.4/xen/lowlevel/xc
gcc -pthread
2007 May 04
0
[PATCH] 3/4 "nemesis" scheduling domains for Xen
Implements tool interfaces for scheduling domains. libxenctrl, xm, and xend.
signed-off-by: Mike D. Day <ncmike@us.ibm.com>
--
libxc/xc_domain.c | 85 +++++++++++++++++++++++++++++++++---
libxc/xenctrl.h | 43 ++++++++++++++++--
python/xen/xend/XendDomain.py | 78 +++++++++++++++++++++++++++++++++
python/xen/xend/server/SrvDomain.py |