Displaying 20 results from an estimated 20000 matches similar to: "HVM Save/Restore "interrupts get stuck""
2007 Jan 11
6
[PATCH 4/8] HVM save restore: vcpu context support
[PATCH 4/8] HVM save restore: vcpu context support
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
save/restore HVM vcpu context such as vmcs
diff -r ee20d1905bde xen/arch/x86/domain.c
--- a/xen/arch/x86/domain.c Thu Jan 11 16:40:55 2007 +0800
+++ b/xen/arch/x86/domain.c Thu Jan 11 16:46:59 2007 +0800
@@ -573,6 +573,7 @@ int arch_set_info_guest(
else
{
2007 Apr 13
18
A different probklem with save/restore on C/S 14823.
I''m not seeing the problem that Fan Zhao is reporting, instead I get
this one. Not sure if ti''s the same one or a different problem... This
happens with my simple-guest [i.e. not using hvmloader, as I described
before]. This worked fine yesterday.
(XEN) event_channel.c:178:d0 EVTCHNOP failure: domain 0, error -22, line
178
(XEN) bad shared page: 0
(XEN) domain_crash_sync called
2006 Apr 10
0
[PATCH] Add opcode 0x3B in xen/hvm/platform.c
When running test 5 in Memtest86+ v1.65, I got a "this opcode is not
supported", so I decided to add it. It''s a compare operation, and it''s
just the opposite of the already supported one (opcode 0x39), so it''s
nothing spectacular. Why there''s a page-fault when this instruction gets
executed, I haven''t got a clue, but I have a feeling that
2007 Jan 26
5
HVM restore broken?
I got latest (13601) yesterday evening. This doesn''t seem to work to do
Restore (at least of the Windows test-image that I''ve been using for
testing previously).
The VM restores reasonably OK, but it jumps to an invalid address
shortly after restoring, giving a D1 blue-screen error
(DRIVER_IRQL_LESS_OR_EQUAL), which turns out to be "page-fault in
driver" after I
2006 May 17
1
RE: RE: [Xen-changelog] Fix MOVS instruction emulation for HVM MMIO.
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of
> Gerd Hoffmann
> Sent: 17 May 2006 07:43
> To: Petersson, Mats
> Cc: xen-devel@lists.xensource.com; xen-changelog@lists.xensource.com
> Subject: Re: [Xen-devel] RE: [Xen-changelog] Fix MOVS
> instruction emulation for HVM MMIO.
>
2007 Apr 24
1
RE: [Xen-staging] [xen-unstable] hvm rombios: Fix int15, func 0x86 (udelay).
> -----Original Message-----
> From: xen-staging-bounces@lists.xensource.com
> [mailto:xen-staging-bounces@lists.xensource.com] On Behalf Of
> Xen staging patchbot-unstable
> Sent: 24 April 2007 12:16
> To: xen-staging@lists.xensource.com
> Subject: [Xen-staging] [xen-unstable] hvm rombios: Fix int15,
> func 0x86 (udelay).
>
> # HG changeset patch
> # User
2007 Jan 19
0
[PATCH 4/4] HVM save/restore clean up: enable 64 guest on 64 HV
[PATCH 4/4] HVM save/restore clean up: enable 64 guest on 64 HV
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
remove the assumption that sh_update_paging_modes only occur on current vcpu.
64b guest can be save/restored on 64b HV with this.
need reconsider it for security.
diff -r a4373c8e7e2d xen/arch/x86/mm/shadow/common.c
--- a/xen/arch/x86/mm/shadow/common.c Fri Jan 19 19:40:12 2007
2006 Jul 19
0
[PATCH][HVM] vmx domain save/restore support
attached is the vmx domain save/restore patch. works well for different
guest/host combination W/O breaking domu save/restore according to my test.
pls. first apply xiaowei''s qemu dm fix.
===know issue===
* shpage pfn *
HV look for shpage pfn in an e820 entry when init. but some
guest(win/em64t linux) will reuse this e820 ram, which cause losing
shpage pfn when restore. so this
2011 Feb 05
2
Save and restore DomU (hvm) on Dom0 restart. CentOS 5.5 + Xen 3.4.3
What are the settings that I must specify to have DomU be saved and then
automatically started on reboot of the physical server?
In my /etc/sysconfi/xendomains it points to a save folder (which does not exist)
My configuration files are located at /vm/cfg/vm-xxxx/vm-xxxx.xen
In my config file I have:
on_poweroff = ''destroy''
on_reboot = ''restart''
on_crash =
2013 Aug 08
0
HVM vLAPIC timer interrupts intermittently disappearing
Hello,
I''m trying to port one of our existing appliances (running on 64-bit Red Hat Enterprise Linux 6.4) to a Xen HVM guest . We''re seeing some very odd behaviour that doesn''t manifest on other platforms.
The guest experiences intermittent lockups of a few seconds- shell sessions become unresponsive, and various software healthchecking in our application triggers,
2008 Oct 28
2
late lapic timer interrupts for hvm guest
Hi,
When using lapic as timer source the hypervisor delivers timer interrupts
late.
In the source xen/arch/x86/hvm/vpt.c function create_periodic_time creates a
timer element with a "bonus" of 50% of the desired time until the interrupt:
pt->scheduled = NOW() + period;
/*
* Offset LAPIC ticks from other timer ticks. Otherwise guests which use
* LAPIC ticks for
2009 Feb 09
4
Align periodic vpts to reduce timer interrupts and save power
Hi,
After c/s 18694 changed vHPET to vpt, for single HVM RHEL 5u1 guest idle case, our box will consume ~0.8W more power than before. The reason is two periodical vpts'' expires are hard to be aligned in the 50us soft timer SLOP. So we are considering a vpt specific enhancement which could try to just align periodical timers within vpt.
A generic enhancement is to add a new interface
2006 Oct 06
0
RE: Installing Redhat 7,3 with hvm
Not yet, but I don''t see any reason for it to work any differently. I
simply used vmware because it was convenient.
-Adam
| -----Original Message-----
| From: Simon Gao [mailto:gao@schrodinger.com]
| Sent: Thursday, October 05, 2006 11:22 AM
| To: Adam Crews -X (acrews - Xerox at Cisco)
| Cc: xen-users@lists.xensource.com; Mike Freemon
| Subject: Re: [Xen-users]
2007 Mar 24
5
memsize for HVM save/restore
As you know, HVM save/restore broke recently because restored config miss guest
memsize that used by xc_hvm_restore to locate some pfn.
After discussion, we decided to remove the pfn deduction logic from restore side
by adding a general memory layout. I have a patch for it.
But then qemu broke, because it also require the memsize to locate the share
page. We can''t use the previous
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 May 25
0
Reply for the windows virtualization (Ko0nz) Xen-users Digest, Vol 27, Issue 110
Hi koonz
I noticed that you are using the cdrom parameter in the config file I
believe that''s no longer used in recent versions of Xen. I am running
debian etch here atm and am trying to virtualize windows guests aswell
I am able to boot up windows with the following configs although they do
tend to hang at some point during the installation.
----- Config windows xp -----
import os,
2006 Oct 05
1
RE: Installing Redhat 7,3 with hvm
If anyone is still interested in this old thread, I have a rh7.3 image
running under hvm.
It''s a hack, but here''s what I did:
Install rh7.3 in a vmware machine with vmware server.
Booted off a live cd, ( I used a gentoo installer CD, but any live cd
should work)
Created a lvm volume on my Xen dom0
>From the liveCD, I use dd to copy the disk image to the lvm image (dd
2013 Oct 08
3
Re: [PATCH v4 1/9] xen/arm: Implement hvm save and restore
>------- Original Message -------
>Sender : Julien Grall<julien.grall@linaro.org>
>Date : 2013-10-07 21:49 (GMT+09:00)
>Title : Re: [Xen-devel] [PATCH v4 1/9] xen/arm: Implement hvm save and restore
>
>On 10/04/2013 05:43 AM, Jaeyong Yoo wrote:
>> Implement save/restore of hvm context hypercall. In hvm
>> context save/restore, we save gic, timer and vfp
2007 May 27
9
Windows HVM - orderly shutdown
Is there a way to get Windows to do an orderly shutdown (eg simulate a
power button press) using the ''xm shutdown'' command?
Thanks
James
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 May 28
6
hvm performance
Hi
I''ve been running xen with linux guests for a while now and thought I''d
try windows as I have a new server. All seemed to go fine except
performance is *horrible* - I''m currently installing Win2003 SP2 and
it''s been running over 12 hours (thank god for vnc) - each individual
file is taking between 3 and 4 seconds each.
Server is an intel E6600 with