qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] c4fe97: usb: replace handle_destroy with unre


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c4fe97: usb: replace handle_destroy with unrealize
Date: Fri, 24 Feb 2017 06:00:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c4fe9700e6bb769059608f768d2efd3d80a69630
      
https://github.com/qemu/qemu/commit/c4fe9700e6bb769059608f768d2efd3d80a69630
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

  Changed paths:
    M hw/usb/bus.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M include/hw/usb.h

  Log Message:
  -----------
  usb: replace handle_destroy with unrealize

Curiously, unrealize() is not being used, but it seems more
appropriate than handle_destroy() together with realize(). It is more
ubiquitous destroy name in qemu code base and may throw errors.

Cc: Gerd Hoffmann <address@hidden>
Signed-off-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6ebc069d67735763954cb04a2d997c83a2ebe103
      
https://github.com/qemu/qemu/commit/6ebc069d67735763954cb04a2d997c83a2ebe103
  Author: Li Qiang <address@hidden>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

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

  Log Message:
  -----------
  usb: ohci: fix error return code in servicing td

It should return 1 if an error occurs when reading td.
This will avoid an infinite loop issue in ohci_service_ed_list.

Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4f72b8d2a6f5777fa1af2cf5184843e4cb06f182
      
https://github.com/qemu/qemu/commit/4f72b8d2a6f5777fa1af2cf5184843e4cb06f182
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

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

  Log Message:
  -----------
  xhci: properties cleanup

Split xhci properties into common and nec specific.

Move the backward compat flags to nec, so the new qemu-xhci
devices doesn't carry on the compatibiity stuff.

Move the msi/msix switches too and just enable msix for qemu-xhci.

Also move the intrs and slots properties.  Wasn't a great idea to
make them configurable in the first place, nobody needs this.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 5842b55fd403ac0a16443aad58a8cf6d4c10cf77
      
https://github.com/qemu/qemu/commit/5842b55fd403ac0a16443aad58a8cf6d4c10cf77
  Author: Peter Maydell <address@hidden>
  Date:   2017-02-24 (Fri, 24 Feb 2017)

  Changed paths:
    M hw/usb/bus.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M include/hw/usb.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into 
staging

usb: ohci bugfix, switch core to unrealize, xhci property cleanup

# gpg: Signature made Thu 23 Feb 2017 15:37:57 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/pull-usb-20170223-1:
  xhci: properties cleanup
  usb: ohci: fix error return code in servicing td
  usb: replace handle_destroy with unrealize

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


Compare: https://github.com/qemu/qemu/compare/55229247181c...5842b55fd403

reply via email to

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