My previous patch set for replacing feature bits with id registers failed to consider that these id registers are beginning to control migration, and thus we must fill them in for KVM as well.
Thus, we want to initialize these values within CPU from the host. Changes, v3->v4: * Drop THUMB2EE patch; will revisit next development cycle. * Fix aa32 id_isar6 read on old kernels (pmm). Changes, v2->v3: * Work around sysreg read failures from old host kernels. Changes, v1->v2: * Remove assert that AArch32 sysreg <= UINT32_MAX. * Remove unused local variable. * Add commentary for AArch32 sysregs vs missing AArch32 support. r~ Richard Henderson (4): target/arm: Install ARMISARegisters from kvm host target/arm: Fill in ARMISARegisters for kvm64 target/arm: Introduce read_sys_reg32 for kvm32 target/arm: Fill in ARMISARegisters for kvm32 target/arm/kvm_arm.h | 1 + target/arm/kvm.c | 1 + target/arm/kvm32.c | 77 ++++++++++++++++++++++++++++---------------- target/arm/kvm64.c | 62 +++++++++++++++++++++++++++++++++-- 4 files changed, 111 insertions(+), 30 deletions(-) -- 2.17.2