|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] sync p2m table across all vcpus on x86_32p xen.
This patch is to sync p2m table across all vcpus on x86_32p xen.
We found VGA acceleration can not work on SMP VMX guests on x86_32p xen,
this is caused by the way we construct p2m table today: only the 1st l2
page table slot that maps p2m table pages is copied to none-vcpu0 vcpu
monitor page table when VMX is created. But VGA acceleration will create
some p2m table entries beyond the 1st l2 page table slot after HVM is
created, so only vcpu0 can get these p2m entries, and other vcpu can not
do VGA acceleration.
Signed-off-by: Xin Li <xin.b.li@xxxxxxxxx>
vga_acc.patch
Description: vga_acc.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] sync p2m table across all vcpus on x86_32p xen.,
Li, Xin B <=
|
|
|
|
|