similar to: mapping virtual address to corresponding shadow page in xen

Displaying 20 results from an estimated 400 matches similar to: "mapping virtual address to corresponding shadow page in xen"

2011 Dec 24
0
question about xen memory management when shadow paging is enabled in Dom0!
what is the relationship between virtual gdt in xen, and shadow page table of vm in xen? I want to determine the type of a page (is it data, or code) from xen. For this I have vtx, and shadow paging enabled in Dom0. I don''t have any domU running. -- Best Regards, Mohamad Rezaei
2013 May 01
8
[PATCH 0/2] runstate_memory_area on ARM
Hi all, this patch series introduces support for runstate_memory_area on ARM. The first patch moves VCPUOP_register_runstate_memory_area to common code, while the second one add VCPUOP_register_runstate_memory_area to the whilelist of vcpu_op hypercalls supported on ARM and properly updates the runstate_memory_area during vcpu context switch. Stefano Stabellini (2): xen: move
2012 Aug 07
9
How do I force link_to/form helpers to use the superclass name in the path instead subclass?
I want my helpers to generate paths using a superclass instead of the subclasses. Assuming I have Owner and Member that both inherit from User, rails will use the current objects class name when generating paths: Let''s say current_user is a mod: <%= link_to current_user.name, current_user %> will generate "/mod/:id". I want to force it to generate
2006 Nov 07
7
A problem with Intel VT / XEN3
2006 Nov 07
7
A problem with Intel VT / XEN3
2006 Nov 08
1
Re : A problem with Intel VT / XEN3
Hi, Curiously, it''s worth noting that Xeon Processor 5100 series are not in the list of HVM Compatible Processors : http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors Patrick ----- Message d''origine ---- De : Mohamed Zohny <mohamad.zohny@gmail.com> À : xen-users <xen-users@lists.xensource.com> Envoyé le : Mercredi, 8 Novembre 2006, 9h17mn 08s Objet :
2006 May 11
3
Loading GNOME with GDM
Hi, We have a few PC with CentOS 4 installed. By default, it runs to runlevel 5, which displays the GDM. I'm just wondering, how do I actually make the GDM to start GNOME automatically (after a successful login) for all normal user account without having to add 'exec gnome-session' in every user's ~/.xinitrc? The current scenario is, only successful 'root' logins starts
2012 Mar 04
5
moving form validation to client-side
Hi I know with javascript we can validate the input of a form on the client, is there an easy way to specify this in rails? I am thinking the javascript code getting generated using some sort of DSL? -- Kind Regards, Rajinder Yadav SafetyNet Test Driven Development http://safetynet.devmentor.org -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2013 Oct 16
4
[PATCH 1/7] xen: vNUMA support for PV guests
Defines XENMEM subop hypercall for PV vNUMA enabled guests and data structures that provide vNUMA topology information from per-domain vnuma topology build info. Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com> --- Changes since RFC v2: - fixed code style; - the memory copying in hypercall happens in one go for arrays; - fixed error codes logic; --- xen/common/domain.c | 10
2011 Jun 24
2
Nested VM
Hello, As part of my project for my MSc, I am looking for a solution to implement nested virtual machines. My current scenario is: - I have a server with AMD Phenom II X6 1100T and 8GB RAM - virtualization enabled at BIOS. - I have installed 64bit CentOS-5.6 with Xen enabled (let''s call it as base1). - On top of base1 I have also installed 64bit CentOS-5.6 (guest1) with Xen enabled and
2005 Jun 14
2
Permission on sharing file/folder
Dear All Friends, Im already explore with UNIX permission, currently what I can see is only have read,write and execute. We also can combine this permission with grouping. But what I seek here, how can I set permission that user can't delete file but can modify the file ? Windows can do it. That the problem I have from windows2k to samba migration. Anyone have any idea?
2012 Sep 20
17
[PATCH 0/4] Add V4V to Xen (v6)
v6 changes: - Check compiler before using [0] or []. v5 changes: - Fix prototypes in v4v.h for do_v4v_op - Add padding to make sure all the structures are 64 bits aligned - Replace [0] with [] v4 changes: - Stop using ssize_t, use long instead - Return -MSGSIZE for message bigger than 2GB - Fixup size handling - Rename
2009 Apr 29
3
GFS and Small Files
Hi all, We are running CentOS 5.2 64bit as our file server. Currently, we used GFS (with CLVM underneath it) as our filesystem (for our multiple 2TB SAN volume exports) since we plan to add more file servers (serving the same contents) later on. The issue we are facing at the moment is we found out that command such as 'ls' gives a very slow response.(e.g 3-4minutes for the outputs of ls
2011 Jul 06
5
Error of building dom0 kernel
Hi all, I follow instructions(http://wiki.xensource.com/xenwiki/XenParavirtOps) to build XEN and dom0 kernel. Building XEN has no problem, but there is an error which I cannot solve to build dom0 kernel. The brief instructions for building dom0 are get linux-2.6-xen code from git and make ARCH=x86_64 menuconfig, finally generate kernel.deb. (I did every step exactly as the web page says)
2013 Sep 12
23
More Coverity-reported issues.
Another bundle of issues from Coverity triage. The first one is in x86/mm, and looks scarier than it is. The others are all in xen/drivers and AFAICT are pretty minor. Cheers, Tim.
2010 Aug 03
7
[Bug 29386] New: 2D performance drops drastically when enabling a 2nd monitor
https://bugs.freedesktop.org/show_bug.cgi?id=29386 Summary: 2D performance drops drastically when enabling a 2nd monitor Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2007 Jun 13
15
page table question!
I want to know any difference between writing, reading and shadow page table (for example performance). I am thankful for any help or resource for that. -- Best Regards Mohamad Taghi Mir Mohamad Rezaie Iran University of Science and Technology Department of Computer Science & Engineering System Software Group _______________________________________________ Xen-devel mailing list
2009 Jan 09
5
[PATCH] Enable PCI passthrough with stub domain.
This patch enables PCI passthrough with stub domain. PCI passthrough with stub domain has failed in the past. The primary reason is that hypercalls from qemu in stub domain are rejected. This patch allows qemu in stub domain to call the hypercalls which is needed for PCI passthrough. For security, if target domain of hypercall is different from that of stub domain, it rejects hypercall. To use
2011 Oct 28
1
Help
Hi team, I want to know how the paging works in xen and what the shadow paging is? Thanks & Regards, PANKAJ KUMAR BISWAS Software Maintenance Engineer | XenServer India | Citrix Systems Inc. Ext. 41225 | Email: pankaj.kumarbiswas@citrix.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Nov 21
1
Create shared memory between HVM domU
Hi, I just want to know if it is possible to use grant table to create shared memory between HVM domU. I tried in Xen 4.1.1 with Linux kernel 3.1.1. It seems that I cannot create it. Cannot we do that between HVM domU now? _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel