Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Jakob Bohm
On 17/01/2019 19:57, Peter Maydell wrote: On Thu, 17 Jan 2019 at 18:54, Phil Jones wrote: Sorry, I meant address of an integer variable inside of a process. Thank you for the answers, that confirms my suspicions. If I were to translate guest process virtual address to Windows physical address

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Phil Jones
Thanks for the clarification! From: Peter Maydell Sent: Thursday, January 17, 2019 19:57 To: Phil Jones Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command On Thu, 17 Jan 2019 at 18:54, Phil Jones wrote:

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 18:54, Phil Jones wrote: > > Sorry, I meant address of an integer variable inside of a process. Thank you > for the answers, that confirms my suspicions. If I were to translate guest > process virtual address to Windows physical address, could I use that to read > value?

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Phil Jones
: Thursday, January 17, 2019 19:05 To: Phil Jones Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command On Thu, 17 Jan 2019 at 15:52, Phil Jones wrote: > > Just to make double sure we're talking about the same thing because I

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 15:52, Phil Jones wrote: > > Just to make double sure we're talking about the same thing because I'm > running into an issue. I am talking about QEMU running under Ubuntu which has > WIndows OS as running as guest accelerated by KVM. Inside the guest Windows > OS there is

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Phil Jones
t: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command On Thu, 17 Jan 2019 at 12:02, Phil Jones wrote: > > If I got it correctly - if I want to access memory from a process running > under Windows OS I will need to translate virtual address to physical address &

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 12:02, Phil Jones wrote: > > If I got it correctly - if I want to access memory from a process running > under Windows OS I will need to translate virtual address to physical address > and then read it using xp command? No, you can just use the x command. "Translate virtu

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Phil Jones
Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command On Thu, 17 Jan 2019 at 00:22, Phil Jones wrote: > > I have a few questions about QEMU Monitor interface, there's a command with > format "x /fmt addr" - described

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-17 Thread Peter Maydell
On Thu, 17 Jan 2019 at 00:22, Phil Jones wrote: > > I have a few questions about QEMU Monitor interface, there's a command with > format "x /fmt addr" - described with "Virtual memory dump starting at addr." > I'm not 100% sure what "virtual memory" refers to here. Could it be used to > dump/rea

[Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

2019-01-16 Thread Phil Jones
I have a few questions about QEMU Monitor interface, there's a command with format "x /fmt addr" - described with "Virtual memory dump starting at addr." I'm not 100% sure what "virtual memory" refers to here. Could it be used to dump/read Windows guest virtual memory, or?