qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 7bdf19: configs/alpha: Remove unused CONFIG_P


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7bdf19: configs/alpha: Remove unused CONFIG_PARALLEL_ISA s...
Date: Tue, 30 Oct 2018 10:20:37 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978
      
https://github.com/qemu/qemu/commit/7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978
  Author: Thomas Huth <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M default-configs/alpha-softmmu.mak

  Log Message:
  -----------
  configs/alpha: Remove unused CONFIG_PARALLEL_ISA switch

We don't use CONFIG_PARALLEL_ISA in any of our Makefiles, so this
is just a dead config option which can be removed.

Fixes: a4cb773928e047b137c6998209cf2eec857fac6b
Signed-off-by: Thomas Huth <address@hidden>
Acked-by: Richard Henderson <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 495958ae0f9e5020cce61afd8d8066fafcb8bf23
      
https://github.com/qemu/qemu/commit/495958ae0f9e5020cce61afd8d8066fafcb8bf23
  Author: yuchenlin <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M hw/display/vga_int.h

  Log Message:
  -----------
  vga_int: remove unused function protype

Signed-off-by: yuchenlin <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 847b31f0d608bfcbc9ea11d5013ae62e956f32cd
      
https://github.com/qemu/qemu/commit/847b31f0d608bfcbc9ea11d5013ae62e956f32cd
  Author: Li Qiang <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M include/exec/memory.h

  Log Message:
  -----------
  memory.h: fix typos in comments

Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
[lv: s/types/typos/]
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 8c9a895aafc332e04a790cf960b8061b04eb7acc
      
https://github.com/qemu/qemu/commit/8c9a895aafc332e04a790cf960b8061b04eb7acc
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M tests/tcg/README

  Log Message:
  -----------
  tests/tcg/README: fix location for lm32 tests

Point to the right and obvious location for lm32 tests.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Acked-by: Alex Bennée <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 49cedf1742d678c1f96f308325a2bc8894be41ed
      
https://github.com/qemu/qemu/commit/49cedf1742d678c1f96f308325a2bc8894be41ed
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M tests/qemu-iotests/common.rc

  Log Message:
  -----------
  qemu-iotests: fix filename containing checks

Commit cce293a2945 moved some functions from common.config to
common.rc, but the error messages still reference the old file
location.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Max Reitz <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 92970812ee4142cc30afa37db6dce4af1852005f
      
https://github.com/qemu/qemu/commit/92970812ee4142cc30afa37db6dce4af1852005f
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M docs/devel/testing.rst

  Log Message:
  -----------
  docs/devel/testing.rst: add missing newlines after code block

The line immediate following a ".. code::" block is considered
to contains arguments to the "code directive".  The lack of a
new line gives me during at parse time:

   testing.rst:63: (ERROR/3) Error in "code" directive:
   maximum 1 argument(s) allowed, 3 supplied.

   .. code::
     make check-unit V=1

   testing.rst:120: (ERROR/3) Error in "code" directive:
   maximum 1 argument(s) allowed, 3 supplied.

   .. code::
     make check-qtest V=1

Let's add the missing newlines, both for consistency and to
avoid the parsing errors.

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: John Snow <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: b25ab557c666ad666c8acbb27fd1b57244505fed
      
https://github.com/qemu/qemu/commit/b25ab557c666ad666c8acbb27fd1b57244505fed
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M scripts/decodetree.py

  Log Message:
  -----------
  scripts/decodetree.py: remove unused imports

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: a5a98620b6d01c03e6305b9b99ddae932adcf5c2
      
https://github.com/qemu/qemu/commit/a5a98620b6d01c03e6305b9b99ddae932adcf5c2
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M scripts/qemu.py

  Log Message:
  -----------
  scripts/qemu.py: remove trailing quotes on docstring

Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 874d8ce831c49a270a12f9e76c8371db12fa243f
      
https://github.com/qemu/qemu/commit/874d8ce831c49a270a12f9e76c8371db12fa243f
  Author: Cleber Rosa <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M tests/qemu-iotests/218

  Log Message:
  -----------
  qemu-iotests: make 218 executable

Commit 990dc39c made all tests executable at the time, but 218 came in
later, and missing those permissions.

Signed-off-by: Cleber Rosa <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 83f164bd5aaa87b249db328d2490b95cf9d4807d
      
https://github.com/qemu/qemu/commit/83f164bd5aaa87b249db328d2490b95cf9d4807d
  Author: Emilio G. Cota <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M linux-user/qemu.h

  Log Message:
  -----------
  linux-user: fix comment s/atomic_write/atomic_set/

Signed-off-by: Emilio G. Cota <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60
      
https://github.com/qemu/qemu/commit/7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60
  Author: Li Qiang <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M include/qom/cpu.h

  Log Message:
  -----------
  cpu.h: fix a typo in comment

Found by reading the code.

Signed-off-by: Li Qiang <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: e50a61219fc0e5820ebd6dcd4798848ed093ae0e
      
https://github.com/qemu/qemu/commit/e50a61219fc0e5820ebd6dcd4798848ed093ae0e
  Author: Stefan Weil <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M tests/bios-tables-test.c
    M tests/docker/Makefile.include
    M tests/docker/docker.py
    M tests/guest-debug/test-gdbstub.py
    M tests/qemu-iotests/common.qemu
    M tests/tcg/Makefile.include
    M tests/tcg/Makefile.probe
    M tests/tcg/mips/mips64-dsp/subq_s_pw.c

  Log Message:
  -----------
  tests: Fix typos in comments and help message (found by codespell)

Fix also a grammar issue.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 6a1f42bd7978eea0109390dc6263c034ff313c24
      
https://github.com/qemu/qemu/commit/6a1f42bd7978eea0109390dc6263c034ff313c24
  Author: Stefan Weil <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Support pkg-config for zlib

