1. 26 5月, 2014 12 次提交
  2. 23 5月, 2014 3 次提交
  3. 22 5月, 2014 2 次提交
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging · 45e66b7b
      Peter Maydell 提交于
      some s390 patches:
      
      - Enable irqfds on s390 via the new adapter interrupt routing type.
        As a prereq, fix the kvm enable_cap helpers for some compilers and
        split the s390 flic into kvm and non-kvm parts.
      - Enable software and hardware debugging support on s390. This needs a
        kernel headers update.
      
      # gpg: Signature made Tue 20 May 2014 12:30:54 BST using RSA key ID C6F02FAF
      # gpg: Can't check signature: public key not found
      
      * remotes/cohuck/tags/s390x-20140520:
        s390x/kvm: hw debugging support via guest PER facility
        s390x/kvm: software breakpoint support
        s390x: remove duplicate definitions of DIAG 501
        linux-headers: update
        s390x/virtio-ccw: wire up irq routing and irqfds
        s390x/virtio-ccw: reference-counted indicators
        s390x: add I/O adapter registration
        s390x: split flic into kvm and non-kvm parts
        kvm: Fix enable_cap helpers on older gcc
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      45e66b7b
    • P
      Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging · 65903a8b
      Peter Maydell 提交于
      * remotes/bonzini/scsi-next:
        megasas: remove buildtime strings
        block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined
        virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path
        scsi: Document intentional fall through in scsi_req_length()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      65903a8b
  4. 21 5月, 2014 8 次提交
  5. 20 5月, 2014 14 次提交
  6. 19 5月, 2014 1 次提交
    • P
      Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging · c5fa6c86
      Peter Maydell 提交于
      * remotes/qmp-unstable/queue/qmp:
        qapi: skip redundant includes
        monitor: Add netdev_del id argument completion.
        monitor: Add netdev_add type argument completion.
        monitor: Add set_link arguments completion.
        monitor: Add chardev-add backend argument completion.
        monitor: Add chardev-remove command completion.
        monitor: Convert sendkey to use command_completion.
        qapi: Show qapi-commands.py invocation in qapi-code-gen.txt
        qapi: Replace uncommon use of the error API by the common one
        tests: Don't call visit_end_struct() after visit_start_struct() fails
        hw: Don't call visit_end_struct() after visit_start_struct() fails
        hmp: Call visit_end_struct() after visit_start_struct() succeeds
        qapi: Un-inline visit of implicit struct
        qapi-visit.py: Clean up a sloppy use of field prefix
        qapi: Clean up shadowing of parameters and locals in inner scopes
        qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
        qapi: Replace start_optional()/end_optional() by optional()
        qapi: Remove unused Visitor callbacks start_handle(), end_handle()
        qapi: Normalize marshalling's visitor initialization and cleanup
        qapi: Update qapi-code-gen.txt example to match current code
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c5fa6c86