mbox

[PULL,0/3] Fixes 20200721 patches

Message ID 20200721140245.14634-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/fixes-20200721-pull-request

Message

Gerd Hoffmann July 21, 2020, 2:02 p.m. UTC
The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 15:58:07 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20200721-pull-request

for you to fetch changes up to d87350b065128e8156e7aca93e89a1ab9e5fa63d:

  module: ignore NULL type (2020-07-21 10:56:51 +0200)

----------------------------------------------------------------
fixes for xhci and modular builds.

----------------------------------------------------------------

Gerd Hoffmann (2):
  qxl: fix modular builds with dtrace
  module: ignore NULL type

Laurent Vivier (1):
  xhci: fix valid.max_access_size to access address registers

 hw/display/qxl.c  | 9 +++++++++
 hw/usb/hcd-xhci.c | 4 ++--
 util/module.c     | 3 +++
 3 files changed, 14 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 21, 2020, 5:31 p.m. UTC | #1
On Tue, 21 Jul 2020 at 15:05, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 15:58:07 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20200721-pull-request
>
> for you to fetch changes up to d87350b065128e8156e7aca93e89a1ab9e5fa63d:
>
>   module: ignore NULL type (2020-07-21 10:56:51 +0200)
>
> ----------------------------------------------------------------
> fixes for xhci and modular builds.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM