Displaying 20 results from an estimated 10000 matches similar to: "changing "hvm_debug" at runtime"
2009 Feb 10
7
hang on restore in 3.3.1
I am having problems with save/restore under 3.3.1 in the GPLPV drivers.
I call hvm_shutdown(xpdd, SHUTDOWN_suspend), but as soon as I lower IRQL
(enabling interrupts), qemu goes to 100% CPU and the DomU load goes
right up too.
Xentrace is showing a whole lot of this going on:
CPU0 200130258143212 (+ 770) hypercall [ rip =
0x000000008020632a, eax = 0xffffffff ]
CPU0 200130258151107 (+
2006 Oct 31
2
hvm_debug option in Xen works ?
I edited the line as "kernel /xen-3.0.gz hvm_debug=1"
I did not *see* any HVM_DBG_LOG messages .I was of course looking for
the ones in "vmx_do_msr_read" function in vmx.c
I issued "dmesg" and "xm dmesg" in both guest and host OS. Any ideas
why this is not working?
Regards
Shobha Ranganathan
"The significant challenges we face cannot be
2013 Feb 11
7
PoD, 4.2, and current/maximum reservation
A user has pointed out a problem with GPLPV under Xen 4.2 when using PoD. I''m using the difference between XENMEM_maximum_reservation and XENMEM_current_reservation to tell me how much I should balloon down to account for PoD, but when the user has ballooned down to 1G (from 4Gb or 8GB), GPLPV logs the following:
13005008825593: XenPCI XENMEM_maximum_reservation = 262400
2007 Jul 25
1
Making a hypercall from a HVM Windows domain
Can anyone provide a code fragment of what a hypercall would look like
under a HVM Windows domain? Or is the answer more complicated than the
question assumes?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 May 07
14
Little help with blk ring
Hello List,
I have a small problem with the ring when transferring blocks the id
on the response is different from the request.
This is the boot up read, count 0.
The guest requests block 0, it has to be located at 7c00.
I go ahead and create a REQUEST with this data:
ring_req = RING_GET_REQUEST(priv,priv->req_prod_pvt);
ring_req->id = 9;
ring_req->nr_segments=1;
ring_req->operation
2007 Sep 24
4
testing hypercall from windows - what''s the most basic call I can make to test
I''m tinkering with some code to be able to talk to the hypervisor from
Windows, with the ultimate aim to get a usable xenbus.
So far I''ve created a driver for the Xen PCI ''device'', and (hopefully)
mapped the hypercall space given by the CPUID call...
What is the simplest hypercall I can make to get an answer from the
hypervisor to tell me that it''s
2007 Nov 25
4
behaviour of ''xm block-attach'' changed with 3.1.2?
''xm block-attach'' doesn''t let me assign the same backend device anymore,
even if I use ''r!'' or ''w!''.
I think this has changed since 3.1.1 (or maybe since 3.1.0).
Is this the way it is supposed to work?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2008 Dec 26
17
Multiple IRQ''s in HVM for Windows
I really need to have the ability to tie event channel port''s to
interrupts for my gplpv drivers under Windows. Is anyone working on
anything like this? Does MSI allow more than one interrupt per PCI
device?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Dec 17
36
[Patch 2 of 2]: PV-domain SMP performance Linux-part
--
Juergen Gross Principal Developer
IP SW OS6 Telephone: +49 (0) 89 636 47950
Fujitsu Siemens Computers e-mail: juergen.gross@fujitsu-siemens.com
Otto-Hahn-Ring 6 Internet: www.fujitsu-siemens.com
D-81739 Muenchen Company details: www.fujitsu-siemens.com/imprint.html
_______________________________________________
2008 Aug 18
5
HVM windows - PCI IRQ firing on both CPU''s
I''m just doing some testing on the gplpv drivers with different ways of
handling interrupts, and I''m trying a scheme where each xen device (eg
vbd/vif) driver attaches to the same IRQ as the pci driver, and each
handles it in sequence.
In testing though, I noticed the following when logging what each ISR is
doing:
60.32381439 - evtchn event on port 5
60.32384109 - port 5
2010 Jan 30
20
"Iomem mapping not permitted" during windows crash dump under GPLPV
I''ve recently noticed that my windows crash dumps fail at around 40-50%
under GPLPV. ''xm dmesg'' shows the following:
(XEN) grant_table.c:350:d0 Iomem mapping not permitted ffffffffffffffff
(domain 865)
At first I thought that the cause was just a bug in my grant ref code
but it just occurred to me that this could be happening when Windows
tries to write out the
2008 Nov 16
3
detecting a ''block-configure'' via xenbus
How should I be detecting a block-configure operation done in Dom0 in a
HVM DomU?
Under Debian Lenny''s Xen 3.2.1, when I execute such a command, Dom0
writes to the backend values ''params'' and ''type'', twice, but doesn''t
update the ''sectors'' value to match the new device, or initiate a state
change. Given that, the best I can
2011 Jan 31
9
[PATCH][SVM] Fix 32bit Windows guest VMs save/restore
The attached patch fixes the save/restore issue seen with 32bit Windows
guest VMs. The root cause is that current Xen doesn''t intercept
SYSENTER-related MSRs for 32bit guest VMs. As a result, the
guest_sysenter_xxx fields contain incorrect values and shouldn''t be used
for save/restore. This patch checks the LMA bit of EFER register in the
save/restore code path.
Please apply it
2008 Dec 04
3
linux-2.6.18-xen.hg
Does the linux-2.6.18-xen.hg go with xen-3.3-testing.hg or
xen-unstable.hg?
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Nov 08
16
HVM domain with write caching going on somewhere to disk
I just about have my PV block device drivers booting, except just before
the login screen appears I get a message that the registry couldn''t be
written out. I''m pretty sure that this is because some data from the
int13 interface provided by the qemu intel ide driver that has been
written, hasn''t actually made it to the block device (lvm volume in my
case).
I''ve
2009 Nov 02
4
vps file lost after server crash
Hello, All,
Today one of our servers was crashed, after I rebooted the server, one
vps can not boot up, and it needs fsck, after I run fsck command, a
lot of files lost, and also some file content was changed. Not sure
how could it happen, do you have any advice that can avoid this or
recover the data?
Thanks.
_______________________________________________
Xen-users mailing list
2010 Jun 08
32
Problems with GPLPV network latency
Hi,
DomU is a Win2008 R2 64
When i install the GPLPV drivers the network latency goes from 15ms to
random numbers up to 1200ms and eventually dies. If you run a ping from
the DomU to another host the network stays alive but the high latency is
still there.
Further more if i try and uninstall the network driver i am unable to
use the old one (realtek) as it cannot detect the device.
2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
I''ve put together two patches. The first introduces a new dom0_op,
set_max_vcpus, which with an associated variable and a check in the
VCPUOP handler fixes [1]bug 288. Also included is a new VCPUOP,
VCPUOP_create, which handles all of the vcpu creation tasks and leaves
initialization and unpausing to VCPUOP_initialize. The separation
allows for build-time allocation of vcpus which
2008 Nov 22
5
Infinte loop in RtlPrefetchMemoryNonTemporal under Windows
I have been trying to track down a problem that occurs when my GPLPV
drivers give Windows a packet with the NdisPacketTcpChecksumSucceeded
flag set. The problem is that the machine locks hard.
After some tedious work with the debugger, I have found that Windows
makes a call to a routine called RtlPrefetchMemoryNonTemporal, which
looks like this:
8088e579 mov eax,dword ptr
2009 Feb 26
8
GPL PV TAP cow incompatible?
Hi
Is it true that the GPLPV drivers is incompatible with QCOW images?
The Windows DomU works fine with raw standard "file:/" images, and
paravirtualized Linux DomU works fine with QCOW and raw images.
If i use QCOW images with my Windows DomU''s i get a stop error:
0x00000007b (inaccessible boot device).
It looks like the blkback.3.hda process, that normally starts with