qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b5369d: qmp: fix typo in input-send-event exa


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b5369d: qmp: fix typo in input-send-event examples
Date: Thu, 11 Dec 2014 14:00:08 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b5369dd841b55aa24dd107223e0a08d8624d1b19
      
https://github.com/qemu/qemu/commit/b5369dd841b55aa24dd107223e0a08d8624d1b19
  Author: Amos Kong <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M qmp-commands.hx

  Log Message:
  -----------
  qmp: fix typo in input-send-event examples

Lack of two closed bracket in json commands.

Signed-off-by: Amos Kong <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1a71992376792a0d11ea27688bd1a21cdffd1826
      
https://github.com/qemu/qemu/commit/1a71992376792a0d11ea27688bd1a21cdffd1826
  Author: zhanghailiang <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M target-s390x/helper.c

  Log Message:
  -----------
  target-s390x: fix possible out of bounds read

Array index starts at 0, so the valid index of ext_queue array,
io_queue array, mchk_queue array should be MAX_EXT_QUEUE - 1,
MAX_IO_QUEUE - 1, MAX_MCHK_QUEUE - 1.

The original checks missed the invalid bound value, which will lead
possible out of bounds read in the follow codes.

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


  Commit: fcf55f580d4c4755dfacabd7ac86501ebbb4167e
      
https://github.com/qemu/qemu/commit/fcf55f580d4c4755dfacabd7ac86501ebbb4167e
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/i386/acpi-build.c

  Log Message:
  -----------
  acpi-build: adjust indention 8 -> 4 spaces

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


  Commit: 8b310fc4f9eb2570bfb92a725bd094ce203800da
      
https://github.com/qemu/qemu/commit/8b310fc4f9eb2570bfb92a725bd094ce203800da
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/i386/acpi-build.c

  Log Message:
  -----------
  acpi-build: Make DPRINTF working for acpi-build

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


  Commit: 2c80ab15e218a0438627c2a79d74d5a13b864e15
      
https://github.com/qemu/qemu/commit/2c80ab15e218a0438627c2a79d74d5a13b864e15
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/virtio/virtio-bus.c

  Log Message:
  -----------
  virtio-bus: avoid breaking build when open DEBUG switch

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 7251711472a8b406640a62f25f860628d3056bb1
      
https://github.com/qemu/qemu/commit/7251711472a8b406640a62f25f860628d3056bb1
  Author: lijun <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/usb/host-libusb.c

  Log Message:
  -----------
  usb: delete redundant brackets in usb_host_handle_control()

When see usb codes, find there are redundant brackets !((udev->port->speedmask
& USB_SPEED_MASK_SUPER)) here. So delete it.

Signed-off-by: Jun Li <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 4ad608803c46c0acc09114a2e8352742ffd20b6b
      
https://github.com/qemu/qemu/commit/4ad608803c46c0acc09114a2e8352742ffd20b6b
  Author: Markus Armbruster <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/core/qdev.c
    M qemu-char.c

  Log Message:
  -----------
  Drop superfluous conditionals around qemu_opts_del()

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 24588100ab39afead7b9a0e9c61182a02320a1b9
      
https://github.com/qemu/qemu/commit/24588100ab39afead7b9a0e9c61182a02320a1b9
  Author: Markus Armbruster <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M backends/rng-random.c
    M hw/tpm/tpm_passthrough.c
    M util/uri.c

  Log Message:
  -----------
  Drop superfluous conditionals around g_strdup()

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


  Commit: 44c2286b5df1f50fc9fedabd7b1a5a8022e583fc
      
https://github.com/qemu/qemu/commit/44c2286b5df1f50fc9fedabd7b1a5a8022e583fc
  Author: Markus Armbruster <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M util/uri.c

  Log Message:
  -----------
  util: Drop superfluous conditionals around g_free()

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


  Commit: 9be71be5bda27b068176ab9b982cf3d7d41a4acd
      
https://github.com/qemu/qemu/commit/9be71be5bda27b068176ab9b982cf3d7d41a4acd
  Author: Markus Armbruster <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M util/uri.c

  Log Message:
  -----------
  util: Fuse g_malloc(); memset() into g_new0()

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


  Commit: e1cf5582644ef63528993fb2b88dd3b43b9914c6
      
https://github.com/qemu/qemu/commit/e1cf5582644ef63528993fb2b88dd3b43b9914c6
  Author: Markus Armbruster <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M util/hbitmap.c
    M util/iov.c

  Log Message:
  -----------
  util: Use g_new() & friends where that makes obvious sense

g_new(T, n) is neater than g_malloc(sizeof(T) * n).  It's also safer,
for two reasons.  One, it catches multiplication overflowing size_t.
Two, it returns T * rather than void *, which lets the compiler catch
more type errors.

This commit only touches allocations with size arguments of the form
sizeof(T).

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


  Commit: 8ccefb91bf0b4be7a7434c55dae77ed3acb39f68
      
https://github.com/qemu/qemu/commit/8ccefb91bf0b4be7a7434c55dae77ed3acb39f68
  Author: Fam Zheng <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Replace which(1) with "has"

Using "has" is more slick because which(1) is not always there.

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


  Commit: 80b57dda897f541dcaa66369241eebc6f2a18a78
      
