1. 19 3月, 2015 4 次提交
    • P
      Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150318' into staging · d88aec88
      Peter Maydell 提交于
      MIPS patches 2015-03-18
      
      Changes:
      * bug fixes
      
      # gpg: Signature made Wed Mar 18 10:06:00 2015 GMT using RSA key ID 0B29DA6B
      # gpg: Can't check signature: public key not found
      
      * remotes/lalrae/tags/mips-20150318:
        target-mips: save cpu state before calling MSA load and store helpers
        target-mips: fix hflags modified in delay / forbidden slot
        target-mips: fix CP0.BadVAddr by stopping translation on Address Error
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d88aec88
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150318-1' into staging · 1cfa7e0a
      Peter Maydell 提交于
      vnc: fix websockets & QMP.
      
      # gpg: Signature made Wed Mar 18 13:12:35 2015 GMT using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-vnc-20150318-1:
        ui: ensure VNC websockets server checks the ACL if requested
        ui: remove separate gnutls_session for websockets server
        ui: enforce TLS when using websockets server
        ui: fix setup of VNC websockets auth scheme with TLS
        ui: split setup of VNC auth scheme into separate method
        ui: report error if user requests VNC option that is unsupported
        ui: replace printf() calls with VNC_DEBUG
        ui: remove unused 'wiremode' variable in VncState struct
        vnc: Fix QMP change not to use funky error class
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1cfa7e0a
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 2259c16d
      Peter Maydell 提交于
      pci, virtio bugfixes for 2.3
      
      Just a bunch of bugfixes. Should be nothing remarkable here.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Wed Mar 18 12:31:03 2015 GMT using RSA key ID D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      # 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: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream:
        pcie_aer: fix comment to match pcie spec
        pci: fix several trivial typos in comment
        aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register
        pcie_aer: fix typos in pcie_aer_inject_error comment
        aer: fix wrong check on expose aer tlp prefix log
        pcie: correct mistaken register bit for End-End TLP Prefix Blocking
        virtio: Fix memory leaks reported by Coverity
        virtio: validate the existence of handle_output before calling it
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2259c16d
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 1f350097
      Peter Maydell 提交于
      - kvm: ioeventfd fix for PPC64LE
      - virtio-scsi: misc fixes
      - fix for --enable-profiler
      - nbd: fixes from Max
      - build: fix for scripts/make_device_config.sh
      - exec: fix for address_space_translate
      
      # gpg: Signature made Wed Mar 18 11:11:08 2015 GMT using RSA key ID 78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      # 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: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini/tags/for-upstream:
        exec: Respect as_tranlsate_internal length clamp
        virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init
        profiler: Reenable built-in profiler
        kvm: fix ioeventfd endianness on bi-endian architectures
        virtio-scsi: Fix assert in virtio_scsi_push_event
        build: pass .d file name to scripts/make_device_config.sh, fix makefile target
        coroutine-io: Return -errno in case of error
        nbd: Drop unexpected data for NBD_OPT_LIST
        nbd: Fix interpretation of the export flags
        nbd: Fix nbd_receive_options()
        nbd: Set block size to BDRV_SECTOR_SIZE
        nbd: Fix potential signed overflow issues
        qemu-nbd: fork() can fail
        nbd: Handle blk_getlength() failure
        nbd: Pass return value from nbd_handle_list()
        nbd: Fix nbd_establish_connection()'s return value
        qemu-nbd: Detect unused partitions by system == 0
        util/uri: Add overflow check to rfc3986_parse_port
        nbd: Fix overflow return value
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1f350097
  2. 18 3月, 2015 36 次提交