diff options
author | Alexander Graf <agraf@suse.de> | 2010-02-19 11:00:29 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-04-25 12:34:41 +0300 |
commit | b104d06632d08957f384ff7403f609fb5dfb9cbd (patch) | |
tree | a9349425bf2c1c170dcaaa358bf5978c673cc5cf /tools/perf | |
parent | c62e096dec032c82bae60545623c24743116f5dd (diff) | |
download | kernel_samsung_smdk4412-b104d06632d08957f384ff7403f609fb5dfb9cbd.zip kernel_samsung_smdk4412-b104d06632d08957f384ff7403f609fb5dfb9cbd.tar.gz kernel_samsung_smdk4412-b104d06632d08957f384ff7403f609fb5dfb9cbd.tar.bz2 |
KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
Right now MMIO access can only happen for GPRs and is at most 32 bit wide.
That's actually enough for almost all types of hardware out there.
Unfortunately, the guest I was using used FPU writes to MMIO regions, so
it ended up writing 64 bit MMIOs using FPRs and QPRs.
So let's add code to handle those odd cases too.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions