search for: libcheckpoint

Displaying 7 results from an estimated 7 matches for "libcheckpoint".

2011 Apr 11
0
[PATCH] remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint code
...d a whole bunch of error code fixups. In the process, it also ended up treating the success return code (0) from switch_qemu_logdirty as an error and vice versa. Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca> diff -r 697ac895c11c -r fefe3359ab72 tools/python/xen/lowlevel/checkpoint/libcheckpoint.c --- a/tools/python/xen/lowlevel/checkpoint/libcheckpoint.c Sat Apr 09 12:42:24 2011 +0100 +++ b/tools/python/xen/lowlevel/checkpoint/libcheckpoint.c Mon Apr 11 10:53:47 2011 -0700 @@ -185,7 +185,7 @@ hvm = s->domtype > dt_pv; if (hvm) { flags |= XCFLAGS_HVM; - if (!s...
2011 Dec 14
18
[PATCH 0 of 3] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. The first patch modifies creation of the hvmloader key in xenstore and adds creation of a new read/write hvmloader/generation-id-addr key. The second patch changes hvmloader to use the new key (as
2012 Nov 21
0
how to change checkpoint interval
Hi guys, In my research, I want to change checkpoint interval during remus running. I think that the checkpoint_settimer function (declared in libcheckpoint.c) can do that I need. But I would like to call a checkpoint_settimer in xc_domain_save.c. Then I created a checkpoint_settimer*2* into xc_domain_save.c and this doesn''t work coz probably the timer_settime function there. Then I started to search the error or where I change the checkpoin...
2011 Dec 16
13
[PATCH 0 of 4] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. Patch 1 modifies the guest ro and rw node creation to an open coding style and cleans up some extraneous node creation. Patch 2 modifies creation of the hvmloader key in xenstore and adds
2011 Dec 14
9
[PATCH 0 of 2] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. The vast majority of the code is in second patch. The first patch merely changes the xenstore key name used by hvmloader to store the buffer address.
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a VM generation ID virtual device for HVM guests. The basic requirements of this device are as follows: - It must be exposed somewhere in ACPI namespace with a _CID of "VM_Gen_Counter". - It must also include a _DDN of "VM_Gen_Counter". - It must contain a _HID object but no particular value is required. - It must
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus codebase in libxl. Changes in V3: [1/5] Fix redundant checks in configure scripts (based on Ian Campbell''s suggestions) [2/5] Introduce locking in the script, during IFB setup. Add xenstore paths used by netbuf scripts to xenstore-paths.markdown [3/5] Hotplug scripts setup/teardown invocations are now