From: Michael Neuling Date: Mon, 24 Mar 2014 23:47:02 +0000 (+1100) Subject: KVM: PPC: Book3S HV: Add transactional memory support X-Git-Tag: v3.15-rc1~118^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e38121507a27d2ccc4b28d9e7fc4818a12c44c;p=pandora-kernel.git KVM: PPC: Book3S HV: Add transactional memory support This adds saving of the transactional memory (TM) checkpointed state on guest entry and exit. We only do this if we see that the guest has an active transaction. It also adds emulation of the TM state changes when delivering IRQs into the guest. According to the architecture, if we are transactional when an IRQ occurs, the TM state is changed to suspended, otherwise it's left unchanged. Signed-off-by: Michael Neuling Signed-off-by: Paul Mackerras Acked-by: Scott Wood --- Reading git-diff-tree failed