|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [Patch] Avoid mov-from/to-cr8 crashing Xen when APIC=0
If APIC=0 in VMX configuration file, VLAPIC(v) in
mov_from_cr()/mov_to_cr() will be NULL, so calling
vlapic_get_reg()/vlapic_set_reg()/vlapic_update_ppr() will crash Xen.
Since a guest OS, which uses mov-from/to-cr8, requires APIC=1, we had
better only crash the related domain instead.
Thanks
Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>
no-hvm_apic_support-crash_domain.diff
Description: no-hvm_apic_support-crash_domain.diff
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [Patch] Avoid mov-from/to-cr8 crashing Xen when APIC=0,
Cui, Dexuan <=
|
|
|
|
|