• James Hogan's avatar
    KVM: MIPS/T&E: Ignore user writes to CP0_Config7 · 89d6ad8a
    James Hogan authored
    Ignore userland writes to CP0_Config7 rather than reporting an error,
    since we do allow reads of this register and it is claimed to exist in
    the ioctl API.
    
    This allows userland to blindly save and restore KVM registers without
    having to special case certain registers as not being writable, for
    example during live migration once dirty page logging is fixed.
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: "Radim Krčmář" <rkrcmar@redhat.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: linux-mips@linux-mips.org
    Cc: kvm@vger.kernel.org
    89d6ad8a
trap_emul.c 27.6 KB