On 04/08/2014 12:17 PM, Baojun Wang wrote:
> fix an error in qmp-commands.hx
When sending a v2 patch, it's better to explicitly label it as v2 in the
subject line.
Here's some more hints about the best way to send patches:
http://wiki.qemu.org/Contribute/SubmitAPatch
--
Eric Blake eblake red
On 04/08/2014 11:17 AM, Baojun Wang wrote:
> Hi list,
>
> Is it possible to add a monitor command ``pmemload'' as pmemsave?
> I found this could be useful to have qemu-softmmu as a cross debugger
> (launch with -s -S command line option), then if we can have a command to
> load guest physical memo
fix an error in qmp-commands.hx
On Tue, Apr 8, 2014 at 10:17 AM, Baojun Wang wrote:
> Hi list,
>
> Is it possible to add a monitor command ``pmemload'' as pmemsave?
> I found this could be useful to have qemu-softmmu as a cross debugger
> (launch with -s -S command line option), then if we can
Hi list,
Is it possible to add a monitor command ``pmemload'' as pmemsave?
I found this could be useful to have qemu-softmmu as a cross debugger
(launch with -s -S command line option), then if we can have a command to
load guest physical memory, we can use cross gdb to do some target debug
which