Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
  2. Aug 20, 2019
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging · 17dc5799
      Peter Maydell authored
      
      - Improvements for the Kconfig switches and Makefiles
      
      # gpg: Signature made Tue 20 Aug 2019 08:26:41 BST
      # 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-2019-08-20:
        hw/core: Add a config switch for the generic loader device
        hw/misc: Add a config switch for the "unimplemented" device
        hw/core: Add a config switch for the "split-irq" device
        hw/core: Add a config switch for the "or-irq" device
        hw/core: Add a config switch for the "register" device
        hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
        hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
        hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      17dc5799
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' into staging · bbd69d36
      Peter Maydell authored
      
      MIPS queue for August 20th, 2019
      
      # gpg: Signature made Mon 19 Aug 2019 19:07:18 BST
      # gpg:                using RSA key D4972A8967F75A65
      # gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>" [unknown]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01  DD75 D497 2A89 67F7 5A65
      
      * remotes/amarkovic/tags/mips-queue-aug-20-2019:
        target/mips: tests/tcg: Fix target configurations for MSA tests
        target/mips: tests/tcg: Add optional printing of more detailed failure info
        target/mips: Style improvements in mips_mipssim.c
        target/mips: Style improvements in mips_malta.c
        target/mips: Style improvements in mips_int.c
        target/mips: Style improvements in mips_fulong2e.c
        target/mips: Style improvements in cps.c
        target/mips: Style improvements in translate.c
        target/mips: Style improvements in machine.c
        target/mips: Style improvements in cpu.c
        target/mips: Style improvements in cp0_timer.c
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      bbd69d36
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' into staging · 156d3203
      Peter Maydell authored
      
      Block patches:
      - preallocation=falloc/full support for LUKS
      - Various minor fixes
      
      # gpg: Signature made Mon 19 Aug 2019 16:36:45 BST
      # gpg:                using RSA key 91BEB60A30DB3E8857D11829F407DB0061D5CF40
      # gpg:                issuer "mreitz@redhat.com"
      # gpg: Good signature from "Max Reitz <mreitz@redhat.com>" [full]
      # Primary key fingerprint: 91BE B60A 30DB 3E88 57D1  1829 F407 DB00 61D5 CF40
      
      * remotes/maxreitz/tags/pull-block-2019-08-19:
        doc: Preallocation does not require writing zeroes
        iotests: Fix 141 when run with qed
        vpc: Do not return RAW from block_status
        vmdk: Make block_status recurse for flat extents
        vdi: Make block_status recurse for fixed images
        iotests: Full mirror to existing non-zero image
        iotests: Test convert -n to pre-filled image
        iotests: Convert to preallocated encrypted qcow2
        vhdx: Fix .bdrv_has_zero_init()
        vdi: Fix .bdrv_has_zero_init()
        qcow2: Fix .bdrv_has_zero_init()
        block: Use bdrv_has_zero_init_truncate()
        block: Implement .bdrv_has_zero_init_truncate()
        block: Add bdrv_has_zero_init_truncate()
        mirror: Fix bdrv_has_zero_init() use
        qemu-img: Fix bdrv_has_zero_init() use in convert
        LUKS: support preallocation
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      156d3203
    • Thomas Huth's avatar
      hw/core: Add a config switch for the generic loader device · f874d729
      Thomas Huth authored
      
      The generic loader device is completely optional. Let's add a proper
      config switch for it so that people can disable it if they don't need
      it and want to create a minimalistic QEMU binary.
      
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20190817101931.28386-9-thuth@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      f874d729
    • Thomas Huth's avatar
      hw/misc: Add a config switch for the "unimplemented" device · 5aa78a89
      Thomas Huth authored
      
      The device is only used by some few boards. Let's use a proper Kconfig
      switch so that we only compile this code if we really need it.
      
      Message-Id: <20190817101931.28386-8-thuth@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      5aa78a89
    • Thomas Huth's avatar
      hw/core: Add a config switch for the "split-irq" device · 853c0167
      Thomas Huth authored
      
      The "split-irq" device is currently only used by machines that use
      CONFIG_ARMSSE. Let's add a proper CONFIG_SPLIT_IRQ switch for this
      so that it only gets compiled when we really need it.
      
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20190817101931.28386-7-thuth@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      853c0167
    • Thomas Huth's avatar
      hw/core: Add a config switch for the "or-irq" device · 282467f4
      Thomas Huth authored
      
      The "or-irq" device is only used by certain machines. Let's add
      a proper config switch for it so that it only gets compiled when we
      really need it.
      
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20190817101931.28386-6-thuth@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      282467f4
    • Thomas Huth's avatar
      hw/core: Add a config switch for the "register" device · 883e150f
      Thomas Huth authored
      
      The "register" device is only used by certain machines. Let's add
      a proper config switch for it so that it only gets compiled when we
      really need it.
      
      Message-Id: <20190817101931.28386-5-thuth@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      883e150f
  3. Aug 19, 2019
Loading