qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Remote Data Help?


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Remote Data Help?
Date: Fri, 15 May 2009 21:12:58 +0700

On Fri, May 15, 2009 at 9:07 PM, Frank Rizzo <address@hidden> wrote:
> Hello qemu folks!
>
> I'm using qemu to solve a problem where I have 2 computers attached, and the
> software is on one, and the dynamic data is on the other.  As far as the
> software knows, this data is local.  So, I need to patch into the RAM
> handler on qemu, and add my own code to fetch the data from the remote
> computer, and put it in a local buffer.  (Basically, I want qemu to alloc
> the local memory, and then I fill it with data from the remote system).
>
> Can anyone point me in the right direction for this?  I've been digging
> through the RAM subsystems to no avail, and could use a pointer.

If I understand your requirement correctly, perhaps what you're
looking for is somekind like qemu monitor command to dump memory
content? I forgot what the command is, but I am sure you can locate it
fairly easy including the related handler (monitor.c I think).

regards,

Mulyadi.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]