https://github.com/qemu/qemu/commit/80b57dda897f541dcaa66369241eebc6f2a18a78
  Author: Thomas Huth <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M scripts/get_maintainer.pl

  Log Message:
  -----------
  get_maintainer.pl: Remove the --git-chief-penguins option

Linus likely does not want to get e-mails about QEMU, so let's
just remove this option.

Suggested-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Don Slutz <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d504fb4cecdb7c6f3b18c4d83296e84b6e970595
      
https://github.com/qemu/qemu/commit/d504fb4cecdb7c6f3b18c4d83296e84b6e970595
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/nvram/fw_cfg.c

  Log Message:
  -----------
  fw_cfg: remove superfluous blank line

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


  Commit: 1c854067b31a7764fa346ea74e0f0fa0ae718458
      
https://github.com/qemu/qemu/commit/1c854067b31a7764fa346ea74e0f0fa0ae718458
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi-schema: fix typo about change-vnc-password

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


  Commit: 7766aa0c0e9e1b84c80c3a8168c6d97c4a3d49b8
      
https://github.com/qemu/qemu/commit/7766aa0c0e9e1b84c80c3a8168c6d97c4a3d49b8
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

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

  Log Message:
  -----------
  virtio: remove useless declaration of virtio_net_init()

commit 1773d9ee (virtio-net: cleanup: init and exit function)
removed the definition of virtio_net_init(), but didn't remove its
declaration in the header.  Clean that up.

Cc: Markus Armbruster <address@hidden>
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b196d969efa3987148994f0f8da79a10ebda7641
      
https://github.com/qemu/qemu/commit/b196d969efa3987148994f0f8da79a10ebda7641
  Author: zhanghailiang <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/isa/vt82c686.c

  Log Message:
  -----------
  vt82c686: fix coverity warning about out-of-bounds write

Refactor superio_ioport_writeb to fix the out of bounds write warning.

In addition, fix two typos: s/chage/change/

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


  Commit: df6f93182a898c295d90dd502d49818c6bb98200
      
https://github.com/qemu/qemu/commit/df6f93182a898c295d90dd502d49818c6bb98200
  Author: Antony Pavlov <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M hw/block/pflash_cfi02.c

  Log Message:
  -----------
  pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category

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


  Commit: 97c61fb78ad22bbedc34da2af1db2fd9aa1cbff9
      
https://github.com/qemu/qemu/commit/97c61fb78ad22bbedc34da2af1db2fd9aa1cbff9
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M hw/timer/hpet.c

  Log Message:
  -----------
  hpet: increase spelling precision

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


  Commit: 64baadc2726ae929660dd0c61a42e8d9f3ba1828
      
https://github.com/qemu/qemu/commit/64baadc2726ae929660dd0c61a42e8d9f3ba1828
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M include/qemu/typedefs.h

  Log Message:
  -----------
  Sort include/qemu/typedefs.h

Mainly to make it less likely to conflict during merges.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 99c9c3cb24e566258a0a141178934f9cb5198842
      
https://github.com/qemu/qemu/commit/99c9c3cb24e566258a0a141178934f9cb5198842
  Author: Peter Maydell <address@hidden>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M backends/rng-random.c
    M configure
    M hw/block/pflash_cfi02.c
    M hw/core/qdev.c
    M hw/i386/acpi-build.c
    M hw/isa/vt82c686.c
    M hw/nvram/fw_cfg.c
    M hw/timer/hpet.c
    M hw/tpm/tpm_passthrough.c
    M hw/usb/host-libusb.c
    M hw/virtio/virtio-bus.c
    M include/hw/virtio/virtio.h
    M include/qemu/typedefs.h
    M qapi-schema.json
    M qemu-char.c
    M qmp-commands.hx
    M scripts/get_maintainer.pl
    M target-s390x/helper.c
    M util/hbitmap.c
    M util/iov.c
    M util/uri.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2014-12-11' into staging

trivial patches for 2014-12-11

# gpg: Signature made Thu 11 Dec 2014 18:13:58 GMT 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-2014-12-11:
  Sort include/qemu/typedefs.h
  hpet: increase spelling precision
  pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category
  vt82c686: fix coverity warning about out-of-bounds write
  virtio: remove useless declaration of virtio_net_init()
  qapi-schema: fix typo about change-vnc-password
  fw_cfg: remove superfluous blank line
  get_maintainer.pl: Remove the --git-chief-penguins option
  configure: Replace which(1) with "has"
  util: Use g_new() & friends where that makes obvious sense
  util: Fuse g_malloc(); memset() into g_new0()
  util: Drop superfluous conditionals around g_free()
  Drop superfluous conditionals around g_strdup()
  Drop superfluous conditionals around qemu_opts_del()
  usb: delete redundant brackets in usb_host_handle_control()
  virtio-bus: avoid breaking build when open DEBUG switch
  acpi-build: Make DPRINTF working for acpi-build
  acpi-build: adjust indention 8 -> 4 spaces
  target-s390x: fix possible out of bounds read
  qmp: fix typo in input-send-event examples

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


Compare: https://github.com/qemu/qemu/compare/b141290478f8...99c9c3cb24e5

reply via email to

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