1. 23 2月, 2016 1 次提交
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · 8eb779e4
      Peter Maydell 提交于
      Block layer patches
      
      # gpg: Signature made Mon 22 Feb 2016 15:59:25 GMT using RSA key ID C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      
      * remotes/kevin/tags/for-upstream: (34 commits)
        qemu-iotests: 140: make description slightly more verbose
        qemu-iotests: 140: don't use IDE device
        qemu-iotests: 067: ignore QMP events
        blockdev: unset inappropriate flags when changing medium
        MAINTAINERS: Add myself as maintainer of the throttling code
        docs: Document the throttling infrastructure
        qapi: Correct the name of the iops_rd parameter
        qemu-iotests: Extend iotest 093 to test bursts
        throttle: Test throttle_compute_wait() during bursts
        throttle: Check that burst_level leaks correctly
        qapi: Add burst length fields to BlockDeviceInfo
        qapi: Add burst length parameters to block_set_io_throttle
        throttle: Add command-line settings to define the burst periods
        throttle: Add support for burst periods
        throttle: Use throttle_config_init() to initialize ThrottleConfig
        throttle: Merge all functions that check the configuration into one
        throttle: Set always an average value when setting a maximum value
        throttle: Make throttle_is_valid() set errp
        throttle: Make throttle_max_is_missing_limit() set errp
        throttle: Make throttle_conflicting() set errp
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      8eb779e4
  2. 22 2月, 2016 37 次提交
  3. 20 2月, 2016 2 次提交
    • E
    • P
      Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' into staging · 586d1a99
      Peter Maydell 提交于
      VFIO updates 2016-02-19
      
       - AER pre-enable and misc fixes (Cao jin and Chen Fan)
       - PCI_CAP_LIST_NEXT & PCI_MSIX_FLAGS cleanup (Wei Yang)
       - AMD XGBE KVM platform passthrough (Eric Auger)
      
      # gpg: Signature made Fri 19 Feb 2016 17:28:36 GMT using RSA key ID 3BB08B22
      # gpg: Good signature from "Alex Williamson <alex.williamson@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex@shazbot.org>"
      # gpg:                 aka "Alex Williamson <alwillia@redhat.com>"
      # gpg:                 aka "Alex Williamson <alex.l.williamson@gmail.com>"
      
      * remotes/awilliam/tags/vfio-update-20160219.1:
        vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
        hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check
        hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
        hw/arm/sysbus-fdt: helpers for clock node generation
        device_tree: qemu_fdt_getprop_cell converted to use the error API
        device_tree: qemu_fdt_getprop converted to use the error API
        device_tree: introduce qemu_fdt_node_path
        device_tree: introduce load_device_tree_from_sysfs
        hw/vfio/platform: amd-xgbe device
        vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain
        pcie_aer: expose pcie_aer_msg() interface
        aer: impove pcie_aer_init to support vfio device
        vfio: make the 4 bytes aligned for capability size
        pcie: modify the capability size assert
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      586d1a99