qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] aa5a2c: target/xtensa: gdbstub: drop dead ret


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] aa5a2c: target/xtensa: gdbstub: drop dead return statement
Date: Thu, 13 Jul 2017 08:55:46 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: aa5a2c0b3dff907017388895d3005bd348cca6c4
      
https://github.com/qemu/qemu/commit/aa5a2c0b3dff907017388895d3005bd348cca6c4
  Author: Max Filippov <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M target/xtensa/gdbstub.c

  Log Message:
  -----------
  target/xtensa: gdbstub: drop dead return statement

Signed-off-by: Max Filippov <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3bcf7d7df552c8bd4fdfe70b753f45169407cacb
      
https://github.com/qemu/qemu/commit/3bcf7d7df552c8bd4fdfe70b753f45169407cacb
  Author: Mao Zhongyi <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M include/qemu/sockets.h
    M util/qemu-sockets.c

  Log Message:
  -----------
  util/qemu-sockets: Drop unused helper socket_address_to_string()

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


  Commit: 5f37e6d4a7b22ccf1bb8fa4eb35784d90ff78fbc
      
https://github.com/qemu/qemu/commit/5f37e6d4a7b22ccf1bb8fa4eb35784d90ff78fbc
  Author: Thomas Huth <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Fix build with pkg-config and --static --enable-sdl

The configure script prefers pkg-config over sdl-config, but
the "--static-libs" parameter only exists for the latter. With
pkg-config, "--static --libs" have to be used instead.

Buglink: https://bugs.launchpad.net/qemu/+bug/984516
Signed-off-by: Thomas Huth <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8f7b1bd6ceec07bf64a70d1a46c45cb45658af2d
      
https://github.com/qemu/qemu/commit/8f7b1bd6ceec07bf64a70d1a46c45cb45658af2d
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M include/hw/misc/unimp.h

  Log Message:
  -----------
  hw/misc: add missing includes

inlined create_unimplemented_device() calls sysbus_mmio_map_overlap().

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 667675623dc20b8d2f9ec2eff8a1c7eafcc86e19
      
https://github.com/qemu/qemu/commit/667675623dc20b8d2f9ec2eff8a1c7eafcc86e19
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M hw/pci/pci-stub.c

  Log Message:
  -----------
  hw/pci: define msi_nonbroken in pci-stub

The kludged field 'msi_nonbroken' is declared in "hw/pci/msi.h" and defined in
hw/pci/msi.c.
When using an ARM config with CONFIG_PCI disabled, hw/pci/msi.c is not included.
Without being PCI-related, the files hw/intc/arm_gicv[23*].c do access this
field (to enable the kludge if PCI is enabled).
The final link fails since hw/pci/msi.c is not included.
Defining this field in pci-stub is safe enough for configs without CONFIG_PCI.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: e189091fba4481fa4c9d760f0bf9037620a51989
      
https://github.com/qemu/qemu/commit/e189091fba4481fa4c9d760f0bf9037620a51989
  Author: Peter Maydell <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Handle having no c++ compiler in FORTIFY_SOURCE check

Our FORTIFY_SOURCE check assumes that $cxx refers to a working C++
compiler, with the result that if you don't happen to have one
then configure will spuriously print
  configure: line 4685: c++: command not found

Fix this by adding a 'has $cxx' check.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c8e1158cf611000eca67761eb19847c8e156e180
      
https://github.com/qemu/qemu/commit/c8e1158cf611000eca67761eb19847c8e156e180
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M hw/core/loader.c

  Log Message:
  -----------
  elf-loader: warn about invalid endianness

fprintf(stderr) is how errors are reported in this file.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 32fb354b086eb8981a48c187c17fd937760cd02e
      
https://github.com/qemu/qemu/commit/32fb354b086eb8981a48c187c17fd937760cd02e
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M hw/core/loader.c

  Log Message:
  -----------
  hw/core: fix missing return value in load_image_targphys_as()

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 9bd8e9330ade42878b19a5172131087220d590d5
      
https://github.com/qemu/qemu/commit/9bd8e9330ade42878b19a5172131087220d590d5
  Author: Li Ping <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M qga/commands-win32.c

  Log Message:
  -----------
  qga-win32: Fix memory leak of device information set

The caller of SetupDiGetClassDevs must delete the returned device information
 set when it is no longer needed by calling SetupDiDestroyDeviceInfoList.

Signed-off-by: Li Ping <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 44d619beb5ac50b09ce6785add8ec637de461d6a
      
https://github.com/qemu/qemu/commit/44d619beb5ac50b09ce6785add8ec637de461d6a
  Author: Paolo Bonzini <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M scripts/hxtool

  Log Message:
  -----------
  hxtool: remove dead -q option

This was used to extract .txt documentation for QMP.  This was
changed to use the QAPI schema instead, so zap it.

Signed-off-by: Paolo Bonzini <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: a7a305aee1e9a74a3f4b263aa98babed795b1f0a
      
https://github.com/qemu/qemu/commit/a7a305aee1e9a74a3f4b263aa98babed795b1f0a
  Author: Peter Maydell <address@hidden>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M include/hw/ptimer.h

  Log Message:
  -----------
  include/hw/ptimer.h: Add documentation comments

Add documentation comments describing the public API of the
ptimer countdown timer.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: aa5a704756fe933d0c87c02657e4406866d36c1d
      
https://github.com/qemu/qemu/commit/aa5a704756fe933d0c87c02657e4406866d36c1d
  Author: Peter Maydell <address@hidden>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M configure
    M hw/core/loader.c
    M hw/pci/pci-stub.c
    M include/hw/misc/unimp.h
    M include/hw/ptimer.h
    M include/qemu/sockets.h
    M qga/commands-win32.c
    M scripts/hxtool
    M target/xtensa/gdbstub.c
    M util/qemu-sockets.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into 
staging

trivial patches for 2017-07-12

# gpg: Signature made Wed 12 Jul 2017 14:58:43 BST
# gpg:                using RSA key 0x701B4F6B1A693E59
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
#      Subkey fingerprint: 7B73 BAD6 8BE7 A2C2 8931  4B22 701B 4F6B 1A69 3E59

* remotes/mjt/tags/trivial-patches-fetch:
  include/hw/ptimer.h: Add documentation comments
  hxtool: remove dead -q option
  qga-win32: Fix memory leak of device information set
  hw/core: fix missing return value in load_image_targphys_as()
  elf-loader: warn about invalid endianness
  configure: Handle having no c++ compiler in FORTIFY_SOURCE check
  hw/pci: define msi_nonbroken in pci-stub
  hw/misc: add missing includes
  configure: Fix build with pkg-config and --static --enable-sdl
  util/qemu-sockets: Drop unused helper socket_address_to_string()
  target/xtensa: gdbstub: drop dead return statement

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


Compare: https://github.com/qemu/qemu/compare/76fba746ea73...aa5a704756fe

reply via email to

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