1. 26 2月, 2015 36 次提交
  2. 25 2月, 2015 3 次提交
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging · 68b459ea
      Peter Maydell 提交于
      hmp: Normalize HMP command handler names
      
      # gpg: Signature made Wed Feb 18 10:59:44 2015 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-monitor-2015-02-18:
        hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
        hmp: Name HMP command handler functions hmp_COMMAND()
        hmp: Clean up declarations for long-gone info handlers
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      68b459ea
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150218-1' into staging · 3d30395f
      Peter Maydell 提交于
      usb: error handling fixes from Markus, make sysbus ehci arm-only.
      
      # gpg: Signature made Wed Feb 18 09:54:13 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-usb-20150218-1:
        Make sysbus EHCI devices ARM only by default
        PPC: Don't use legacy -usbdevice support for setting up board
        r2d: Don't use legacy -usbdevice support for setting up board
        usb: Change usb_create_simple() to abort on failure
        usb: Suppress bogus error when automatic usb-hub creation fails
        usb: Do not prefix error_setg() messages with "Error: "
        usb: Improve -usbdevice error reporting a bit
        usb: usb_create() can't fail, drop useless error handling
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3d30395f
    • P
      Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-02-16-v2-tag' into staging · c28d4869
      Peter Maydell 提交于
      tag for qga-pull-2015-02-16-v2
      
      v2:
      
      * generalized QAPI function definition for guest-memory-block-size
        to guest-memory-block-info for future extensibility (Eric)
      
      # gpg: Signature made Tue Feb 17 22:36:08 2015 GMT using RSA key ID F108B584
      # gpg: Good signature from "Michael Roth <flukshun@gmail.com>"
      # gpg:                 aka "Michael Roth <mdroth@utexas.edu>"
      # gpg:                 aka "Michael Roth <mdroth@linux.vnet.ibm.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: CEAC C9E1 5534 EBAB B82D  3FA0 3353 C9CE F108 B584
      
      * remotes/mdroth/tags/qga-pull-2015-02-16-v2-tag:
        qemu-ga-win: Fail loudly on bare 'set-time'
        qga: add memory block command that unsupported
        qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
        qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
        qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
        qga: introduce three guest memory block commmands with stubs
        qga: implement file commands for Windows guest
        guest agent: guest-file-open: refactoring
        utils: drop strtok_r from envlist_parse
        qga: add guest-set-user-password command
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c28d4869
  3. 24 2月, 2015 1 次提交
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 73104fd3
      Peter Maydell 提交于
      - vhost-scsi: add bootindex property
      - RCU: fix MemoryRegion lifetime issues in PCI; document the rules;
      convert of AddressSpaceDispatch and RAMList
      - KVM: add kvm_exit reasons for aarch64
      
      # gpg: Signature made Mon Feb 16 16:32:32 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: (21 commits)
        Convert ram_list to RCU
        exec: convert ram_list to QLIST
        cosmetic changes preparing for the following patches
        exec: protect mru_block with RCU
        rcu: add g_free_rcu
        rcu: introduce RCU-enabled QLIST
        exec: RCUify AddressSpaceDispatch
        exec: make iotlb RCU-friendly
        exec: introduce cpu_reload_memory_map
        docs: clarify memory region lifecycle
        pci: split shpc_cleanup and shpc_free
        pcie: remove mmconfig memory leak and wrap mmconfig update with transaction
        memory: keep the owner of the AddressSpace alive until do_address_space_destroy
        rcu: run RCU callbacks under the BQL
        rcu: do not let RCU callbacks pile up indefinitely
        vhost-scsi: set the bootable value of channel/target/lun
        vhost-scsi: add a property for booting
        vhost-scsi: expose the TYPE_FW_PATH_PROVIDER interface
        vhost-scsi: add bootindex property
        qdev: support to get a device firmware path directly
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      73104fd3