[Qemu-devel] [PULL v2 00/10] Command line patches for 2017-12-18

Markus Armbruster posted 10 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171220081927.8761-1-armbru@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
include/qemu/option.h  |   5 -
qemu-doc.texi          | 216 ++++++++++++++++++++++++++++++++++
qemu-options-wrapper.h |   2 +-
qemu-options.hx        | 306 ++++++++-----------------------------------------
scripts/hxtool         |   3 +-
util/qemu-option.c     |  36 +-----
6 files changed, 267 insertions(+), 301 deletions(-)
[Qemu-devel] [PULL v2 00/10] Command line patches for 2017-12-18
Posted by Markus Armbruster 6 years, 3 months ago
The following changes since commit af352675efb7e92a1f5f6461a042a12015ab3d12:

  Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' into staging (2017-12-19 19:11:11 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-cmdline-2017-12-18-v2

for you to fetch changes up to 3e05349de8bd6744d23a26beac9ed6fb2e286f80:

  option: Drop unused get_param_value(), get_next_param_value() (2017-12-20 09:11:50 +0100)

----------------------------------------------------------------
Command line patches for 2017-12-18

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      option: Remove shadowing opt decl from qemu_opt_print()

Markus Armbruster (9):
      qemu-options: Remove stray colons from output of --help
      qemu-options: Fix markup of -netdev l2tpv3
      qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc
      qemu-options: Move -iscsi under "Block device options"
      qemu-options: Add missing -iscsi Texinfo documentation
      qemu-options: Polish section "TPM device options"
      qemu-options: Polish section "Character device options"
      qemu-options: Belatedly document --watchdog-action inject-nmi
      option: Drop unused get_param_value(), get_next_param_value()

 include/qemu/option.h  |   5 -
 qemu-doc.texi          | 216 ++++++++++++++++++++++++++++++++++
 qemu-options-wrapper.h |   2 +-
 qemu-options.hx        | 306 ++++++++-----------------------------------------
 scripts/hxtool         |   3 +-
 util/qemu-option.c     |  36 +-----
 6 files changed, 267 insertions(+), 301 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL v2 00/10] Command line patches for 2017-12-18
Posted by Peter Maydell 6 years, 3 months ago
On 20 December 2017 at 08:19, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit af352675efb7e92a1f5f6461a042a12015ab3d12:
>
>   Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' into staging (2017-12-19 19:11:11 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-cmdline-2017-12-18-v2
>
> for you to fetch changes up to 3e05349de8bd6744d23a26beac9ed6fb2e286f80:
>
>   option: Drop unused get_param_value(), get_next_param_value() (2017-12-20 09:11:50 +0100)
>
> ----------------------------------------------------------------
> Command line patches for 2017-12-18
>
> ----------------------------------------------------------------
> Dr. David Alan Gilbert (1):
>       option: Remove shadowing opt decl from qemu_opt_print()
>
> Markus Armbruster (9):
>       qemu-options: Remove stray colons from output of --help
>       qemu-options: Fix markup of -netdev l2tpv3
>       qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc
>       qemu-options: Move -iscsi under "Block device options"
>       qemu-options: Add missing -iscsi Texinfo documentation
>       qemu-options: Polish section "TPM device options"
>       qemu-options: Polish section "Character device options"
>       qemu-options: Belatedly document --watchdog-action inject-nmi
>       option: Drop unused get_param_value(), get_next_param_value()
>
>  include/qemu/option.h  |   5 -
>  qemu-doc.texi          | 216 ++++++++++++++++++++++++++++++++++
>  qemu-options-wrapper.h |   2 +-
>  qemu-options.hx        | 306 ++++++++-----------------------------------------
>  scripts/hxtool         |   3 +-
>  util/qemu-option.c     |  36 +-----
>  6 files changed, 267 insertions(+), 301 deletions(-)

Applied, thanks.

-- PMM