From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4y9o-00047g-T3 for qemu-devel@nongnu.org; Fri, 15 May 2009 10:13:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4y9k-00040M-CA for qemu-devel@nongnu.org; Fri, 15 May 2009 10:13:04 -0400 Received: from [199.232.76.173] (port=37792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4y9k-000405-9z for qemu-devel@nongnu.org; Fri, 15 May 2009 10:13:00 -0400 Received: from rv-out-0708.google.com ([209.85.198.247]:6081) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4y9j-0007xk-Vm for qemu-devel@nongnu.org; Fri, 15 May 2009 10:13:00 -0400 Received: by rv-out-0708.google.com with SMTP id f25so210927rvb.2 for ; Fri, 15 May 2009 07:12:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 15 May 2009 21:12:58 +0700 Message-ID: Subject: Re: [Qemu-devel] Remote Data Help? From: Mulyadi Santosa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frank Rizzo Cc: qemu-devel@nongnu.org On Fri, May 15, 2009 at 9:07 PM, Frank Rizzo wr= ote: > 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.=A0 As far as th= e > software knows, this data is local.=A0 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.=A0 (Basically, I want qemu to all= oc > the local memory, and then I fill it with data from the remote system). > > Can anyone point me in the right direction for this?=A0 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.