* [Qemu-devel] Remote Data Help? [not found] <mailman.0.1242396050.21637.qemu-devel@nongnu.org> @ 2009-05-15 14:07 ` Frank Rizzo 2009-05-15 14:12 ` Mulyadi Santosa 0 siblings, 1 reply; 3+ messages in thread From: Frank Rizzo @ 2009-05-15 14:07 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 818 bytes --] 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. Thanks in advance! Frank _________________________________________________________________ Hotmail® goes with you. http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009 [-- Attachment #2: Type: text/html, Size: 1054 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Remote Data Help? 2009-05-15 14:07 ` [Qemu-devel] Remote Data Help? Frank Rizzo @ 2009-05-15 14:12 ` Mulyadi Santosa 2009-05-18 14:36 ` Frank Rizzo 0 siblings, 1 reply; 3+ messages in thread From: Mulyadi Santosa @ 2009-05-15 14:12 UTC (permalink / raw) To: Frank Rizzo; +Cc: qemu-devel On Fri, May 15, 2009 at 9:07 PM, Frank Rizzo <thefrankrizzo@hotmail.com> 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [Qemu-devel] Remote Data Help? 2009-05-15 14:12 ` Mulyadi Santosa @ 2009-05-18 14:36 ` Frank Rizzo 0 siblings, 0 replies; 3+ messages in thread From: Frank Rizzo @ 2009-05-18 14:36 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 864 bytes --] > 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). I'm not looking to DUMP memory, I'm looking to hook the RAM access functions so that I can log, and/or verify the data provided to an application running on QEMU. So, what I REALLY need, is an explanation of how the RAM subsystem works with regards to an application running under qemu. Can anyone provide this? (Or provide a link to some place that already has this?) THANKS! Frank _________________________________________________________________ Hotmail® goes with you. http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009 [-- Attachment #2: Type: text/html, Size: 1115 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-18 14:37 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <mailman.0.1242396050.21637.qemu-devel@nongnu.org> 2009-05-15 14:07 ` [Qemu-devel] Remote Data Help? Frank Rizzo 2009-05-15 14:12 ` Mulyadi Santosa 2009-05-18 14:36 ` Frank Rizzo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).