qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] c3776f: qemu-common.h: update copyright date


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c3776f: qemu-common.h: update copyright date to 2018
Date: Thu, 18 Oct 2018 07:43:17 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c3776f4de5919f6e5f0e7d38a368634b194a4c4d
      
https://github.com/qemu/qemu/commit/c3776f4de5919f6e5f0e7d38a368634b194a4c4d
  Author: John Arbuckle <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M include/qemu-common.h

  Log Message:
  -----------
  qemu-common.h: update copyright date to 2018

Currently the copyright date is set to 2017. Update the date to say
2018.

Signed-off-by: John Arbuckle <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: ba3fa397a1b7b1c43d8cff33f7fdfce52298d287
      
https://github.com/qemu/qemu/commit/ba3fa397a1b7b1c43d8cff33f7fdfce52298d287
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M target/cris/translate.c

  Log Message:
  -----------
  target/cris/translate: Get rid of qemu_log_separate()

The gen_BUG() function calls already cpu_abort(), which prints the
information to stderr and the log already. So instead of additionally
printing the dc->pc via fprintf() and qemu_log here, too, we can
simply pass this information to cpu_abort() instead.

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


  Commit: 7a6c377f6ba9c86a524965d48849f19a474d5a03
      
https://github.com/qemu/qemu/commit/7a6c377f6ba9c86a524965d48849f19a474d5a03
  Author: Eric Blake <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests: Prevent more accidental test disabling

GNU make is perfectly happy to use 'check-FOO-y += bar' to
initialize check-FOO-y.  (GNU Automake strictly insists that
you cannot use += until after an initial = per variable, but
thankfully we aren't using automake).

As we have had more than one instance where copy-and-paste of
'check-FOO-y = bar' from a first test under category FOO into
an additional test, which ends up disabling the first (see
commits 992159c7 and 4429532b), it's better to just always use
the form that survives copy-and-paste, even for categories that
don't currently add more than one test.

Done with s/^\(check-[a-z]*-y \)=/\1+=/g

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


  Commit: 26830e9325d05d537dd9a3765437908771d19475
      
https://github.com/qemu/qemu/commit/26830e9325d05d537dd9a3765437908771d19475
  Author: Paolo Bonzini <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M docs/devel/testing.rst
    M tests/Makefile.include

  Log Message:
  -----------
  tests: remove gcov-files- variables

Commit 31d2dda ("build-system: remove per-test GCOV reporting", 2018-06-20)
removed users of the variables, since those uses can be replaced by a simple
overall report produced by gcovr.  However, the variables were never removed.
Do it now.

Signed-off-by: Paolo Bonzini <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
[thuth: Fixed up contextual conflicts with the patch from Eric]
Signed-off-by: Thomas Huth <address@hidden>


  Commit: d417eb1d3f34ce26afb1364cce4039d769873e5d
      
https://github.com/qemu/qemu/commit/d417eb1d3f34ce26afb1364cce4039d769873e5d
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M gdbstub.c

  Log Message:
  -----------
  gdbstub: Remove unused include

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


  Commit: 53d593d25bec52bcb91b53a93d47857cb5961da3
      
https://github.com/qemu/qemu/commit/53d593d25bec52bcb91b53a93d47857cb5961da3
  Author: Liu Yuan <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: update block/sheepdog maintainers

E-mail to one of block/sheepdog maintainers Mitake Hitoshi bounces

<address@hidden>: unknown user: "mitake.hitoshi"

and no current address is known. So just remove it.

Signed-off-by: Liu Yuan <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 934821ebae41e59cb2a6c5c7ec99927255117491
      
https://github.com/qemu/qemu/commit/934821ebae41e59cb2a6c5c7ec99927255117491
  Author: Mao Zhongyi <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M scripts/archive-source.sh

  Log Message:
  -----------
  archive-source.sh: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: a436cd882691145673afe3a1a3872650bb760506
      
https://github.com/qemu/qemu/commit/a436cd882691145673afe3a1a3872650bb760506
  Author: Mao Zhongyi <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M scripts/git-submodule.sh

  Log Message:
  -----------
  git-submodule.sh: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: aa2192bf14fb18a407782527beebba3a96620d0f
      
https://github.com/qemu/qemu/commit/aa2192bf14fb18a407782527beebba3a96620d0f
  Author: Mao Zhongyi <address@hidden>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M scripts/show-fixed-bugs.sh

  Log Message:
  -----------
  show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)

Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 957e8b34920a1404a1318b2e1ffa0726d40e0a9b
      
https://github.com/qemu/qemu/commit/957e8b34920a1404a1318b2e1ffa0726d40e0a9b
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  mailmap: Fix Reimar Döffinger name

This probably happened when interpreting the utf8 name as latin1.

Fixes dbbaaff6867 and f4e94dfefb6.

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


  Commit: 97ff87c0ed020c2a4b931146e142d67abe852e22
      
