qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f35c1f: s390: remove misleading comment


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f35c1f: s390: remove misleading comment
Date: Thu, 19 May 2016 03:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4
      
https://github.com/qemu/qemu/commit/f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4
  Author: Michael Tokarev <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M hw/s390x/ipl.c

  Log Message:
  -----------
  s390: remove misleading comment

The comment talks about a non-ELF object while the
example gives ELF object.

Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ec609656fc12573c35e2bca58d9b1451fb7e4cf2
      
https://github.com/qemu/qemu/commit/ec609656fc12573c35e2bca58d9b1451fb7e4cf2
  Author: Cao jin <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M include/sysemu/hostmem.h

  Log Message:
  -----------
  remove comment for nonexistent structure member

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ed2f3bc1fad37297468234add82f464b59b16830
      
https://github.com/qemu/qemu/commit/ed2f3bc1fad37297468234add82f464b59b16830
  Author: Cao jin <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M hw/core/loader.c

  Log Message:
  -----------
  loader: fix potential memory leak

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 37a3e630d90c50226c167d7a0540d2b4a1f91c07
      
https://github.com/qemu/qemu/commit/37a3e630d90c50226c167d7a0540d2b4a1f91c07
  Author: Wei Jiangang <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl: fix comment about when parsing cpu definitions

machine->init() was replaced with machine_class->init()
in 958db90cd54823c33345000c995453a8c9b7a005.

Signed-off-by: Wei Jiangang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1d817db3a07774999606f62aa2d8772a82363551
      
https://github.com/qemu/qemu/commit/1d817db3a07774999606f62aa2d8772a82363551
  Author: Stefan Weil <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M scripts/dump-guest-memory.py

  Log Message:
  -----------
  Fix typo in variable name (found and fixed by codespell)

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: de4905f4bc645ad2991b9b535e8902f81abaf8c7
      
https://github.com/qemu/qemu/commit/de4905f4bc645ad2991b9b535e8902f81abaf8c7
  Author: Peter Xu <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M qobject/qdict.c

  Log Message:
  -----------
  qdict: fix unbounded stack warning for qdict_array_entries

Here we use one g_strdup_printf() to replace the two stack allocated
array, considering it's more convenient, safe, and as long as it's
called rarely only when quorum device opens. This will remove the
unbound stack warning when compiling with "-Wstack-usage=1000000".

Reviewed-by:   Eric Blake <address@hidden>
Signed-off-by: Peter Xu <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d43eda3d19152372d265a93ca2cf69aa86a9d4ae
      
https://github.com/qemu/qemu/commit/d43eda3d19152372d265a93ca2cf69aa86a9d4ae
  Author: Wei Jiangang <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M util/buffer.c
    M util/qemu-sockets.c

  Log Message:
  -----------
  util: fix comment typos

Signed-off-by: Wei Jiangang <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b996aed510219f4178a9169e41da3253b1789a45
      
https://github.com/qemu/qemu/commit/b996aed510219f4178a9169e41da3253b1789a45
  Author: Alberto Garcia <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M hw/char/ipoctal232.c
    M hw/ipack/ipack.c
    M hw/ipack/tpci200.c
    M include/hw/ipack/ipack.h

  Log Message:
  -----------
  ipack: Update e-mail address

I'm not really using the old one anymore.

Signed-off-by: Alberto Garcia <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3f3b5388d400a4e26718328809e6546b21fb4588
      
https://github.com/qemu/qemu/commit/3f3b5388d400a4e26718328809e6546b21fb4588
  Author: Stefan Weil <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Use uniform description for devel packages

As all other devel packages are written in the form "name devel",
use this form for libcap devel and libattr devel, too.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: bdc3f61dec2f9c227235bb5f677a0272e1184c82
      
https://github.com/qemu/qemu/commit/bdc3f61dec2f9c227235bb5f677a0272e1184c82
  Author: Wei Jiangang <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M accel.c
    M include/sysemu/accel.h

  Log Message:
  -----------
  accel: make configure_accelerator return void

Return the negated value of accel_initialised is meaningless,
and the caller vl doesn't check it.

Signed-off-by: Wei Jiangang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: cc2324d03dbd098b80cfc482d9d29114db57d975
      
https://github.com/qemu/qemu/commit/cc2324d03dbd098b80cfc482d9d29114db57d975
  Author: Cao jin <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M include/hw/smbios/smbios.h

  Log Message:
  -----------
  smbios: fix typo

The spec says: "on paragraph (16-byte) boundaries"

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d506dc87b97659f08c65d3bb470b1b7bfd789759
      
https://github.com/qemu/qemu/commit/d506dc87b97659f08c65d3bb470b1b7bfd789759
  Author: Greg Kurz <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M hw/9pfs/coth.h

  Log Message:
  -----------
  9p: drop unused declaration from coth.h

