similar to: How to edit precopy algorithm

Displaying 20 results from an estimated 300 matches similar to: "How to edit precopy algorithm"

2012 Dec 13
3
Code for precopy algorithm
Hello all, I want to optimize the pre copy algorithm.So in which file can I find the implementation of algorithm.And how to understand the working of code? Which part causes the live migration in code? regards, DigvijaySingh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello, I want to carry out the performance analysis of transport protocol i.e sctp so how can we achieve it.Instead of using tcp if we have to use sctp how to do that? regards, DigvijaySingh _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello, I want to carry out the performance analysis of transport protocol i.e sctp so how can we achieve it.Instead of using tcp if we have to use sctp how to do that? regards, DigvijaySingh _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 Dec 02
2
How to do live migration using xen
Hello, I want to do live migration of virtual machine on xen using fedora.SO what are the steps to have the live migration possible. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2017 Jan 07
2
Regarding Migration Code
Greetings, I was trying to understand the flow of Migration Code in libvirt and have few doubts: 1) libvirt talks to QEMU/KVM guests via QEMU API. So overall, in order to manage QEMU/KVM guests I can either use libvirt (or tools based on libvirt like virsh) or QEMU monitor. Is it so? 2) Since libvirt is Hypervisor neutral so actual migration algorithm(precopy or postcopy) is present in the
2008 Nov 25
17
[RFC][PATCH] Kemari v1.0 released
Hi, I would like to announce the first release of Kemari, an open-source virtual machine synchronization mechanism for fault tolerance. It offers a feasible approach to fault tolerance that does not require the use of specific hardware or modification of applications/OS. Kemari aims to keep VMs transparently running in times of hardware failures. It transfers the state of the primary VM to the
2012 Sep 06
6
Xen 4.2 rpm build
Hi, Can anyone provide the steps to build rpm from source for Xen 4.1.2? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 Sep 06
6
Xen 4.2 rpm build
Hi, Can anyone provide the steps to build rpm from source for Xen 4.1.2? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Mar 16
1
unssafe operation with virt-manager
I tried to migrate with virt-manager's GUI but when i invoke migrate command it gives me error that "unable to migrate vm unsafe operation" -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130316/647b8d1c/attachment.htm>
2013 Apr 12
1
using transport protocol in live migration
Hello, I am working on live migration of virtual machine using xen and kvm.If i use qemu+ssh:///system then is the transport protocol used during live migration tcp or ssh?I mean i want to evaluate the performance of transport protocil during live migration using wireshark and netperf tool,so using this command will show tcp performance? Orelse i will have to use qemu+tcp:/// ?
2004 May 14
2
Scalable IVR
Hi, I am an asterisk newbie and looking around for information . I wish someone could take their valuable time off to answer my query in detail. I wish to set up an IVR system that can allow user authentication and therefter accept 2-3 inputs from users ..generate a key and transmit the same in voice back to the user . The system will intially have small load but if the whole package in future
2004 Jun 11
2
Asterisk newbie help !!
hi, I got a digit networks x100p card and instaled asterisk. everything went fine and upon calling the phone asterisk issues a notification. Now i plan to turn it into an ivr and modified extensions.conf to first record some messages , problem is 1-)I am not able to understand how extensions refer to in my case ( a single analog phone line plugged into line jack and a phone into the phone
2004 Jun 13
1
Re : Newbie help !
hi.. nope I do know about x100p being the fxo and the usb device being the fxs ....fxo using fxs signalling and fxs using fxo signalling and it is reflected suitably in my zapata.conf and zaptel.conf... The problem is that the S100U usb device is not identified upon zap show channels ... only the 100xp wildcard is recognized....i get a sound when pressing the keypad of the phone connected to
2009 Jul 03
1
New mailing list member introduction.
Hi all, I am Digvijay. Username : dbpatankar I don't really get what do you want to mean by 'proposed subject of wiki contributions'. My aim is to prepare simple documentations, how-tos and guides for various applications. I am from India. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 14
7
tools/misc/xencov.c: build failure on NetBSD
Hi, tools/misc/xencov.c fails to build. NetBSD does not have MAP_LOCKED. Christoph
2019 Apr 07
2
GVN-Hoist test case not working
Hello, I was trying a basic example on LLVM GVN Hoist and output differs from what I expect. Am I missing something ? *Code* : int main() { int x = 7; int a = 0; if(a == 7){ x = 1; a = 8 * x; } else { x = 1; a = 2 * x; } return 0; } *Commands* : clang-8 -O0 -S -emit-llvm test.c opt-8 -gvn-hoist -S < test.ll *Output :* ; ModuleID = '<stdin>' source_filename =
2013 Jan 07
4
Xendomains always broken for me, nobody else?
Hi All, Everytime I upgrade to a new version of Xen (just did 4.2.1 this weekend) I find the xendomains script completely unusable. I use xl exclusively and the behaviour is slightly different to what the script appears to be expecting. Am I the only one that has this problem? I have an Ubuntu 12.04 based Xen server and a Scientific Linux 6.3 based server and both suffer the same problem. I am
2012 Jul 30
3
[PATCH] Intel VT-d: Dump IOMMU supported page sizes
diff -r e6266fc76d08 -r 6feac926cf80 xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Fri Jul 27 12:22:13 2012 +0200 +++ b/xen/drivers/passthrough/vtd/iommu.c Mon Jul 30 15:35:16 2012 -0700 @@ -2137,6 +2137,15 @@ int __init intel_vtd_setup(void) { iommu = drhd->iommu; + printk("Intel VT-d supported page sizes: 4kB"); + if
2013 Aug 08
0
Bug#718898: Bug#718898: cut no longer works with newline as delimiter
On Wed, 2013-08-07 at 22:55 -0600, Bob Proulx wrote: > Bob Proulx wrote: > > Here is a patch that I believe should fix the problem. I will also > > attach it so that there won't be any mailer problems with the > > transport of it. > > And I broke it in the editing of it. Drat! > > > + bridge=$(brctl show | | awk 'NR==2{print$1}') > >
2013 Sep 02
5
[BUG] unfairness in Xen's credit scheduler
Hi all, Since Xen 4.2.0, users can change time slice of the scheduler at runtime via xl command line, a very nice feature. However, it is not *correctly* implemented. Problem description -------------------- say you set the ''cap'' of one VM to 50 (a half core), -when setting the time slice to be *greater* than 30ms, the VM gets much *less* CPU cycles than its allocation -when