https://github.com/qemu/qemu/commit/97ff87c0ed020c2a4b931146e142d67abe852e22
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M fpu/softfloat.c
    M include/qemu/compiler.h

  Log Message:
  -----------
  qemu/compiler: Wrap __attribute__((flatten)) in a macro

Older versions of Clang (before 3.5) and GCC (before 4.1) do not
support the "__attribute__((flatten))" yet. We don't care about
such old versions of GCC anymore, but since Clang 3.4 is still
used in EPEL for RHEL7 / CentOS 7, we should not use this attribute
directly but with a wrapper macro instead.

Reviewed-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 8c827c53c50c4e6212e41c0582ae0f20d5724aa8
      
https://github.com/qemu/qemu/commit/8c827c53c50c4e6212e41c0582ae0f20d5724aa8
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M hw/core/generic-loader.c

  Log Message:
  -----------
  hw/core/generic-loader: Set a category for the generic-loader device

Each device that is instantiatable by the users should be marked with
a category. Since the generic-loader does not fit anywhere else, put
it into the MISC category.

Reviewed-by: Alistair Francis <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: c95ac10340ec42d2e8828b5ddab1c9d0c15dbc0e
      
https://github.com/qemu/qemu/commit/c95ac10340ec42d2e8828b5ddab1c9d0c15dbc0e
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M exec.c
    M hw/virtio/virtio.c
    M include/qom/cpu.h
    M qom/cpu.c

  Log Message:
  -----------
  cpu: Provide a proper prototype for target_words_bigendian() in a header

We've got three places already that provide a prototype for this
function in a .c file - that's ugly. Let's provide a proper prototype
in a header instead, with a proper description why this function should
not be used in most cases.

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


  Commit: 1a1ff38c55fac562f53ef65cf5022acba2b36676
      
https://github.com/qemu/qemu/commit/1a1ff38c55fac562f53ef65cf5022acba2b36676
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M hw/core/Makefile.objs
    M hw/core/generic-loader.c

  Log Message:
  -----------
  hw/core/generic-loader: Compile only once, not for each target

The generic-loader is currently compiled target specific due to one
single "#ifdef TARGET_WORDS_BIGENDIAN" in the file. We have already a
function called target_words_bigendian() for this instead, so we can
put the generic-loader into common-obj to save some compilation time.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 7fc527cdc9cfd139dee1d90e3220a884229a7698
      
https://github.com/qemu/qemu/commit/7fc527cdc9cfd139dee1d90e3220a884229a7698
  Author: Marc-André Lureau <address@hidden>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: remove glib_subprocess check

This should have been removed as part of commit
692fbdf9f4c6f6bafd0b3a4d4f94973effd3bbae.

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>


  Commit: 77f7c747193662edfadeeb3118d63eed0eac51a6
      
https://github.com/qemu/qemu/commit/77f7c747193662edfadeeb3118d63eed0eac51a6
  Author: Peter Maydell <address@hidden>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M .mailmap
    M MAINTAINERS
    M configure
    M docs/devel/testing.rst
    M exec.c
    M fpu/softfloat.c
    M gdbstub.c
    M hw/core/Makefile.objs
    M hw/core/generic-loader.c
    M hw/virtio/virtio.c
    M include/qemu-common.h
    M include/qemu/compiler.h
    M include/qom/cpu.h
    M qom/cpu.c
    M scripts/archive-source.sh
    M scripts/git-submodule.sh
    M scripts/show-fixed-bugs.sh
    M target/cris/translate.c
    M tests/Makefile.include

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/huth-gitlab/tags/pull-request-2018-10-17' into staging

- Updates for qtest entries in test/Makefile.include
- Simple updates for some shell scripts
- Misc simple patches for files without regular subsystem pull requests

# gpg: Signature made Wed 17 Oct 2018 08:20:35 BST
# gpg:                using RSA key 2ED9D774FE702DB5
# gpg: Good signature from "Thomas Huth <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# gpg:                 aka "Thomas Huth <address@hidden>"
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/huth-gitlab/tags/pull-request-2018-10-17:
  configure: remove glib_subprocess check
  hw/core/generic-loader: Compile only once, not for each target
  cpu: Provide a proper prototype for target_words_bigendian() in a header
  hw/core/generic-loader: Set a category for the generic-loader device
  qemu/compiler: Wrap __attribute__((flatten)) in a macro
  mailmap: Fix Reimar Döffinger name
  show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)
  git-submodule.sh: Modern shell scripting (use $() instead of ``)
  archive-source.sh: Modern shell scripting (use $() instead of ``)
  MAINTAINERS: update block/sheepdog maintainers
  gdbstub: Remove unused include
  tests: remove gcov-files- variables
  tests: Prevent more accidental test disabling
  target/cris/translate: Get rid of qemu_log_separate()
  qemu-common.h: update copyright date to 2018

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


Compare: https://github.com/qemu/qemu/compare/b151fc0e431a...77f7c7471936
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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