Displaying 20 results from an estimated 96 matches for "suspend_cancel".
2012 Aug 15
2
[PATCH] libxl: make domain resume API asynchronous
...14d9 -r 7cec0543f67c tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Wed Aug 15 14:45:21 2012 +0100
+++ b/tools/libxl/libxl.c Wed Aug 15 16:58:21 2012 +0100
@@ -396,15 +396,12 @@ int libxl_domain_rename(libxl_ctx *ctx,
return rc;
}
-int libxl_domain_resume(libxl_ctx *ctx, uint32_t domid, int suspend_cancel)
+int libxl__domain_resume(libxl__gc *gc, uint32_t domid, int suspend_cancel)
{
- GC_INIT(ctx);
int rc = 0;
- if (xc_domain_resume(ctx->xch, domid, suspend_cancel)) {
- LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR,
- "xc_domain_resume failed for domain...
2008 Jun 10
0
[PATCH] xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support.
....c | 6 ++++--
include/xen/xen-ops.h | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c
index 251669a..2a234db 100644
--- a/arch/x86/xen/suspend.c
+++ b/arch/x86/xen/suspend.c
@@ -38,8 +38,11 @@ void xen_post_suspend(int suspend_cancelled)
xen_cpu_initialized_map = cpu_online_map;
#endif
xen_vcpu_restore();
- xen_timer_resume();
}
}
+void xen_arch_resume(void)
+{
+ /* nothing */
+}
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h
index 9a05559..a457e03 100644
--- a/arch/x86/xen/xen-ops.h
+++ b/arch/x86/...
2008 Jun 10
0
[PATCH] xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support.
....c | 6 ++++--
include/xen/xen-ops.h | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c
index 251669a..2a234db 100644
--- a/arch/x86/xen/suspend.c
+++ b/arch/x86/xen/suspend.c
@@ -38,8 +38,11 @@ void xen_post_suspend(int suspend_cancelled)
xen_cpu_initialized_map = cpu_online_map;
#endif
xen_vcpu_restore();
- xen_timer_resume();
}
}
+void xen_arch_resume(void)
+{
+ /* nothing */
+}
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h
index 9a05559..a457e03 100644
--- a/arch/x86/xen/xen-ops.h
+++ b/arch/x86/...
2008 Jun 10
0
[PATCH] xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support.
....c | 6 ++++--
include/xen/xen-ops.h | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c
index 251669a..2a234db 100644
--- a/arch/x86/xen/suspend.c
+++ b/arch/x86/xen/suspend.c
@@ -38,8 +38,11 @@ void xen_post_suspend(int suspend_cancelled)
xen_cpu_initialized_map = cpu_online_map;
#endif
xen_vcpu_restore();
- xen_timer_resume();
}
}
+void xen_arch_resume(void)
+{
+ /* nothing */
+}
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h
index 9a05559..a457e03 100644
--- a/arch/x86/xen/xen-ops.h
+++ b/arch/x86/...
2012 Dec 23
7
Unsticking a DomU
I''m not able to start, destroy, or delete a DomU:
> xen1:~ # xm start test4
> Error: Domain is already running
> Usage: xm start <DomainName>
>
> Start a Xend managed domain
> -p, --paused Do not unpause domain after starting it
> -c, --console_autoconnect Connect to the console after the domain
2011 Feb 07
4
XEN live migration: cannot console or ssh to the migrated guest VM (domU)
...SION'', ''2.6''], [''PADDR_OFFSET'', ''0''], [''GUEST_OS'', ''linux''],
[''HYPERCALL_PAGE'', ''3222282240''], [''LOADER'', ''generic''], [''SUSPEND_CANCEL'',
''1''], [''PAE_MODE'', ''yes''], [''ENTRY'', ''3229974528''], [''XEN_VERSION'',
''xen-3.0'']]]], [''status'', ''2''], [''state''...
2008 Oct 07
6
A race condition introduced by changeset 15175: Re-init hypercall stubs page after HVM save/restore
For an SMP Linux HVM guest with PV drivers inserted, when we do save/restore (or LiveMigration) for the guest, it might panic after it''s restored.
The panic point is inside ap_suspend():
....
while (info->do_spin) {
cpu_relax();
read_lock(&suspend_lock);
HYPERVISOR_yield(); ----> guest might panic on the invocation of this function.
2007 Aug 13
0
[BUG] migration problem
...'', ''2.6''], [''PADDR_OFFSET'', ''0''],
[''GUEST_OS'', ''linux''], [''HYPERCALL_PAGE'', ''3223326720''], [''LOADER'',
''generic''], [''SUSPEND_CANCEL'', ''1''], [''PAE_MODE'', ''yes''], [''ENTRY'',
''3223322624''], [''XEN_VERSION'', ''xen-3.0'']]]], [''status'', ''2''],
[''state'&...
2008 Aug 26
0
[PATCH] xen: wrap load_cr3() in manage.c for ia64 support.
...--git a/include/xen/xen-ops.h b/include/xen/xen-ops.h
index 883a21b..a26db6f 100644
--- a/include/xen/xen-ops.h
+++ b/include/xen/xen-ops.h
@@ -5,6 +5,7 @@
DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
+void xen_pre_device_suspend(void);
void xen_pre_suspend(void);
void xen_post_suspend(int suspend_cancelled);
--
1.6.0.rc0.42.g186458
2011 Jan 23
1
DRBD VBD script not working in squeeze ?
...(tsc_mode 0) (videoram 4) (pci ()) (nomigrate 0) (notes (HV_START_LOW 18446603336221196288) (FEATURES '!writable_page_tables|pae_pgdir_above_4gb') (VIRT_BASE 18446744071562067968) (GUEST_VERSION 2.6) (PADDR_OFFSET 0) (GUEST_OS linux) (HYPERCALL_PAGE
18446744071578882048) (LOADER generic) (SUSPEND_CANCEL 1) (PAE_MODE yes) (ENTRY 18446744071585088000) (XEN_VERSION xen-3.0)))", 'name': 'ads'}
[2011-01-23 09:41:20 2112] DEBUG (XendDomainInfo:1804) Storing domain details: {'console/ring-ref': '9349619', 'image/entry': '18446744071585088000', 'con...
2007 Oct 19
0
HVM Migration issues
...39;1''], [''boot'',
''c''], [''device_model'', ''/usr/lib/xen/bin/qemu-dm''], [''pae'', ''1''],
[''rtc_timeoffset'', ''0''], [''notes'', [''SUSPEND_CANCEL'', ''1'']]]],
[''status'', ''2''], [''state'', ''r-----''], [''store_mfn'', ''32766''],
[''device'', [''vif'', [''bridge'', '...
2011 Feb 07
26
[PATCH 0/2] Fix hangup after creating checkpoint on Xen.
Hi,
The following patch series fixes hangup after creating checkpoint on
Xen. The Linux Xen guest can be saved the state to restore later, and
also created snapshot like checkpoint via the hypervisor.
But, when the snapshot is created for the PV guest, it will hangup.
We added ''PMSG_CANCEL'' message and ''cancel'' handler in dev_pm_ops
struct in the pm-linux
2008 Mar 25
11
Failure to instal S10U4 HVM at SNV85 Dom0
...ime 1206443868.4)
(cpu_time 13.191853939)
(online_vcpus 1)
(image
(hvm
(kernel /usr/lib/xen/boot/hvmloader)
(boot c)
(device_model /usr/lib/xen/bin/qemu-dm)
(keymap en-us)
(pae 1)
(usb 1)
(notes (SUSPEND_CANCEL 1))
)
)
(status 2)
(state r-----)
(store_mfn 255998)
(device
(vif
(mac 00:16:3e:57:18:08)
(script vif-vnic)
(uuid a1a00a71-a537-1a62-5fc6-585839f3e6d6)
(backend 0)
)
)
(device
(vbd...
2007 Oct 08
1
suspect cpu utilization level
...91851529.85)
(cpu_time 1146.68402986)
(online_vcpus 2)
(image
(hvm
(kernel /usr/lib/xen/boot/hvmloader)
(boot c)
(device_model /usr/lib/xen/bin/qemu-dm)
(pae 1)
(rtc_timeoffset 0)
(usb 1)
(notes (SUSPEND_CANCEL 1))
)
)
(status 2)
(state r-----)
(store_mfn 390654)
(device
(vif
(bridge eth0)
(mac 00:16:3e:06:e4:1f)
(script vif-bridge)
(uuid 3d0cff4d-cc7c-6934-d0c0-eb34841fa994)
(backend 0)
)
)
(de...
2007 Sep 04
12
VM start time slows with large number of VMs
...#39;') (notes
(FEATURES
''writable_page_tables|writable_descriptor_tables|auto_translated_physmap
|pae_pgdir_above_4gb|supervisor_mode_kernel'') (VIRT_BASE -2147483648)
(GUEST_VERSION 2.6) (PADDR_OFFSET -2147483648) (GUEST_OS linux)
(HYPERCALL_PAGE -2145361920) (LOADER generic) (SUSPEND_CANCEL 1) (ENTRY
-2145386496) (XEN_VERSION xen-3.0)))", ''name'': ''xen002''}
[2007-09-02 05:26:46 8597] DEBUG (XendDomainInfo:823) Storing domain
details: {''console/ring-ref'': ''34194913'', ''image/entry'': ''-...
2010 Jul 02
10
Do systems have to be IDENTICAL for live migration?
...#39;device_model'', ''/usr/lib64/xen/bin/qemu-dm''], [''pci_power_mgmt'', ''0''], [''xauthority'', ''/root/.Xauthority''], [''isa'', ''0''], [''notes'', [''SUSPEND_CANCEL'', ''1'']]]], [''status'', ''2''], [''state'', ''-b----''], [''store_mfn'', ''1044476''], [''device'', [''vif'', [''bridge'', '...
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...(tsc_mode 0) (videoram 4) (pci ()) (nomigrate 0) (notes (HV_START_LOW 184466033362211962
88) (FEATURES '!writable_page_tables|pae_pgdir_above_4gb') (VIRT_BASE 18446744071562067968) (GUEST_VERSION 2.6) (PADDR_OFFSET 0) (GUEST_OS linux) (HY
PERCALL_PAGE 18446744071578882048) (LOADER generic) (SUSPEND_CANCEL 1) (PAE_MODE yes) (ENTRY 18446744071584121344) (XEN_VERSION xen-3.0)))", 'name':
'abook'}
[2011-10-29 21:03:49 26862] DEBUG (XendDomainInfo:1804) Storing domain details: {'console/ring-ref': '10597440', 'image/entry': '18446744071584121344
', ...
2013 Jun 19
4
e008:[<ffff82c480122353>] check_lock+0x1b/0x45 [konrad.wilk@oracle.com: FAILURE 3.10.0-rc6upstream-00061-g752bf7d(x86_64) 3.10.0-rc6upstream-00061-g752bf7d(i386): 2013-06-19 (tst007)]
...= 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN) virt_base = 0xffffffff80000000
(XEN) elf_paddr_offset = 0x0
(XEN) virt_offset = 0xffffffff80000000
(XEN) virt_ks...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
..._BASE'': 3221225472L, ''GUEST_VERSION'': ''2.6'', ''PADDR_OFFSET'': 0, ''GUEST_OS'': ''linux'', ''HYPERCALL_PAGE'': 3222278144L, ''LOADER'': ''generic'', ''SUSPEND_CANCEL'': 1, ''PAE_MODE'': ''yes'', ''ENTRY'': 3222274048L, ''XEN_VERSION'': ''xen-3.0''}, ''other_config'': {}, ''running'': 0, ''actions_after_reboot'': ''resta...
2011 Jul 06
7
Xen 4.0 - prerequisites for succesfull live migration?
Hi,
I have three Xen hosts running Xen 4.0.2 (OpenSuSE 11.4 based). I also
have one ''NFS'' server with an NFS export holding VM images and
configuration files.
Each host has a dedicated LAN link directly to the NFS server. I have
another separated NFS export for VM locking (but I had the same issues
before).
When I attempt to live migrate a VM, it *looks''*like