Displaying 20 results from an estimated 5000 matches similar to: "implicit grant unmap"
2006 Mar 15
0
implicit grant unmap hacking [was RE: Grant tables from dom0 userspace?]
> I''d think it would make more sense to store the PTE
> that the grant has been bound to explicitly
Already did that.
> and hook the implicit unmap off of the pte update
> validation code in Xen.
I''m investigating your suggestion with a quick experiment. I put a hack
into ptwr_do_page_fault(), which is one place where the pte address is
available. The hack
2013 Nov 19
5
xenwatch: page allocation failure: order:4, mode:0x10c0d0 xen_netback:xenvif_alloc: Could not allocate netdev for vif16.0
Hi Wei,
I ran into the following problem when trying to boot another guest after less than a day of uptime.
(the system started 15 guests at boot already which went fine). dom0 is allocated a fixed 1536M.
Both host as pv guests run the same kernel, some hvm''s run a slightly older kernel (3.9 f.e.)
The are quite some granttable messages in xl dmesg, i also included these and a
2008 Dec 04
6
[Doc] writeup for error handling usage in XEN
Hi, all
Those days, we spent some efforts to check severe error handling (panic, BUG_ON, BUG, ASSERT) in XEN. We have several round internal discussions as well as several mail threads with Keir. Below is the discussion writeup.
If agreed, after review, we want to place it in XEN document folder or XEN wiki since we think it might be helpful to developers.
Thanks a lot for your help!
Regards,
2007 Mar 20
62
RFC: [0/2] Remove netloop by lazy copying in netback
Hi Keir:
These two patches remove the need for netloop by performing the
copying in netback and only if it is necessary. The rationale
is that most packets will be processed without delay allowing
them to be freed without copying at all. So instead of copying
every packet destined to dom0 we''ll only copy those that linger
longer than a specified amount of time (currently 0.5s).
As it
2006 May 25
3
netfront.c: gnttab_query_foreign_access returns non zero in network_tx_buf_gc
I''ve been working form the netfront.c in the testing tree and using SLES
10 RC1 for i386 on a SMP box. When I stress the network using iperf in
a domU, domU acting as client on a gigabit network, I occasionally get a
panic at the dev_kfree_skb_irq(skb); line. This is the same panic as
reported in
http://lists.xensource.com/archives/html/xen-devel/2006-05/msg00919.html
The trace
2013 Apr 19
14
[GIT PULL] (xen) stable/for-jens-3.10
Hey Jens,
Please in your spare time (if there is such a thing at a conference)
pull this branch:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-3.10
for your v3.10 branch. Sorry for being so late with this.
<blurb>
It has the ''feature-max-indirect-segments'' implemented in both backend
and frontend. The current problem with the backend and
2008 Sep 19
2
hvm domain xen unstable crashing on CVTPS2PI instruction
I was trying to install Ubuntu 7.10 on an HVM domain, when when the
install kept hanging at a particular point.
xm dmesg shows the following :
(XEN) realmode.c:132:d28 Failed to emulate insn.
(XEN) realmode.c:174:d28 Real-mode emulation failed @ 0000:00007f34: 0f 2c 06 08 6b 04
(XEN) domain_crash called from realmode.c:175
(XEN) Domain 28 (vcpu#0) crashed on cpu#0:
(XEN) ----[ Xen-3.4-unstable
2007 Apr 18
3
Grant Tables between dom0 and domU?
Hi All,
The interface manual says - grant tables provide a generic mechanism sharing
between domains.
Subsequent lines suggest mechanism sharing between only unpriviliged
domains.
Can grant tables be used for this capability based shared memory
communication between dom0 and domUs?
Thanks
~psr
--
pradeep singh rautela
"proud to be a TUXedo, BSDemons you are a little late" - me
2012 Sep 18
6
[PATCH 2/5] Xen/MCE: vMCE injection
Xen/MCE: vMCE injection
In our test for win8 guest mce, we find a bug that no matter what SRAO/SRAR
error xen inject to win8 guest, it always reboot.
The root cause is, current Xen vMCE logic inject vMCE# only to vcpu0, this is
not correct for Intel MCE (Under Intel arch, h/w generate MCE# to all CPUs).
This patch fix vMCE injection bug, injecting vMCE# to all vcpus.
Signed-off-by: Liu,
2013 Apr 24
11
Xen 4.1.2 HT disaware (?)
Hi there!
I just fresh-installed Xen on new server, Xeon E5-2620, and noticed
following thing:
node1 ~ # xl info -n
host : node1
release : 3.8.8
version : #1 SMP Tue Apr 23 20:54:17 MSK 2013
machine : x86_64
nr_cpus : 6
max_cpu_id : 5
nr_nodes : 1
cores_per_socket : 6
threads_per_core
2006 Oct 11
1
RE: W2K3 Server Installation fails with ACPI=1 on
Steven,
I found where the difference is, it may be my fault:
My changeset number + 1 = your changeset number.
My 11160 is your 11159, and my 11161 is your 11160.
Attached please see those patches,
Thanks,
Winston,
-----Original Message-----
From: Steven Smith [mailto:sos22@hermes.cam.ac.uk] On Behalf Of Steven
Smith
Sent: Wednesday, October 11, 2006 10:33 AM
To: Wang, Winston L
Cc: Stefan Berger;
2012 May 25
0
[PATCH 3/3] gnttab: cleanup
- introduce local variables (shortcuts for frequently used <dom>->grant_table)
- adjust first parameter of mapcount()
- drop lock acquisition from gnttab_get_version()
- remove hard tabs and adjust formatting
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Andrew Thomas <andrew.thomas@oracle.com>
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@
2011 Nov 08
48
Need help with fixing the Xen waitqueue feature
The patch ''mem_event: use wait queue when ring is full'' I just sent out
makes use of the waitqueue feature. There are two issues I get with the
change applied:
I think I got the logic right, and in my testing vcpu->pause_count drops
to zero in p2m_mem_paging_resume(). But for some reason the vcpu does
not make progress after the first wakeup. In my debugging there is one
2011 Jan 17
8
[PATCH 0 of 3] Miscellaneous populate-on-demand bugs
This patch series includes a series of bugs related to p2m, ept, and
PoD code which were found as part of our XenServer product testing.
Each of these fixes actual bugs, and the 3.4-based version of the patch
has been tested thoroughly. (There may be bugs in porting the patches,
but most of them are simple enough as to make it unlikely.)
Each patch is conceptually independent, so they can each
2008 Mar 05
3
Maturity of dbox
Hi,
I am contemplating migrating from maildir to dbox. However, I wonder
about the maturity of the dbox code, as it appears to not be widely
used. Does anybody have some success stories?
My primary driver is to have non-changing file names, and thus smaller
backup deltas. Are there other advantages that I should pursue?
I read in the wiki that the migration is straightforward, but I did not
2005 Mar 14
4
[patch/unstable] page table cleanups
Hi,
In many places xen uses "unsigned long" instead of the l*_pgentry_t
types to pass around page table entries. Here is a patch which fixes
this in a number of places (mostly in shadow mode code). Thats what
I''ve trapped in so far, maybe more of these patches follow.
Fixing this is needed for adding PAE support to xen. In PAE paging mode
the page table entries are 64 bit
2007 Apr 18
0
[RFC PATCH 31/35] Add Xen grant table support
> > +#ifndef __ia64__
> > +static int map_pte_fn(pte_t *pte, struct page *pte_page,
> > + unsigned long addr, void *data)
> > +{
> > + unsigned long **frames = (unsigned long **)data;
> > +
> > + set_pte_at(&init_mm, addr, pte, pfn_pte((*frames)[0],
> PAGE_KERNEL));
> > + (*frames)++;
> > + return 0;
> > +}
>
> looks
2007 Apr 18
0
[RFC PATCH 31/35] Add Xen grant table support
> > +#ifndef __ia64__
> > +static int map_pte_fn(pte_t *pte, struct page *pte_page,
> > + unsigned long addr, void *data)
> > +{
> > + unsigned long **frames = (unsigned long **)data;
> > +
> > + set_pte_at(&init_mm, addr, pte, pfn_pte((*frames)[0],
> PAGE_KERNEL));
> > + (*frames)++;
> > + return 0;
> > +}
>
> looks
2013 Nov 12
0
Xenserver 6.2 pci passtrhough problem: Internal error: xenopsd internal error: Xenctrl.Error("14: Bad address")
Hi all,
I''m not sure if this would be the right place to ask this since it''s about xenserver, still I want to exploit any help I can get ;)
The Problem:As it turns out I can run 2 VM''s with passedthrough pci devices without any problems, but when I try to start a third one I get the "Internal error: xenopsd internal error: Xenctrl.Error("14: Bad
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