Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
  2. Nov 12, 2020
  3. Nov 11, 2020
  4. Nov 10, 2020
    • Peter Maydell's avatar
      c6f28ed5
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110' into staging · 3e7d06d0
      Peter Maydell authored
      
      target-arm queue:
       * hw/arm/Kconfig: ARM_V7M depends on PTIMER
       * Minor coding style fixes
       * docs: add some notes on the sbsa-ref machine
       * hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals
       * target/arm: Fix neon VTBL/VTBX for len > 1
       * hw/arm/armsse: Correct expansion MPC interrupt lines
       * hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
       * hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
       * hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input
       * hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary
       * hw/arm/nseries: Check return value from load_image_targphys()
       * tests/qtest/npcm7xx_rng-test: count runs properly
       * target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check
      
      # gpg: Signature made Tue 10 Nov 2020 11:17:45 GMT
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20201110:
        target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check
        tests/qtest/npcm7xx_rng-test: count runs properly
        hw/arm/nseries: Check return value from load_image_targphys()
        hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary
        hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input
        hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
        hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
        hw/arm/armsse: Correct expansion MPC interrupt lines
        target/arm: Fix neon VTBL/VTBX for len > 1
        hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals
        docs: add some notes on the sbsa-ref machine
        target/arm: add space before the open parenthesis '('
        target/arm: Don't use '#' flag of printf format
        target/arm: add spaces around operator
        ssi: Fix bad printf format specifiers
        hw/arm/Kconfig: ARM_V7M depends on PTIMER
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      3e7d06d0
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-10' into staging · 879860ca
      Peter Maydell authored
      
      * Some small qtest fixes
      * Oss-fuzz updates
      * Publish the docs built during gitlab CI to the user's gitlab.io page
      * Update the OpenBSD VM test to v6.8
      * Fix the device-crash-test script to run with the meson build system
      * Some small s390x fixes
      
      # gpg: Signature made Tue 10 Nov 2020 11:05:06 GMT
      # gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
      # gpg:                issuer "thuth@redhat.com"
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2020-11-10:
        s390x: Avoid variable size warning in ipl.h
        s390x: fix clang 11 warnings in cpu_models.c
        qtest: Update references to parse_escape() in comments
        fuzz: add virtio-blk fuzz target
        docs: add "page source" link to sphinx documentation
        gitlab: force enable docs build in Fedora, Ubuntu, Debian
        gitlab: publish the docs built during CI
        configure: surface deprecated targets in the help output
        fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
        scripts/oss-fuzz: give all fuzzers -target names
        docs/fuzz: update fuzzing documentation post-meson
        docs/fuzz: rST-ify the fuzzing documentation
        MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section
        gitlab-ci: Drop generic cache rule
        tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()
        qtest: Fix bad printf format specifiers
        device-crash-test: Check if path is actually an executable file
        tests/vm: update openbsd to release 6.8
        meson: always include contrib/libvhost-user
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      879860ca
    • Pankaj Gupta's avatar
      physmem: improve ram size error messages · a3a92908
      Pankaj Gupta authored
      
       Ram size mismatch condition logs below message.
      
         "Length mismatch: pc.ram: 0x80000000 in != 0x180000000: Invalid argument"
      
       This patch improves the readability of error messages.
       Removed the superflous "in" and changed "Length" to "Size".
      
      Signed-off-by: default avatarPankaj Gupta <pankaj.gupta.linux@gmail.com>
      Reported-by: default avatarLi Zhang <li.zhang@cloud.ionos.com>
      Message-Id: <20201022111302.8105-1-pankaj.gupta.linux@gmail.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      a3a92908
    • Peter Maydell's avatar
      target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check · b6c56c8a
      Peter Maydell authored
      
      Checks for UNDEF cases should go before the "is VFP enabled?" access
      check, except in special cases. Move a stray UNDEF check in the VTBL
      trans function up above the access check.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Message-id: 20201109145324.2859-1-peter.maydell@linaro.org
      b6c56c8a
    • Havard Skinnemoen's avatar
      tests/qtest/npcm7xx_rng-test: count runs properly · 8006c984
      Havard Skinnemoen authored
      The number of runs is equal to the number of 0-1 and 1-0 transitions,
      plus one. Currently, it's counting the number of times these transitions
      do _not_ happen, plus one.
      
      Source:
      https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-22r1a.pdf
      
      
      section 2.3.4 point (3).
      
      Signed-off-by: default avatarHavard Skinnemoen <hskinnemoen@google.com>
      Message-id: 20201103011457.2959989-2-hskinnemoen@google.com
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      8006c984
Loading