From c2d2c21bff27617ff2ada064f7b70079a2123364 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Fri, 4 Jul 2014 15:11:35 +0100 Subject: [PATCH] KVM: MIPS: Document MIPS specifics of KVM API. Document the MIPS specific parts of the KVM API, including: - The layout of the kvm_regs structure. - The interrupt number passed to KVM_INTERRUPT. - The registers supported by the KVM_{GET,SET}_ONE_REG interface, and the encoding of those register ids. - That KVM_INTERRUPT and KVM_GET_REG_LIST are supported on MIPS. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Randy Dunlap Cc: linux-doc@vger.kernel.org Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed