|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] ignore guest writes to read only memory regions
>ignore guest writes to read only memory regions or memory holes in EPT.
Keir,
For reads from memory holes, hw returns a value with all bits set. Xen should
emulate this behavior, and this needs to change Xen x86 instruction emulation
code. do we already have such logic in Xen?
In early days, such reads were sent to Qemu, which returns 0xFFFFFFFF, 0xFFFF
or 0xFF.
Thanks!
-Xin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|