Re: [PATCH] x86: use kvm_read/write_guest_virt for reading and writing segment descriptors

2009-08-19 Thread Mikhail Ershov
The patch is in attachment. 2009/8/16 Avi Kivity a...@redhat.com: On 08/10/2009 08:11 PM, Mikhail Ershov wrote: Descriptor table can be placed on two non-contiguous pages. It is better to read descriptor by linear address. Patch is good, but is whitespace-corrupted.  Please send as an

Re: [PATCH] x86: use kvm_read/write_guest_virt for reading and writing segment descriptors

2009-08-19 Thread Avi Kivity
On 08/19/2009 01:42 PM, Mikhail Ershov wrote: The patch is in attachment. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] x86: use kvm_read/write_guest_virt for reading and writing segment descriptors

2009-08-10 Thread Mikhail Ershov
Descriptor table can be placed on two non-contiguous pages. It is better to read descriptor by linear address. Signed-off-by: Mikhail Ershov mike.ers...@gmail.com --- arch/x86/kvm/x86.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/arch/x86/kvm/x86.c