search for: bingzheng

Displaying 5 results from an estimated 5 matches for "bingzheng".

Did you mean: bingzhang
2008 Oct 23
5
Why using hypercall_page ?
Hello, I am studing Xen hypercall now. I found that hypercall is invoked via hypercall_page, which is only filled with (in no-hypervisor-kernel-mode ): mov $i, %eax int $0x82 ret Why not invoked the hypercall directly by "int $0x82" ? What''s the advantage of using hypercall_page? Thanks, Wu _______________________________________________ Xen-devel mailing list
2009 Aug 26
6
can dom0 modify Shadow PT of HVM domU?
Hi all, Can Xen hypervisor modify HVM domU's Shadow page table, under the dom0's context, like trapped from dom0's hypercall? I think it have to call 2 functions at least: guest_walk_tables() and flush_tlb_all(). Can these 2 functions called in dom0's context? In my test, if hypervisor tries to modify HVM's shadow page table, it will bring down the whole system. I am not
2008 Dec 14
2
How to support my netcard?
Hi men, When installing Xen, it builds a linux guest kernel of 2.6.18 as dom0, which does not support my network card. While 2.6.27 supports my card. So what should I do now? Thanks, Wu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 16
0
Is there any conflict between xm and virt-manager?
Hi men, I compiled and installed Xen 3.3.0 on Fedora 8, and it worked fine. However, after installing virt-manager, it goes wrong: # xm Traceback (most recent call last): File "/usr/sbin/xm", line 8, in <module> from xen.xm import main File "//usr/lib/python/xen/xm/main.py", line 52, in <module> from xen.xm import console File
2009 Jun 03
0
page fault in shadow page-table
Hi, I am reading shadow memory code in Xen 3.3.0, and have a question. In HVM guest, if a process writes a non-existing page, what happens: First, page fault occurs, and traps into Xen. Xen finds out that that page doesn''t exist in guest page table, so go back to guest. The guest fixes this fault in its page table, and writes that page again. Because that page doesn''t exist in