1. 21 1月, 2020 2 次提交
    • S
      Makefile: add missing mkdir MANUAL_BUILDDIR · d83bbeda
      Stefan Hajnoczi 提交于
      The MANUAL_BUILDDIR directory is automatically created by sphinx-build
      for the other targets.  The index.html target does not use sphinx-build
      so we must manually create the directory to avoid the following error:
      
        GEN     docs/built/index.html
        /bin/sh: docs/built/index.html: No such file or directory
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 20200120163400.603449-1-stefanha@redhat.com
      Reviewed-by: NMiroslav Rezanina <mrezanin@redhat.com>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d83bbeda
    • P
      Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-01-20' into staging · 4354edb6
      Peter Maydell 提交于
      Assorted fixes and cleanups.
      v2: - fix 32-bit build
      
      # gpg: Signature made Mon 20 Jan 2020 14:14:11 GMT
      # gpg:                using RSA key B4828BAF943140CEF2A3491071D4D5E5822F73D6
      # gpg: Good signature from "Greg Kurz <groug@kaod.org>" [full]
      # gpg:                 aka "Gregory Kurz <gregory.kurz@free.fr>" [full]
      # gpg:                 aka "[jpeg image of size 3330]" [full]
      # Primary key fingerprint: B482 8BAF 9431 40CE F2A3  4910 71D4 D5E5 822F 73D6
      
      * remotes/gkurz/tags/9p-next-2020-01-20:
        9pfs/9p.c: remove unneeded labels
        virtfs-proxy-helper.c: remove 'err_out' label in setugid()
        9p: init_in_iov_from_pdu can truncate the size
        9p: local: always return -1 on error in local_unlinkat_common
        9pfs: local: Fix possible memory leak in local_link()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4354edb6
  2. 20 1月, 2020 36 次提交
  3. 18 1月, 2020 1 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200117-1' into staging · 7fb38daf
      Peter Maydell 提交于
      Add model of the Netduino Plus 2 board
      Some allwinner-a10 code cleanup
      New test cases for cubieboard
      target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle
      i.MX: add an emulation for RNGC device
      target/arm: adjust program counter for wfi exception in AArch32
      arm/gicv3: update virtual irq state after IAR register read
      Set IL bit correctly for syndrome information for data aborts
      
      # gpg: Signature made Fri 17 Jan 2020 14:27:40 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-20200117-1:
        target/arm: Set ISSIs16Bit in make_issinfo
        target/arm: Return correct IL bit in merge_syn_data_abort
        arm/gicv3: update virtual irq state after IAR register read
        target/arm: adjust program counter for wfi exception in AArch32
        i.MX: add an emulation for RNGC
        target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle
        hw/arm/allwinner-a10: Remove local qemu_irq variables
        hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()
        hw/arm/allwinner-a10: Move SoC definitions out of header
        tests/boot_linux_console: Add a SD card test for the CubieBoard
        tests/boot_linux_console: Add initrd test for the CubieBoard
        hw/arm: Add the Netduino Plus 2
        hw/arm: Add the STM32F4xx SoC
        hw/misc: Add the STM32F4xx EXTI device
        hw/misc: Add the STM32F4xx Sysconfig device
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      7fb38daf
  4. 17 1月, 2020 1 次提交
    • P
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-01-17' into staging · bc65450e
      Peter Maydell 提交于
      * Various fixes for qtests
      * Enable TCG tests with TCI in the gitlab CI
      
      # gpg: Signature made Fri 17 Jan 2020 10:35:17 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-01-17:
        gitlab-ci.yml: Run tcg test with tci
        tests/qtest/vhost-user-test: Fix memory leaks
        migration-test: ppc64: fix FORTH test program
        tests: acpi: update path in rebuild-expected-aml
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      bc65450e