]> xenbits.xensource.com Git - qemu-xen.git/commit
mips/kvm: Support signed 64-bit KVM registers
authorJames Hogan <james.hogan@imgtec.com>
Wed, 3 Feb 2016 17:16:51 +0000 (17:16 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 26 Feb 2016 08:59:17 +0000 (08:59 +0000)
commitd319f83fe997b919ac3a74fa7a66771c8f4fa3a8
treefa973fe6f243bfb1ac95808ada876fd1c2660214
parent0759487b56369a1f5d82528f9febd1aaa98bad26
mips/kvm: Support signed 64-bit KVM registers

Rename kvm_mips_{get,put}_one_reg64() to kvm_mips_{get,put}_one_ureg64()
since they take an int64_t pointer, and add separate signed 64-bit
accessors. These will be used for double precision floating point
registers.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Leon Alrae <leon.alrae@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/kvm.c