qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 6100dd: xhci: Avoid DMA when ERSTBA is set to


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6100dd: xhci: Avoid DMA when ERSTBA is set to zero
Date: Thu, 14 Sep 2017 08:32:13 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6100dda70d84be83d131c3b35cb9c00f7b07db15
      
https://github.com/qemu/qemu/commit/6100dda70d84be83d131c3b35cb9c00f7b07db15
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

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

  Log Message:
  -----------
  xhci: Avoid DMA when ERSTBA is set to zero

The existing XHCI code reads the Event Ring Segment Table Base Address
Register (ERSTBA) every time when it is changed. However zero is its
default state so one would think that zero there means it is not in use.

This adds a check for ERSTBA in addition to the existing check for
the Event Ring Segment Table Size Register (ERSTSZ).

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


  Commit: 104ebc5f2ce4edb575e3532ab93f75acf47feda8
      
https://github.com/qemu/qemu/commit/104ebc5f2ce4edb575e3532ab93f75acf47feda8
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add missing USB entry

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4e5ee5b21c84fe3023a64b5cc2e12a52ab0597c1
      
https://github.com/qemu/qemu/commit/4e5ee5b21c84fe3023a64b5cc2e12a52ab0597c1
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M configure
    M hw/usb/Makefile.objs

  Log Message:
  -----------
  usb: drop HOST_USB

Nowdays we use libusb for usb-host, so we don't have different code
for linux vs. bsd any more.  So there is little reason to have the
HOST_USB variable, we can just write things directly into the Makefile
and avoid a pointless indirection.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden


  Commit: 2041649f0b04f61869589571ddf5ecd4f0695ea2
      
https://github.com/qemu/qemu/commit/2041649f0b04f61869589571ddf5ecd4f0695ea2
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M hw/usb/Makefile.objs

  Log Message:
  -----------
  usb: only build usb-host with CONFIG_USB=y

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Tested-by: Thomas Huth <address@hidden>
Message-id: address@hidden


  Commit: dae288d7d820e12073e55ded64b226843d352c1f
      
https://github.com/qemu/qemu/commit/dae288d7d820e12073e55ded64b226843d352c1f
  Author: Peter Maydell <address@hidden>
  Date:   2017-09-14 (Thu, 14 Sep 2017)

  Changed paths:
    M MAINTAINERS
    M configure
    M hw/usb/Makefile.objs
    M hw/usb/hcd-xhci.c

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

usb: misc small fixes.

# gpg: Signature made Wed 13 Sep 2017 10:28:25 BST
# 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/usb-20170913-pull-request:
  usb: only build usb-host with CONFIG_USB=y
  usb: drop HOST_USB
  MAINTAINERS: add missing USB entry
  xhci: Avoid DMA when ERSTBA is set to zero

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


Compare: https://github.com/qemu/qemu/compare/9d81b2d2000f...dae288d7d820

reply via email to

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