qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e999ee: remove libtool support


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e999ee: remove libtool support
Date: Thu, 11 Feb 2016 09:30:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e999ee443496bc6d11dcf1580de1d117ee6920e5
      
https://github.com/qemu/qemu/commit/e999ee443496bc6d11dcf1580de1d117ee6920e5
  Author: Michael Tokarev <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M configure
    M qemu-doc.texi
    M rules.mak

  Log Message:
  -----------
  remove libtool support

Libtool support was needed to build shared library for libcacard.
Now there's no need to use libtool, and since the build system is
already complicated enough, we have a way to slightly de-complicate
it.

Signed-off-by: Michael Tokarev <address@hidden>
Reviewed-by: Greg Kurz <address@hidden>


  Commit: b8d8e8fde3a442d4cf5c95cb4598b8dcb87b9b3d
      
https://github.com/qemu/qemu/commit/b8d8e8fde3a442d4cf5c95cb4598b8dcb87b9b3d
  Author: Christophe Fergeau <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M fsdev/virtfs-proxy-helper.texi

  Log Message:
  -----------
  man: virtfs-proxy-helper: Rework awkward sentence

There was a 'capbilities' typo in this man page. This commit
reformulates the sentence the typo was in to make it easier to grasp.
This is based on a suggestion from Eric Blake.

Signed-off-by: Christophe Fergeau <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: b29b47e9b35017428904e0e934700877dfaabe73
      
https://github.com/qemu/qemu/commit/b29b47e9b35017428904e0e934700877dfaabe73
  Author: Alistair Francis <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M include/qom/object.h

  Log Message:
  -----------
  qom: Correct object_property_get_int() description

The description of object_property_get_int() stated that on an error
it returns NULL. This is not the case and the function will return -1
if an error occurs. Update the commented documentation accordingly.

Reported-By: Christian Liebhardt <address@hidden>
Signed-off-by: Christian Liebhardt <address@hidden>
Signed-off-by: Alistair Francis <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 945123a554c39b68f38cec87403de1f783a86906
      
https://github.com/qemu/qemu/commit/945123a554c39b68f38cec87403de1f783a86906
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M exec.c
    M include/qemu-common.h

  Log Message:
  -----------
  cpu: cpu_save/cpu_load is no more

Everything has been converted to vmstate.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 58c652c08acaabcf5f22d33021d9ffeae2f59263
      
https://github.com/qemu/qemu/commit/58c652c08acaabcf5f22d33021d9ffeae2f59263
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M util/qemu-sockets.c

  Log Message:
  -----------
  qemu-sockets: simplify error handling

Just go always through the err label.  (Noticed because Coverity
complains that peer is always non-NULL in the error cleanup code,
but removing the "if" is arguably more prone to introducing the
opposite bug in the future).

Signed-off-by: Paolo Bonzini <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 5b648de0ee6f705dc5792a97fd69e761bba9f1cd
      
https://github.com/qemu/qemu/commit/5b648de0ee6f705dc5792a97fd69e761bba9f1cd
  Author: Wei Yang <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M migration/migration.c

  Log Message:
  -----------
  rdma: remove check on time_spent when calculating mbs

Within the if statement, time_spent is assured to be non-zero.

This patch just removes the check on time_spent when calculating mbs.

Signed-off-by: Wei Yang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 190f34f81e311f2901164790bd21dd4ecdf72b73
      
https://github.com/qemu/qemu/commit/190f34f81e311f2901164790bd21dd4ecdf72b73
  Author: Wei Yang <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M docs/qmp-spec.txt

  Log Message:
  -----------
  qmp-spec: fix index in doc

The index is duplicated. Just change it.

Signed-off-by: Wei Yang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 0850d49cb6b808a334528ea9a239f8bdb0d5efca
      
https://github.com/qemu/qemu/commit/0850d49cb6b808a334528ea9a239f8bdb0d5efca
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  char: fix parameter name / type in BSD codepath

The BSD impl of qemu_chr_open_pp_fd had mis-declared
its parameter type as ChardevBackend instead of
ChardevCommon. It had also mistakenly used the variable
name 'common' instead of 'backend'.

Tested-by: Sean Bruno <address@hidden>
Signed-off-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 0d769044d669223fb973c7e8739522fc2bc185fb
      
https://github.com/qemu/qemu/commit/0d769044d669223fb973c7e8739522fc2bc185fb
  Author: Cao jin <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M hw/audio/es1370.c

  Log Message:
  -----------
  ES1370: QOMify

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 35997599aa3b772db9b2f38e3aa137e6f27f25f1
      
https://github.com/qemu/qemu/commit/35997599aa3b772db9b2f38e3aa137e6f27f25f1
  Author: Cao jin <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M hw/usb/ccid-card-emulated.c

  Log Message:
  -----------
  Emulated CCID card: QOMify

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 059db2041954766d2f9fd83f51a732a372076937
      
https://github.com/qemu/qemu/commit/059db2041954766d2f9fd83f51a732a372076937
  Author: Cao jin <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M hw/usb/ccid-card-passthru.c

  Log Message:
  -----------
  Passthru CCID card: QOMify

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6e9965d429f22cf68d47aa6397f7d5b0eff913cc
      
https://github.com/qemu/qemu/commit/6e9965d429f22cf68d47aa6397f7d5b0eff913cc
  Author: Michael Tokarev <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M Makefile
    M hw/s390x/ipl.c
    M hw/s390x/s390-virtio.c
    M pc-bios/README
    R pc-bios/s390-zipl.rom

  Log Message:
  -----------
  s390x: remove s390-zipl.rom

This is an s390 boot rom which was used in s390-virtio machine.
but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744
"s390x: remove s390-virtio machine", this file isn't used.
The only place it is referenced in the code is an unused
define ZIPL_FILENAME.  There's also comment in hw/s390/ipl.c
which I'm modifying too, to refer to s390-ccw.img instead.

Signed-off-by: Michael Tokarev <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
Acked-by: Cornelia Huck <address@hidden>


  Commit: 91dbeeda2d2cf85e733ddd86aa84de12bdf8cd4a
      
https://github.com/qemu/qemu/commit/91dbeeda2d2cf85e733ddd86aa84de12bdf8cd4a
  Author: Daniel Serpell <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M hw/input/hid.c

  Log Message:
  -----------
  Adds keycode 86 to the hid_usage_keys translation table.

This key is present in international keyboards, between left shift and
the 'Z' key, ant is described in the HID usage tables as "Keyboard
Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf

This patch fixes the usb-kbd devices.

Signed-off-by: Daniel Serpell <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 1834ed3afc578b8dbf39838cfdf27d457771a334
      
https://github.com/qemu/qemu/commit/1834ed3afc578b8dbf39838cfdf27d457771a334
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M include/sysemu/os-win32.h

  Log Message:
  -----------
  w32: include winsock2.h before windows.h

Recent Fedora complains while compiling ui/sdl.c:

    /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: 
#warning Please include winsock2.h before windows.h [-Wcpp]

And with this patch we dutifully obey.

Stefan Weil:

Without that patch, windows.h will include winsock.h
(which conflicts with winsock2.h) when compiling sdl.c.

Normally we define WIN32_LEAN_AND_MEAN, and
windows.h won't include winsock.h.

include/ui/sdl2.h and ui/sdl.c undefine that macro,
so the order of the include files is important.

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


  Commit: fc1ec1acffd29d54c0c4266d30d38b2399d42f4f
      
https://github.com/qemu/qemu/commit/fc1ec1acffd29d54c0c4266d30d38b2399d42f4f
  Author: Peter Maydell <address@hidden>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M Makefile
    M configure
    M docs/qmp-spec.txt
    M exec.c
    M fsdev/virtfs-proxy-helper.texi
    M hw/audio/es1370.c
    M hw/input/hid.c
    M hw/s390x/ipl.c
    M hw/s390x/s390-virtio.c
    M hw/usb/ccid-card-emulated.c
    M hw/usb/ccid-card-passthru.c
    M include/qemu-common.h
    M include/qom/object.h
    M include/sysemu/os-win32.h
    M migration/migration.c
    M pc-bios/README
    R pc-bios/s390-zipl.rom
    M qemu-char.c
    M qemu-doc.texi
    M rules.mak
    M util/qemu-sockets.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2016-02-11' into staging

trivial patches for 2016-02-11

# gpg: Signature made Thu 11 Feb 2016 12:16:04 GMT 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-2016-02-11:
  w32: include winsock2.h before windows.h
  Adds keycode 86 to the hid_usage_keys translation table.
  s390x: remove s390-zipl.rom
  Passthru CCID card: QOMify
  Emulated CCID card: QOMify
  ES1370: QOMify
  char: fix parameter name / type in BSD codepath
  qmp-spec: fix index in doc
  rdma: remove check on time_spent when calculating mbs
  qemu-sockets: simplify error handling
  cpu: cpu_save/cpu_load is no more
  qom: Correct object_property_get_int() description
  man: virtfs-proxy-helper: Rework awkward sentence
  remove libtool support

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


Compare: https://github.com/qemu/qemu/compare/f16368459957...fc1ec1acffd2

reply via email to

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