commit | 8963221d7d7244cc828dfca5649404c747599b3e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:21 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:56 2010 +0300 |
tree | 6e563c1e86ca166a70848c105756f0a2cbe2ee8d | |
parent | 4b389ca2e733b986c5282690e4e0314f000e6228 [diff] |
KVM: PPC: Split instruction reading out The current check_ext function reads the instruction and then does the checking. Let's split the reading out so we can reuse it for different functions. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>