This is needed for builds with the mingw64-* packages from Cygwin,
but also works for Linux.

Move the zlib test also more to the end because users should
get information on the really important missing packages
(which also require zlib) first.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 7396972021f0d1386f8cb14cacd64b1fe1237fd7
      
https://github.com/qemu/qemu/commit/7396972021f0d1386f8cb14cacd64b1fe1237fd7
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M qobject/block-qdict.c

  Log Message:
  -----------
  qobject: Catch another straggler for use of qdict_put_str()

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/qobject.cocci \
      --macro-file scripts/cocci-macro-file.h \
      --dir . --in-place

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 40e2297b4c73589290f64018aa65e4aa7e08b427
      
https://github.com/qemu/qemu/commit/40e2297b4c73589290f64018aa65e4aa7e08b427
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M hw/xen/xen_pt_config_init.c

  Log Message:
  -----------
  xen: Use the PCI_DEVICE macro

TYPE_XEN_PT_DEVICE is a subclass of TYPE_PCI_DEVICE, the clean way
to access the PCIDevice pointer is using the PCI_DEVICE() macro.

Suggested-by: Peter Maydell <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Acked-by: Anthony PERARD <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


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

  Changed paths:
    M tests/bios-tables-test.c

  Log Message:
  -----------
  tests/bios-tables-test: Remove an useless cast

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/typecast.cocci \
      --macro-file scripts/cocci-macro-file.h \
      --dir . --in-place

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 66175626598b54dd8f86a8a83511d0a42e9b9062
      
https://github.com/qemu/qemu/commit/66175626598b54dd8f86a8a83511d0a42e9b9062
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M hw/pci-host/piix.c
    M hw/pci-host/q35.c

  Log Message:
  -----------
  hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/round.cocci \
      --macro-file scripts/cocci-macro-file.h \
      --dir . --in-place

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 3666331a0274a574f065c857da99181e4ece5803
      
https://github.com/qemu/qemu/commit/3666331a0274a574f065c857da99181e4ece5803
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M include/hw/intc/arm_gicv3_common.h

  Log Message:
  -----------
  hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/round.cocci \
      --macro-file scripts/cocci-macro-file.h \
      --dir . --in-place

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


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

  Changed paths:
    M default-configs/ppc-softmmu.mak
    M hw/nvram/Makefile.objs

  Log Message:
  -----------
  ppc: move at24c to its own CONFIG_ symbol

AT24c EEPROM is currently gated by CONFIG_I2C, and as such it is
being included in all emulators that use I2C, even if they do not
really need it.  Separate it and, since it was added for the e500
machines, add it to qemu-system-ppc and qemu-system-ppc64.

Signed-off-by: Paolo Bonzini <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
[lv: rebase]
Signed-off-by: Laurent Vivier <address@hidden>


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

  Changed paths:
    M hw/net/milkymist-minimac2.c

  Log Message:
  -----------
  milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report

qemu_log_mask(GUEST_ERROR) is more appropriate:

  $ qemu -d help
  Log items (comma separated):
  guest_errors    log when the guest OS does something invalid (eg accessing a 
non-existent register)

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Acked-by: Michael Walle <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd
      
https://github.com/qemu/qemu/commit/a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd
  Author: Peter Maydell <address@hidden>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M configure
    M default-configs/alpha-softmmu.mak
    M default-configs/ppc-softmmu.mak
    M docs/devel/testing.rst
    M hw/net/milkymist-minimac2.c
    M hw/nvram/Makefile.objs
    M hw/pci-host/piix.c
    M hw/pci-host/q35.c
    M hw/xen/xen_pt_config_init.c
    M include/exec/memory.h
    M include/hw/intc/arm_gicv3_common.h
    M include/qom/cpu.h
    M linux-user/qemu.h
    M qobject/block-qdict.c
    M scripts/decodetree.py
    M scripts/qemu.py
    M tests/bios-tables-test.c
    M tests/docker/Makefile.include
    M tests/docker/docker.py
    M tests/guest-debug/test-gdbstub.py
    M tests/qemu-iotests/218
    M tests/qemu-iotests/common.qemu
    M tests/qemu-iotests/common.rc
    M tests/tcg/Makefile.include
    M tests/tcg/Makefile.probe
    M tests/tcg/README
    M tests/tcg/mips/mips64-dsp/subq_s_pw.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging

QEMU trivial patches collected between June and October 2018
(Thank you to Thomas Huth)

v2: fix 32bit build with updated patch (v3) from Philippe Mathieu-Daudé
    built in a 32bit debian sid chroot

# gpg: Signature made Tue 30 Oct 2018 11:23:01 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request:
  milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
  ppc: move at24c to its own CONFIG_ symbol
  hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro
  hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
  tests/bios-tables-test: Remove an useless cast
  xen: Use the PCI_DEVICE macro
  qobject: Catch another straggler for use of qdict_put_str()
  configure: Support pkg-config for zlib
  tests: Fix typos in comments and help message (found by codespell)
  cpu.h: fix a typo in comment
  linux-user: fix comment s/atomic_write/atomic_set/
  qemu-iotests: make 218 executable
  scripts/qemu.py: remove trailing quotes on docstring
  scripts/decodetree.py: remove unused imports
  docs/devel/testing.rst: add missing newlines after code block
  qemu-iotests: fix filename containing checks
  tests/tcg/README: fix location for lm32 tests
  memory.h: fix typos in comments
  vga_int: remove unused function protype
  configs/alpha: Remove unused CONFIG_PARALLEL_ISA switch

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


Compare: https://github.com/qemu/qemu/compare/3f3285491dd5...a2e002ff7913
      **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]