Displaying 4 results from an estimated 4 matches for "xunanxuan".
Did you mean:
xuanxuan
2008 Nov 23
2
Guest WinXP cannot recognize USB?
Hi:
My guest WinXP cannot recognize other USBs except keyboard and mouse. So I cannot send files to my guest except for using network. Is there any suggest?
Thanks!
_________________________________________________________________
MSN资讯快递,帮助你第一时间了解最新资讯!
http://im.live.cn/newsexpress
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2008 Dec 04
1
Question about time measure in Guest Windows
Hi:
I intend to use RDTSC to make some time tests in Xen guest WinXP. However, from Intel Developer''s Manual I noticed that RDTSC will cause VMExit if "RETSC exiting" VM-Execution control field is 1. So I wonder: How to query VM-Execution control field in a programmable way?
BTW: On Intel Developer''s Manual, it mentioned a method using IA32_VMX_PROCBASED_CTLS MSR,
2008 Nov 23
0
No network connection in Guest WinXP
Hi:
I cannot ping from my guest WinXP to anywhere including Dom0''s IP. Is there any suggest?
Here is part of my guest XP''s config info:
==============
...
vif = [''type=ioemu, bridge=xenbr0'']
...
==============
Thanks!
_________________________________________________________________
新版手机MSN,新功能,新体验!满足您的多彩需求!
http://mobile.msn.com.cn
2008 Nov 26
0
Source code of DomU/Dom0 context switch resulting from writing DomU''s PTE?
Hi:
>From some of my test I learn that when a DomU modifies its page table entry (PTE), then a context switch should happen to sync the guest page table (GPT) and shadow page table (SPT). I want to learn this part of codes, so could any one here tell me how I can find these codes? I mean codes aiming at: Updating guest PTE --> DomU/Dom0 context switch-->sync PTs
Thanks!