Displaying 20 results from an estimated 500 matches similar to: "RE: [PATCH][TOOLS] Reducingimpactofdomainsave/restore/dump on Dom0"
2008 May 19
1
error while static linking of libxenctrl and libxenguest
Hello,
When statically linking the following program:
#include <stdio.h>
#include <xenctrl.h>
#include <xenguest.h>
int main(void) {
printf("%p\n", xc_domain_resume);
printf("%p\n", xc_domain_save);
return 0;
}
gcc -static test.c -o test -lxenguest -lxenctrl -lpthread -lz
we get
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also.
Resend this patches because they suffered some modifications and where scattered along the mailing list.
Please review, thanks Roger.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Aug 05
6
Installing Xen
Hi,
I am trying to install xen-3.2.0 , but its failing.
The rpms used for installing are
1. xen-3.2.0-0xs.fc8.i386.rpm
2. xen-3.2.0-0xs.fc8.src.rpm
3. xen-debuginfo-3.2.0-0xs.fc8.i386.rpm
4. xen-devel-3.2.0-0xs.fc8.i386.rpm
5. xen-libs-3.2.0-0xs.fc8.i386
when I tried installilng the first rpm
rpm -ivh /home/devi/Desktop/xen-3.2.0-0xs.fc8.i386.rpm
it gave an failed dependencies
2008 Aug 14
11
[PATCH][TOOLS] ioemu: linking fix for *BSD
Hi,
Attached patch tells the linker where to find
libxenctrl.so.3.2, libxenguest.so.3.2 and libxenstore.so.3.0
when launching qemu-dm.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr.
2008 Nov 12
0
libxen-dev: multiple symbol definition
Hello.
That's what I've got from ld:
/usr/lib/libxenguest.a(xg_private.o): In function `unlock_pages':
(.text+0x490): multiple definition of `unlock_pages'
/usr/lib/libxenctrl.a(xc_private.o):(.text+0x6a0): first defined here
/usr/lib/libxenguest.a(xg_private.o): In function `lock_pages':
(.text+0x4d0): multiple definition of `lock_pages'
2006 Dec 08
3
build error: strerror() ...
Hi,
changeset 12809 gives me this:
xc_private.c: In function ‘safe_strerror’:
xc_private.c:500: warning: return makes pointer from integer without a cast
make[3]: *** [xc_private.o] Error 1
cheers,
Gerd
--
Gerd Hoffmann <kraxel@suse.de>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24823:b75664e53905 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
On boot start to load but after start ramdisk load server reboot without
message on screen.
The grub2 entry is:
-----------------------------------------
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
2015 Feb 18
4
Does it still make sense to have versioned xen-hypervisor, libxen and xen-utils?
I do not know the history there. I could imagine it once was done to allow a
stable and bleeding edge version of Xen to co-exist. Though today there might be
reasons to re-think:
- libvirt
* 1.2.12 starts to validate configs and requires full path specifications
for hvmloader, pygrub, and qemu. Things are not completely cleared up,
yet. But for the future the xen build would create a
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I
noticed that the "make install" does not create lib entries in
/usr/lib/. I see them only in /usr/lib64/. This is causing program
like xenpaging to not find the xenctrl library (error while loading
shared libraries: libxenctrl.so.4.2: cannot open shared object file:
No such file or directory) Is this expected behavior or
2015 Feb 26
0
Does it still make sense to have versioned xen-hypervisor, libxen and xen-utils?
On Wed, Feb 18, 2015 at 02:53:07PM +0100, Stefan Bader wrote:
> - libvirt
> * 1.2.12 starts to validate configs and requires full path specifications
> for hvmloader, pygrub, and qemu. Things are not completely cleared up,
> yet. But for the future the xen build would create a xenlight.pc that
> communicates the used paths. But still this would require to rewrite
>
2008 Mar 07
6
where is the location of definition of "do_xen_version"?
hi, my friends:
Currently, i am studying the way of hypercall's implementation.
i have already known the flow of hypercall's execuation, and i decided to add a new hypercall into the Xen.
first, i want to know the detail of one hypercall function, for example, "do_xen_version", but i can not find
the location of definition of "do_xen_version". who can help me?
i have
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
Good day -
This is my first post to this list , and I''m new to Xen - any help on
this issue would be much appreciated .
I downloaded, built and installed xen-4.2.1 (hypervisor and tools) on
an x86_64 ArchLinux box
updated to latest software as of today.
I am trying to bring up a Linux guest from a remote iSCSI disk.
The iSCSI-initiator (open-iscsi) logs in to the remote target OK and
2007 Mar 13
4
vmx status report against changeset 14356 - 1 new issue
Hi,All
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Two platforms (PAE/32E) test all are based on SMP, It means that we boot
up SMP guest OS in VMX.
Here is the test summary:
New issue (1)
================================================
1) Fails to restore VMX guests
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=929
Issues List (3):
2013 Dec 02
3
[PATCH] libxenctrl: Fix xc_interface_close() crash if it gets NULL as an argument
xc_interface_close() crashes if it gets NULL as an argument. However,
it just calls xc_interface_close_common() which is called by many
others functions. It means that they are also vulnerable. So fix above
mentioned issue by adding NULL check in xc_interface_close_common().
This way we fix similar issue in other functions which calls
xc_interface_close_common() too.
Signed-off-by: Daniel Kiper
2018 Oct 13
2
libxen-dev, libxen-4.8: Potential upgrade path issues with regard to qemu
While attempting to troubleshoot a problem with PCI passthrough, I noticed
a number of facts that, when considered together, may indicate a serious
upgrade path issue with regard to Xen and QEMU:
1. libxen-dev is a single package with two versions: a 4.8 version and a
4.11 version
2. libxen-dev version 4.8 produces libraries with 4.8 in the soname. A
qemu compiled against this version has
2012 May 23
4
Possible error restoring machine
I noted a possible problem restoring a machine.
In xc_domain_restore (xc_domain_restore.c) if it''s not the last
checkpoint we set O_NONBLOCK flag (search for fcntl) that we can call
pagebuf_get or just load other pages (see following "goto loadpages;"
line).
Now we could ending up calling xc_tmem_restore/xc_tmem_restore_extra
(xc_tmem.c) which call read_extract (xc_private.c)
2005 Aug 27
1
problems getting xen going on FC4
I am tasked with installing xen on a FC4 machine. I went ahead and
followed the fedora xen howto, however when I rebootrd into the dom0
kernel I would get a page full of
hda: lost interrupt
followed by a blank screen.
I then decided to remove all that and go with a xen-testing from
source build.
Now when I do "make tools" in the -testing directory I get:
[...]
In file included from
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit
8e0da8c07f4f80e14314977a11f738bd74a5b62b).
> xl -vvv console sid
> xenconsole: Could not read tty from store: No such file or directory
I also tried "xl create -c", and it shows console from pygrub but when
the "xl create" reaches the end I got the same error:
> xenconsole: Could not
2013 Mar 21
1
xen-4.2, libxl and libvirt
Hi,
I'm testing the xen-4.2 package from experimental and I've hit a problem
trying to use the installed libxenlight library-- I hope this is the
right place to discuss it.
xen itself seems to be ok, I can start/stop domains with 'xl'. I notice
that 'xl' is statically linked so has no problem finding libxenlight.
I'm trying to compile libvirt-1.0.3, also from