Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1160955

Re: [PATCH v2 10/13] KVM: x86: use vcpu-specific functions to read/write/translate GFNs

From Xiao Guangrong <guangrong.xiao@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 10/13] KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Date 2015-06-09 05:50 +0200
Message-ID <pziI2-2ST-9@gated-at.bofh.it> (permalink)
References <puN05-1yD-3@gated-at.bofh.it> <puN05-1yD-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 05/28/2015 01:05 AM, Paolo Bonzini wrote:
> We need to hide SMRAM from guests not running in SMM.  Therefore,
> all uses of kvm_read_guest* and kvm_write_guest* must be changed to
> check whether the VCPU is in system management mode and use a
> different set of memslots.  Switch from kvm_* to the newly-introduced
> kvm_vcpu_*, which call into kvm_arch_vcpu_memslots_id.
>

Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v2 10/13] KVM: x86: use vcpu-specific functions to read/write/translate  GFNs Xiao Guangrong <guangrong.xiao@linux.intel.com> - 2015-06-09 05:50 +0200

csiph-web