Commit "ebac1202c95a virtio-9p: use QEMU thread pool" dropped function
v9fs_init_worker_threads.

Signed-off-by: Greg Kurz <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: cb8d4c8f54b8271f642f02382eec29d468bb1c77
      
https://github.com/qemu/qemu/commit/cb8d4c8f54b8271f642f02382eec29d468bb1c77
  Author: Stefan Weil <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M audio/mixeng.c
    M audio/ossaudio.c
    M contrib/ivshmem-server/ivshmem-server.h
    M docs/specs/rocker.txt
    M docs/throttle.txt
    M hw/i2c/imx_i2c.c
    M hw/net/vmxnet3.c
    M hw/pci/msi.c
    M hw/pci/pci_bridge.c
    M hw/scsi/spapr_vscsi.c
    M hw/scsi/vmw_pvscsi.c
    M hw/timer/a9gtimer.c
    M hw/timer/aspeed_timer.c
    M include/crypto/random.h
    M include/hw/xen/xen_common.h
    M include/io/task.h
    M include/qemu/osdep.h
    M kvm-all.c
    M migration/migration.c
    M migration/ram.c
    M nbd/client.c
    M qga/channel-win32.c
    M qga/commands.c
    M scripts/checkpatch.pl
    M slirp/socket.c
    M target-cris/translate.c
    M target-cris/translate_v10.c
    M target-i386/cpu.c
    M target-i386/cpu.h
    M target-mips/op_helper.c
    M target-tricore/translate.c
    M tcg/README
    M tests/tcg/cris/check_addo.c
    M trace/simple.c
    M ui/cocoa.m
    M util/timed-average.c

  Log Message:
  -----------
  Fix some typos found by codespell

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8ec4fe0a4bed4fa27e6f28a746bcf77b27cd05a3
      
https://github.com/qemu/qemu/commit/8ec4fe0a4bed4fa27e6f28a746bcf77b27cd05a3
  Author: Peter Maydell <address@hidden>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M accel.c
    M audio/mixeng.c
    M audio/ossaudio.c
    M configure
    M contrib/ivshmem-server/ivshmem-server.h
    M docs/specs/rocker.txt
    M docs/throttle.txt
    M hw/9pfs/coth.h
    M hw/char/ipoctal232.c
    M hw/core/loader.c
    M hw/i2c/imx_i2c.c
    M hw/ipack/ipack.c
    M hw/ipack/tpci200.c
    M hw/net/vmxnet3.c
    M hw/pci/msi.c
    M hw/pci/pci_bridge.c
    M hw/s390x/ipl.c
    M hw/scsi/spapr_vscsi.c
    M hw/scsi/vmw_pvscsi.c
    M hw/timer/a9gtimer.c
    M hw/timer/aspeed_timer.c
    M include/crypto/random.h
    M include/hw/ipack/ipack.h
    M include/hw/smbios/smbios.h
    M include/hw/xen/xen_common.h
    M include/io/task.h
    M include/qemu/osdep.h
    M include/sysemu/accel.h
    M include/sysemu/hostmem.h
    M kvm-all.c
    M migration/migration.c
    M migration/ram.c
    M nbd/client.c
    M qga/channel-win32.c
    M qga/commands.c
    M qobject/qdict.c
    M scripts/checkpatch.pl
    M scripts/dump-guest-memory.py
    M slirp/socket.c
    M target-cris/translate.c
    M target-cris/translate_v10.c
    M target-i386/cpu.c
    M target-i386/cpu.h
    M target-mips/op_helper.c
    M target-tricore/translate.c
    M tcg/README
    M tests/tcg/cris/check_addo.c
    M trace/simple.c
    M ui/cocoa.m
    M util/buffer.c
    M util/qemu-sockets.c
    M util/timed-average.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2016-05-18' into staging

trivial patches for 2016-05-18

# gpg: Signature made Wed 18 May 2016 13:04:43 BST using RSA key ID A4C3D7DB
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"

* remotes/mjt/tags/pull-trivial-patches-2016-05-18:
  Fix some typos found by codespell
  9p: drop unused declaration from coth.h
  smbios: fix typo
  accel: make configure_accelerator return void
  configure: Use uniform description for devel packages
  ipack: Update e-mail address
  util: fix comment typos
  qdict: fix unbounded stack warning for qdict_array_entries
  Fix typo in variable name (found and fixed by codespell)
  vl: fix comment about when parsing cpu definitions
  loader: fix potential memory leak
  remove comment for nonexistent structure member
  s390: remove misleading comment

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a257c741491f...8ec4fe0a4bed

reply via email to

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