Displaying 9 results from an estimated 9 matches for "askingxendevelquest".
2011 Dec 24
3
mapping virtual address to corresponding shadow page in xen
hi,
How can I get corresponding shadowed page number of a virtual address in vm?
--
Best Regards,
Mohamad Rezaei
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
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)
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
2011 Jul 22
4
VM backup problem
Hai,
I use following steps for LV backup.
* lvcreate -L 5G -s -n lv_snapshot
/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/VHD-a2db885c-9ad0-46c3-b2c3-a30cb71d83f8
lv_snapshot created*
This command worked properly
Then issue kpartx command
kpartx -av
2011 Jul 22
4
VM backup problem
Hai,
I use following steps for LV backup.
* lvcreate -L 5G -s -n lv_snapshot
/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/VHD-a2db885c-9ad0-46c3-b2c3-a30cb71d83f8
lv_snapshot created*
This command worked properly
Then issue kpartx command
kpartx -av
2011 Jun 06
4
ubuntu kernels 2.6.39+ don''t boot as hvm domU
Hi!
I tried booting ubuntu natty/oneiric domUs with 2.6.39 and 3.0rc1
linux-image packages, but they all "just stop" after the kernel is
loaded and the init process should take over.
The problem must be within the linux-image package, since natty domUs
with the standard 2.6.38 kernel boot just fine.
I also have debian and gentoo domUs running 2.6.39 without issues, so
it''s
2011 Jul 09
10
Starting basic HVM -- where am I going wrong?
I''ve been using Xen strictly for PV for a while now, but I recently upgraded to hardware capable of HVM domUs. I''m trying to get a really basic HVM instance going so I can get my hands around making them work, in anticipation of using one to run a BSD to act as a firewall for other domUs on the machine. (I like PF.) Also, I might need run windows at some point, I suppose.