RE: [Qemu-devel] [Patch] Support translating Guest physical address to Host virtual address.

2010-02-07 Thread Zheng, Jiajia
Anthony Liguori wrote: > On 02/07/2010 10:31 AM, Avi Kivity wrote: >>> Only insofar as you don't have to deal with getting at the VM fd. >>> You can avoid the problem by having the kvm ioctl interface take a >>> pid or something. >> >> >> That's a racy interface. > > The mechanism itself is racy

RE: [Qemu-devel] [Patch] Support translating Guest physical address to Host virtual address.

2010-02-04 Thread Zheng, Jiajia
Hi, Anthony Anthony Liguori wrote: > On 02/03/2010 09:49 AM, Kleen, Andi wrote: >> >>> Yeah, but if we put a feature in qemu, we need to be able to >>> support it for anyone who wants to use it. >>> >> It's useful for anyone who wants to use it for testing purposes. >> And it's useful to make sur

RE: [Qemu-devel] [Patch] Support translating Guest physical address to Host virtual address.

2010-02-02 Thread Zheng, Jiajia
Hi, Any futher comments for this patch so that we can modify? thanks, jiajia Max Asbock wrote: > On Wed, 2010-01-27 at 15:39 -0600, Anthony Liguori wrote: >> On 01/26/2010 09:25 PM, Zheng, Jiajia wrote: >>> Add command p2v to translate Guest physical address to Host v

[Qemu-devel] [Patch] Support translating Guest physical address to Host virtual address.

2010-01-26 Thread Zheng, Jiajia
Add command p2v to translate Guest physical address to Host virtual address. Signed-off-by: Max Asbock Jiajia Zheng --- diff --git a/monitor.c b/monitor.c index b33b01f..83d9ac7 100644 --- a/monitor.c +++ b/monitor.c @@ -668,6 +668,11 @@ static void do_info_uuid(Monitor *mon,