qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e5a88b: xhci: remove unused code


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e5a88b: xhci: remove unused code
Date: Mon, 11 May 2015 07:30:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e5a88b0cf3c902d6e9b342a90f0a4a4d5d954f7a
      
https://github.com/qemu/qemu/commit/e5a88b0cf3c902d6e9b342a90f0a4a4d5d954f7a
  Author: Gonglei <address@hidden>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  xhci: remove unused code

Value from xfer->packet.ep is assigned to ep here, but that
stored value is not used before it is overwritten. Remove it.

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


  Commit: 973a8529c54f9e4410a0e4a18ca1dcb2b085ca7e
      
https://github.com/qemu/qemu/commit/973a8529c54f9e4410a0e4a18ca1dcb2b085ca7e
  Author: zhanghailiang <address@hidden>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M block/sheepdog.c

  Log Message:
  -----------
  sheepdog: fix resource leak with sd_snapshot_create

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


  Commit: ac9541579eb95b0b8c93ca58d0a074e1f22cd55a
      
https://github.com/qemu/qemu/commit/ac9541579eb95b0b8c93ca58d0a074e1f22cd55a
  Author: Thomas Huth <address@hidden>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M backends/tpm.c
    M include/sysemu/iothread.h
    M include/sysemu/tpm_backend_int.h
    M iothread.c

  Log Message:
  -----------
  Remove various unused functions

The functions tpm_backend_thread_tpm_reset() and iothread_find()
are completely unused, let's remove them.

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


  Commit: f20f2a1f339b99f5b840367236ddce9d9736247c
      
https://github.com/qemu/qemu/commit/f20f2a1f339b99f5b840367236ddce9d9736247c
  Author: Michael Tokarev <address@hidden>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M include/glib-compat.h

  Log Message:
  -----------
  glib-compat.h: change assert to g_assert

include/glib-compat.h defines a bunch of functions based on glib primitives,
and uses assert() without including assert.h.  Replace assert() with
g_assert() to make the file more self-contained, and to fix compilation
breakage after 28507a415a9b1e.

Reported-by: Laurent Desnogues <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
Tested-by: Laurent Desnogues <address@hidden>


  Commit: 0caef8f6df4a9426bd6333ab843ce51ce005d7d0
      
https://github.com/qemu/qemu/commit/0caef8f6df4a9426bd6333ab843ce51ce005d7d0
  Author: Alberto Garcia <address@hidden>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M docs/qmp/qmp-events.txt
    M qapi/block-core.json

  Log Message:
  -----------
  docs: update BLOCK_IMAGE_CORRUPTED documentation

Label the "size" and "offset" fields in BLOCK_IMAGE_CORRUPTED as
optional, and clarify that the latter refers to the host's offset into
the image.

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


  Commit: 9ad2c8cd41a086020e21aa6d616b73bd5e2a800b
      
https://github.com/qemu/qemu/commit/9ad2c8cd41a086020e21aa6d616b73bd5e2a800b
  Author: Peter Maydell <address@hidden>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M backends/tpm.c
    M block/sheepdog.c
    M docs/qmp/qmp-events.txt
    M hw/usb/hcd-xhci.c
    M include/glib-compat.h
    M include/sysemu/iothread.h
    M include/sysemu/tpm_backend_int.h
    M iothread.c
    M qapi/block-core.json

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

trivial patches for 2015-05-09

# gpg: Signature made Fri May  8 22:58:42 2015 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-2015-05-09:
  docs: update BLOCK_IMAGE_CORRUPTED documentation
  glib-compat.h: change assert to g_assert
  Remove various unused functions
  sheepdog: fix resource leak with sd_snapshot_create
  xhci: remove unused code

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


Compare: https://github.com/qemu/qemu/compare/b951cda21d6b...9ad2c8cd41a0

reply via email to

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