Skip to content
Snippets Groups Projects
  1. May 31, 2018
    • Peter Maydell's avatar
      MAINTAINERS: Add entries for newer MPS2 boards and devices · 0d4a7551
      Peter Maydell authored
      
      Add entries to MAINTAINERS to cover the newer MPS2 boards and
      the new devices they use.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-id: 20180518153157.14899-1-peter.maydell@linaro.org
      0d4a7551
    • Peter Maydell's avatar
      target/arm: Honour FPCR.FZ in FRECPX · 2cfbf36e
      Peter Maydell authored
      
      The FRECPX instructions should (like most other floating point operations)
      honour the FPCR.FZ bit which specifies whether input denormals should
      be flushed to zero (or FZ16 for the half-precision version).
      We forgot to implement this, which doesn't affect the results (since
      the calculation doesn't actually care about the mantissa bits) but did
      mean we were failing to set the FPSR.IDC bit.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Message-id: 20180521172712.19930-1-peter.maydell@linaro.org
      2cfbf36e
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/ehabkost/tags/numa-next-pull-request' into staging · a3ac12fb
      Peter Maydell authored
      
      NUMA queue, 2018-05-30
      
      * New command-line option: --preconfig
        This option allows pausing QEMU and allow the configuration
        using QMP commands before running board initialization code.
      * New QMP set-numa-node, now made possible because of --preconfig
      * Small update on -numa error messages
      
      # gpg: Signature made Thu 31 May 2018 00:02:59 BST
      # gpg:                using RSA key 2807936F984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost/tags/numa-next-pull-request:
        tests: functional tests for QMP command set-numa-node
        qmp: add set-numa-node command
        qmp: permit query-hotpluggable-cpus in preconfig state
        tests: extend qmp test with preconfig checks
        cli: add --preconfig option
        tests: qapi-schema tests for allow-preconfig
        qapi: introduce new cmd option "allow-preconfig"
        hmp: disable monitor in preconfig state
        qapi: introduce preconfig runstate
        numa: split out NumaOptions parsing into set_numa_options()
        numa: postpone options post-processing till machine_run_board_init()
        numa: clarify error message when node index is out of range in -numa dist, ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      a3ac12fb
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · fe817a8a
      Peter Maydell authored
      
      Block layer patches:
      
      - Add blockdev-create job
      - qcow2: Silence Coverity false positive
      
      # gpg: Signature made Wed 30 May 2018 16:55:31 BST
      # gpg:                using RSA key 7F09B272C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      # Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6
      
      * remotes/kevin/tags/for-upstream:
        block/create: Mark blockdev-create stable
        qemu-iotests: Rewrite 213 for blockdev-create job
        qemu-iotests: Rewrite 212 for blockdev-create job
        qemu-iotests: Rewrite 211 for blockdev-create job
        qemu-iotests: Rewrite 210 for blockdev-create job
        qemu-iotests: Rewrite 207 for blockdev-create job
        qemu-iotests: Rewrite 206 for blockdev-create job
        qemu-iotests: iotests.py helper for non-file protocols
        qemu-iotests: Add VM.run_job()
        qemu-iotests: Add iotests.img_info_log()
        qemu-iotests: Add VM.qmp_log()
        qemu-iotests: Add VM.get_qmp_events_filtered()
        block/create: Make x-blockdev-create a job
        job: Add error message for failing jobs
        vhdx: Fix vhdx_co_create() return value
        vdi: Fix vdi_co_do_create() return value
        qcow2: Fix Coverity warning when calculating the refcount cache size
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      fe817a8a
  2. May 30, 2018
  3. May 29, 2018
Loading