Trolle Selander
2008-Jul-25 11:00 UTC
[Xen-devel] [PATCH] x86emulate - fix unintended writeback on cmp/test instructions
This patch fixes an issue when x86_emulate is called with force_writeback=1 set. It resulted in cmp and test instructions with memory operands to have the mem value written back after instruction emulation finished. This caused false alarms on writes to RO mem, and might have caused other issues if unintended writes occured to device registers in mmio space. Signed-off-by: Trolle Selander <trolle.selander@eu.citrix.com <mailto:trolle.selander@eu.citrix.com> <trolle.selander@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel