qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v8 0/7] qmp: add pmemload command


From: Simon Ruderich
Subject: [Qemu-devel] [PATCH v8 0/7] qmp: add pmemload command
Date: Thu, 15 Nov 2018 15:07:11 +0100

Hello,

This time as a new thread to help patchew. The only change is to use the
correct next version.

Regards
Simon Ruderich

Simon Ruderich (7):
  cpus: correct coding style in qmp_memsave/qmp_pmemsave
  cpus: convert qmp_memsave/qmp_pmemsave to use qemu_open
  cpus: use size_t in qmp_memsave/qmp_pmemsave
  hmp: use l for size argument in memsave/pmemsave
  hmp: use F for filename arguments in memsave/pmemsave
  qmp: add pmemload command
  hmp: add pmemload command

 cpus.c          | 85 +++++++++++++++++++++++++++++++++++++++++--------
 hmp-commands.hx | 18 +++++++++--
 hmp.c           | 16 ++++++++--
 hmp.h           |  1 +
 qapi/misc.json  | 20 ++++++++++++
 5 files changed, 122 insertions(+), 18 deletions(-)

Diff between v7 and v8:

    diff --git a/qapi/misc.json b/qapi/misc.json
    index 39f5e7dd38..e4f39e31e5 100644
    --- a/qapi/misc.json
    +++ b/qapi/misc.json
    @@ -1201,7 +1201,7 @@
    #
    # Returns: Nothing on success
    #
    -# Since: 3.2
    +# Since: 4.0
    ##
    { 'command': 'pmemload',
    'data': {'val': 'int', 'filename': 'str', '*size': 'int', '*offset': 'int'} 
}

-- 
2.19.1




reply via email to

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