Displaying 20 results from an estimated 2456 matches for "zhang".
Did you mean:
hang
2006 Jul 26
4
[PATCH] Add lost logic for VGA initialization
This patch adds lost logic for vga initialization. It was lost after
changing to new Qemu.
Signed-off-by : Kevin Tian <kevin.tian@intel.com>
Signed-off-by : Zhang Xiantao <xiantao.zhang@intel.com>
Thanks & Best Regards
-Xiantao
OTC,Intel Corporation
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Apr 09
39
[PATCH 0/4] Add posted interrupt supporting
From: Yang Zhang <yang.z.zhang@Intel.com>
The follwoing patches are adding the Posted Interrupt supporting to Xen:
Posted Interrupt allows vAPIC interrupts to inject into guest directly
without any vmexit.
- When delivering a interrupt to guest, if target vcpu is running,
update Posted-interrupt requests...
2007 Jan 19
2
[Xen-ia64-devel][PATCH] Fix Xen crash when creating VTI in some machines.
Xend will do a hypercall to destory domain when creating VTI guest fail.
If "is_vti"
not be set at this point, HV will call relinquish_vcpu_resource() which
belong
to domU. It may try to free a NULL pointer, so dom0 crash.
This patch fix it.
Signed-off-by, Zhang Xin < xing.z.zhang@intel.com >
Good good study,day day up ! ^_^
-Wing(zhang xin)
OTC,Intel Corporation
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Mar 20
15
Xen VGA Passthrough Questions
...our article on Xen VGA passthrough on
http://www.davidgis.fr.
It appears that the following command on your blog doesn''t work.
dmesg | grep 01:00.0 | grep BAR
The above command shows nothing at all. Is there an alternative solution?
Thank you very much.
Yours sincerely,
Teo En Ming (Zhang Enming)
2013 Aug 22
9
[PATCH v3 0/4] Nested VMX: APIC-v related bug fixing
From: Yang Zhang <yang.z.zhang@Intel.com>
The following patches fix the issue that fail to boot L2 guest on APIC-v
available machine. The main problem is that with APIC-v, virtual interrupt inject
L1 is totally through APIC-v. But if virtual interrupt is arrived when L2 is running,
L1 will detect interrupt t...
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
Upgrade clang? I can't reproduce it with trunk.
On 4 June 2015 at 14:48, Hui Zhang <wayne.huizhang at gmail.com> wrote:
> Yes, I found this link, but what's the solution??
>
> On Thu, Jun 4, 2015 at 1:09 PM, Rafael Espíndola
> <rafael.espindola at gmail.com> wrote:
>>
>> I think this is https://llvm.org/bugs/show_bug.cgi?id=16846
>>
&...
2011 May 16
4
Problem on glmer
...5944
Random effects:
Formula: ~1 | CL
(Intercept) Residual
StdDev: 0.8313193 0.5346455
Variance function:
Structure: fixed weights
Formula: ~invwt
Number of Observations: 700
Number of Groups: 100
> fit2
Error in asMethod(object) : matrix is not symmetric [1,2]
Wayne (Yanwei) Zhang
Statistical Research
CNA
Email: Yanwei.Zhang@cna.com<mailto:Yanwei.Zhang@cna.com>
NOTICE: This e-mail message, including any attachments and appended messages, is for the sole use of the intended recipients and may contain confidential and legally privileged information.
If you are not t...
2015 Nov 04
2
how to add the location debug info for each instruction
> On Nov 3, 2015, at 5:00 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote:
>
> Hello,
>
> I found a weird thing in llvm 3.3:
>
> For exactly the same MDNode *space, if I cast it to DILocation loc(space) and call loc.getFileName(), or I cast it to DIScope sco(space) and call sco.getFilename(), the retu...
2013 Jun 26
6
superpage support in Dom0
Does upstream dom0 support superpage?
best regards
yang
2013 Jul 31
12
Dear Ren Yongjie
...tput of sudo xl info: http://pastebin.com/JRuqi3ay
Output of sudo lspci -vvv: http://pastebin.com/YnL0zSBW
Please advise. I really hope to be able to make Intel HD Graphics 4600
IGD VGA passthrough work successfully.
Thank you very much.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Jul 31
12
Dear Ren Yongjie
...tput of sudo xl info: http://pastebin.com/JRuqi3ay
Output of sudo lspci -vvv: http://pastebin.com/YnL0zSBW
Please advise. I really hope to be able to make Intel HD Graphics 4600
IGD VGA passthrough work successfully.
Thank you very much.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi,
How come gfx_passthru is now an invalid option? Does it mean
Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough?
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi,
How come gfx_passthru is now an invalid option? Does it mean
Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough?
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2012 Jul 11
3
[PATCH] vt-d: fix wrong addr in IOTLB invalidation descriptor
According to vt-d specs, the addr in IOTLB invalidation descriptor should be 4K page aligned.
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
diff -r 0455d8317631 xen/drivers/passthrough/vtd/qinval.c
--- a/xen/drivers/passthrough/vtd/qinval.c Thu Jun 28 18:43:28 2012 +0100
+++ b/xen/drivers/passthrough/vtd/qinval.c Wed Jul 11 08:43:24 2012 +0800
@@ -140,7 +140,7 @@ static int gen_iotlb_inv_dsc(st...
2010 Sep 11
13
Requesting Assistance from Intel Engineers on Intel Integrated Graphics (IGD) VGA Passthrough for Xen 4.0.1-RELEASE and pv-ops dom0 kernel 2.6.32.x
...es in threads in the xen-devel mailing list in August 2010 and
September 2010.
http://lists.xensource.com/archives/html/xen-devel/2010-08/index.html
http://lists.xensource.com/archives/html/xen-devel/2010-09/index.html
Please assist.
Thank you very much.
--
Yours sincerely,
Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering)
Citizenship: Singapore Citizen/Singaporean
Facebook account: Teo En Ming (Zhang Enming)
Facebook link: http://www.facebook.com/profile.php?id=100000750083982
Facebook photos: http://www.facebook.com/profile.php?id=100000750083982#!/pr...
2010 Sep 11
13
Requesting Assistance from Intel Engineers on Intel Integrated Graphics (IGD) VGA Passthrough for Xen 4.0.1-RELEASE and pv-ops dom0 kernel 2.6.32.x
...es in threads in the xen-devel mailing list in August 2010 and
September 2010.
http://lists.xensource.com/archives/html/xen-devel/2010-08/index.html
http://lists.xensource.com/archives/html/xen-devel/2010-09/index.html
Please assist.
Thank you very much.
--
Yours sincerely,
Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering)
Citizenship: Singapore Citizen/Singaporean
Facebook account: Teo En Ming (Zhang Enming)
Facebook link: http://www.facebook.com/profile.php?id=100000750083982
Facebook photos: http://www.facebook.com/profile.php?id=100000750083982#!/pr...
2011 Feb 16
8
[PATCH] irq: Exclude percpu IRQs from being fixed up
...s is called which unmasks all irqs. Function unmask_irq effectively re-enables lock_kicker_irq and its irq handler is invoked which reports bug and crashes Dom0.
This patch sets IRQ_PER_CPU flag in irq desc and excludes percpu IRQs from being fixed up when taking CPUs down.
Signed-off-by: Fengzhe Zhang <fengzhe.zhang@intel.com>
diff --git a/arch/x86/kernel/irq_64.c b/arch/x86/kernel/irq_64.c
index 977d8b4..f0f9450 100644
--- a/arch/x86/kernel/irq_64.c
+++ b/arch/x86/kernel/irq_64.c
@@ -80,6 +80,9 @@ void fixup_irqs(void)
if (irq == 2)
continue;
+ if (desc->status & IRQ_PER...
2008 Aug 08
3
Multivariate regression with constraints
...8 0.00767 **
One can see that in the second regression, i.e. R2~-1+p1+R1, the coefficient for p1 is not significant. I wonder if I can run this bivariate regression again with the constraint that the coefficient for p1 in the second regression equation is zero? Thanks a lot.
Sincerely,
Yanwei Zhang
Department of Actuarial Research and Modeling
Munich Re America
Tel: 609-275-2176
Email: yzhang@munichreamerica.com<mailto:yzhang@munichreamerica.com>
[[alternative HTML version deleted]]
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
I think this is https://llvm.org/bugs/show_bug.cgi?id=16846
On Jun 4, 2015 12:04 PM, "Hui Zhang" <wayne.huizhang at gmail.com> wrote:
> Is there any clue for this error ?
>
> Thanks
>
> On Tue, Jun 2, 2015 at 5:47 PM, Hui Zhang <wayne.huizhang at gmail.com>
> wrote:
>
>> Hello,
>>
>> I'm having this error and couldn't find a res...
2013 Sep 22
1
[PATCH] Nested VMX: Expose unrestricted guest feature to guest
From: Yang Zhang <yang.z.zhang@Intel.com>
With virtual unrestricted guest feature, L2 guest is allowed to run
with PG cleared. Also, allow PAE not set during virtual vmexit emulation.
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
---
xen/arch/x86/hvm/hvm.c | 3 ++-
xen/arch/x86/hvm/vmx/v...