commit | d1293c927568f5b5b8dd3fa263a98683cf8556dc | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 14:47:59 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:52 2010 +0200 |
tree | 81e278085861e233ca8f313dfe2e2d11e14f098d | |
parent | 73a18109829e7696226a9fd4062d339e7c6ee130 [diff] |
KVM: PPC: PV instructions to loads and stores Some instructions can simply be replaced by load and store instructions to or from the magic page. This patch replaces often called instructions that fall into the above category. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>