diff options
| author | Greg Kurz | 2018-06-29 11:48:32 +0200 |
|---|---|---|
| committer | David Gibson | 2018-07-03 01:56:52 +0200 |
| commit | ab2569600916864a9db431a7e42f08d5fc72730e (patch) | |
| tree | d33b5dd10cc4496e27269384cc9574698fbd3967 /include/exec/memory-internal.h | |
| parent | target/ppc/kvm: get rid of kvm_get_fallback_smmu_info() (diff) | |
| download | qemu-ab2569600916864a9db431a7e42f08d5fc72730e.tar.gz qemu-ab2569600916864a9db431a7e42f08d5fc72730e.tar.xz qemu-ab2569600916864a9db431a7e42f08d5fc72730e.zip | |
target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()
In a future patch the machine code will need to retrieve the MMU
information from KVM during machine initialization before the CPUs
are created.
Actually, KVM_PPC_GET_SMMU_INFO is a VM class ioctl, and thus, we
don't need to have a CPU object around. We just need for KVM to
be initialized and use the kvm_state global. This patch just does
that.
Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/exec/memory-internal.h')
0 files changed, 0 insertions, 0 deletions
