qemu-kvm: Remove icache flush from cpu_physical_memory_rw
commit6420ff9f7d5d8405ab313a8dcbb47412d4074802
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 19 Jan 2012 18:04:38 +0000 (19 19:04 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 20 Jan 2012 10:25:21 +0000 (20 08:25 -0200)
tree47455594422e655ebc62f20e140f76ac76e21cec
parent289a1056a2b902e25f8d6ec5e17984aa48d201c1
qemu-kvm: Remove icache flush from cpu_physical_memory_rw

This is at best a PPC topi but according to [1] even there unneeded. In
any case, remove this diff to upstream, it should be handled there if
actually needed.

[1] http://thread.gmane.org/gmane.comp.emulators.qemu/119022/focus=119086

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
exec.c