Displaying 20 results from an estimated 4000 matches similar to: "trace_var per hypercall"
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
flight 8091 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8091/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-intel 12 guest-localmigrate/x10 fail REGR. vs. 8071
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-pcipt-intel 9
2012 Nov 29
4
[PATCH] x86/hap: fix race condition between ENABLE_LOGDIRTY and track_dirty_vram hypercall
There is a race condition between XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY
and HVMOP_track_dirty_vram hypercall.
Although HVMOP_track_dirty_vram is called many times from qemu-dm
which is connected via VNC, XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY is
called only once from a migration process (e.g. xc_save, libxl-save-helper).
So the race seldom happens, but the following cases are possible.
2013 Jan 27
1
Modifying Xen migration
Hello everyone,
for research purposes I''m working on Xen 3.0.3 and trying to make some
modifications to Xen migration. By looking at the documentation, I''ve
learned that the part I''m interesting in are handled by two binaries
(xc_save and xc_restore), so I thought about modifying just this two
binaries instead of recompiling the whole Xen everytime, so what I do
is just
2008 Sep 05
0
[PATCH] Janitorial work on xc_save.c
# HG changeset patch
# User Brendan Cully <brendan@cs.ubc.ca>
# Date 1220640849 25200
# Node ID 6e53036deb06fdbaa55489610ea8fc9c9b67ca64
# Parent 0eab1869ef6649878e7f2f5f5af534122aca3a4c
Janitorial work on xc_save.c
Remove an unused variable.
Replace errx by warnx when cleanup code follows.
diff --git a/tools/xcutils/xc_save.c b/tools/xcutils/xc_save.c
--- a/tools/xcutils/xc_save.c
+++
2007 Aug 13
0
[BUG] migration problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
first of all, thank you for a great project i really enjoy!
ok, now here comes the bug report...
i''m trying to test xen migration capabilities, with xen-3.1, hand
compilled, fetched from mercurial repository.
my setup looks like this - x86_64 dom0, x86_32p dom0, x86_32p domU.
when trying to migrate from 64 to 32 bit dom0 i''m
2007 Jan 11
0
Error: /usr/lib64/xen/bin/xc_save failed
Hi all!
I have installed xen on fc6 with kernel 2.6.18-1.2798.fc6xen with rpm
package; i have create 3 guest os (fully virtualization) with
virt-manager tool, installed on separated partition:
1 fc6 guest, 1 centos 4.4, 1 windows xp pro; all work pretty fine until
this point, i have linked the configuration file of the guests machines
to /etc/xen/auto for autostart/autostop, but when
2010 May 05
0
Migration problem
Hi...
I have some difficulty to migrate a VM with Windows 2003 Server
installed...
I have two servers with DRBD as a Storage Server between this both
servers.
When I try migrate I get this error:
[2010-05-05 11:32:15 3165] DEBUG (XendCheckpoint:124) [xc_save]:
/usr/lib/xen/bin/xc_save 29 1 0 0 5
[2010-05-05 11:32:15 3165] INFO (XendCheckpoint:423) xc_save: failed
to get the suspend evtchn port
2006 Oct 06
4
"xm save" works on Windows guest?
Hi,
I''ve tried to do "xm save" on my Windows XP guest, which runs by ioemu. When
I did this,
#xm save 6 /xenimages/snapshot1
Error: /usr/lib/xen/bin/xc_save 10 19 6 0 0 0 failed
xend.log:
[2006-10-06 16:34:22 xend] DEBUG (XendCheckpoint:80) [xc_save]:
/usr/lib/xen/bin/xc_save 10 19 6 0 0 0
[2006-10-06 16:34:23 xend] ERROR (XendCheckpoint:227) Couldn''t map
2010 Nov 20
2
Xen Live Migration Fail
Dear all:
I am trying to migrate a WinXP HVM (64M memory) from a machine
(sender) to another machine (receiver) through AoE disk, however,
there are some errors when do the following command:
(My xen version is xen-4.0.1-rc5.hg, kernel 2.6.31.13, xen xen-4.0.1-rc6-pre,
Both sender and receiver are the same xen version)
xm migrate --live domain_id receiver_ip
2013 Apr 09
1
Modifying xc_save and xc_restore
Hi all, I need to make some modifications to xc_save and xc_restore to Xen
3.0.3 for research purposes.
In order to avoid to recompile all the xen source at each modification I do
to these binaries, I thougt to substitute the version of this two binaries
which is installed in /usr/lib64/xen/bin, with a version I compile myself
from the Xen source code tarball.
The problem is that after doing
2009 Jan 21
0
Bug#512491: xen-utils-3.2-1: xc_save segfaults during migration
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
*** Please type your report below this line ***
When live migrating a PV guest from one Lenny dom0 to another, the
migration fails with the
following error:
libvir: Xen Daemon error : POST operation failed: xend_post: error from
xen daemon: (xend.err '/usr/lib/xen-3.2-1/bin/xc_save 28 39 0 0 1 failed')
The kernel messages
2009 Jan 19
0
Migration with ubuntu 8.0.4.1 fails
hi,
I have 2 servers running xen 3.2 on ubuntu 8.0.4.1 (64-bit) installed
from the repositories (2.6.24-22-xen) with Intel-Quadcore CPU''s. The
setup is based on
http://www.asplund.nu/xencluster/xen-cluster-howto.html. I can start the
domU (ubuntu 8.0.4.1 (64-bit)) on each server without problems. But when
I start the live-migration with xm migrate dummy xen2 --live the
migration
2010 Nov 26
1
Snapshot fail, when snapshot a vm the second time. (already update to xen-4.0.1 and kernel-2.6.32.25)
Hello,
When I snapshot a vm( hvm centos ) the first time, it succeed. There is a
snapshot file on disk and the vm is running. But when I do it the second
time, it fail for timeout.
what''s wrong with it?
This error happened when I used xen-4.0.1-rc5 and kernel-2.6.31.13. Today
I update to xen-4.0.1 and kernel-2.6.32.25, it is with the same wrong.
Error message:
2010 Nov 26
1
Snapshot fail, when snapshot a vm the second time. (already update to xen-4.0.1 and kernel-2.6.32.25)
Hello,
When I snapshot a vm( hvm centos ) the first time, it succeed. There is a
snapshot file on disk and the vm is running. But when I do it the second
time, it fail for timeout.
what''s wrong with it?
This error happened when I used xen-4.0.1-rc5 and kernel-2.6.31.13. Today
I update to xen-4.0.1 and kernel-2.6.32.25, it is with the same wrong.
Error message:
2011 Sep 13
3
Internal error during live migration saving
Just wondering if this is a known bug?
Trying to migrate the VM off to a diff dom0 results in the below error.
Other VMs migrated off fine (started at around the same time as this vm)
and I''ve tried a few different target servers, all resulting in the same
thing.
[2011-09-13 13:48:24 3996] DEBUG (XendCheckpoint:124) [xc_save]:
/usr/lib/xen/bin/xc_save 29 77 0 0 1
[2011-09-13
2007 Apr 18
0
[PATCH 2/6] Paravirt CPU hypercall batching mode
The VMI ROM has a mode where hypercalls can be queued and batched. This turns
out to be a significant win during context switch, but must be done at a
specific point before side effects to CPU state are visible to subsequent
instructions. This is similar to the MMU batching hooks already provided.
The same hooks could be used by the Xen backend to implement a context switch
multicall.
To
2007 Apr 18
0
[PATCH 2/6] Paravirt CPU hypercall batching mode
The VMI ROM has a mode where hypercalls can be queued and batched. This turns
out to be a significant win during context switch, but must be done at a
specific point before side effects to CPU state are visible to subsequent
instructions. This is similar to the MMU batching hooks already provided.
The same hooks could be used by the Xen backend to implement a context switch
multicall.
To
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19
2008 Mar 11
3
Is it possible to make hypercall from user application directly?
Hi,
I implemented my own Hypercall in xen.
Now I wish my application under dom0 could talk to Xen via my hypercall.
Currently, I make a stub in dom0''s kernel, which works as a proxy to forward
the request. So, my application first makes a system call to dom0, which
then makes hypercall to xen.
Is this design necessary? May I call hypercalls from user application under
dom0 directly?