1. 18 1月, 2016 1 次提交
    • P
      Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging · 4aaddc29
      Peter Maydell 提交于
      qemu-sparc update
      
      # gpg: Signature made Sat 16 Jan 2016 12:32:06 GMT using RSA key ID AE0F321F
      # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>"
      
      * remotes/mcayland/tags/qemu-sparc-signed:
        target-sparc: Migrate CWP and PIL for SPARC64
        target-sparc: Use VMState arrays for SPARC64 TLB/MMU state
        target-sparc: Convert to VMStateDescription
        target-sparc: Don't flush TLB in cpu_load function
        target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts
        vmstate: define vmstate_info_uinttl
        vmstate: Introduce VMSTATE_VARRAY_MULTPLY
        vmstate: introduce CPU_DoubleU arrays
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4aaddc29
  2. 16 1月, 2016 24 次提交
  3. 15 1月, 2016 13 次提交
  4. 14 1月, 2016 2 次提交
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging · 17c8a219
      Peter Maydell 提交于
      Error reporting patches for 2016-01-13
      
      # gpg: Signature made Wed 13 Jan 2016 14:21:48 GMT using RSA key ID EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      
      * remotes/armbru/tags/pull-error-2016-01-13: (41 commits)
        checkpatch: Detect newlines in error_report and other error functions
        error: Consistently name Error * objects err, and not errp
        s390/sclp: Simplify control flow in sclp_realize()
        hw/s390x: Rename local variables Error *l_err to just err
        error: Clean up errors with embedded newlines (again)
        vhdx: Fix "log that needs to be replayed" error message
        pci-assign: Clean up "Failed to assign" error messages
        vmdk: Clean up "Invalid extent lines" error message
        vmdk: Clean up control flow in vmdk_parse_extents() a bit
        error: Strip trailing '\n' from error string arguments (again)
        qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
        migration: Use error_reportf_err() instead of monitor_printf()
        spapr: Use error_reportf_err()
        error: Use error_prepend() where it makes obvious sense
        error: Use error_reportf_err() where it makes obvious sense
        error: Don't decorate original error message when adding to it
        error: New error_prepend(), error_reportf_err()
        test-throttle: Simplify qemu_init_main_loop() error handling
        qemu-nbd: Clean up "Failed to load snapshot" error message
        block: Clean up "Could not create temporary overlay" error message
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      17c8a219
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into staging · cd0b19a2
      Peter Maydell 提交于
      This first round of s390x patches includes:
      - new compat machine
      - remove the old s390-virtio machine
      - fixes and some cleanup
      
      # gpg: Signature made Wed 13 Jan 2016 14:55:55 GMT using RSA key ID C6F02FAF
      # gpg: Good signature from "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      
      * remotes/cohuck/tags/s390x-20160113:
        s390x/pci: return real state during listing PCI
        virtio-ccw: fix sanity check for vector
        s390: Introduce CCW_COMPAT_2_5
        s390x/virtio: use qemu_check_nic_model()
        s390x/pci: code cleanup
        s390x/pci: reject some operations to disabled PCI function
        s390x: remove s390-virtio devices
        s390x: remove s390-virtio machine
        s390x: add 2.6 compat machine
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      cd0b19a2