1. 16 11月, 2016 5 次提交
    • S
      Update version for v2.8.0-rc0 release · b0bcc86d
      Stefan Hajnoczi 提交于
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      b0bcc86d
    • S
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 51f492e5
      Stefan Hajnoczi 提交于
      virtio, vhost, pc, pci: documentation, fixes and cleanups
      
      Lots of fixes all over the place.
      
      Unfortunately, this does not yet fix a regression with vhost
      introduced by the last pull, the issue is typically this error:
          kvm_mem_ioeventfd_add: error adding ioeventfd: File exists
      followed by QEMU aborting.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      * remotes/mst/tags/for_upstream: (28 commits)
        docs: add PCIe devices placement guidelines
        virtio: drop virtio_queue_get_ring_{size,addr}()
        vhost: drop legacy vring layout bits
        vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
        nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZE
        nvdimm acpi: use aml_name_decl to define named object
        nvdimm acpi: rename nvdimm_dsm_reserved_root
        nvdimm acpi: fix two comments
        nvdimm acpi: define DSM return codes
        nvdimm acpi: rename nvdimm_acpi_hotplug
        nvdimm acpi: cleanup nvdimm_build_fit
        nvdimm acpi: rename nvdimm_plugged_device_list
        docs: improve the doc of Read FIT method
        nvdimm acpi: clean up nvdimm_build_acpi
        pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplug
        pc: memhp: move nvdimm hotplug out of memory hotplug
        nvdimm acpi: drop the lock of fit buffer
        qdev: hotplug: drop HotplugHandler.post_plug callback
        vhost: migration blocker only if shared log is used
        virtio-net: mark VIRTIO_NET_F_GSO as legacy
        ...
      
      Message-id: 1479237527-11846-1-git-send-email-mst@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      51f492e5
    • S
      Merge remote-tracking branch 'ehabkost/tags/machine-pull-request' into staging · 60c5a47a
      Stefan Hajnoczi 提交于
      qdev: Fix assert in PCI address property when used by vfio-pci
      
      # gpg: Signature made Tue 15 Nov 2016 06:27:18 PM GMT
      # gpg:                using RSA key 0x2807936F984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * ehabkost/tags/machine-pull-request:
        qdev: Fix assert in PCI address property when used by vfio-pci
      
      Message-id: 1479234540-3192-1-git-send-email-ehabkost@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      60c5a47a
    • D
      qdev: Fix assert in PCI address property when used by vfio-pci · 00b87025
      Daniel Oram 提交于
      Allow the PCIHostDeviceAddress structure to work as the host property
      in vfio-pci when it has it's default value of all fields set to ~0. In
      this form the property indicates a non-existant device but given the
      field bit sizes gets asserted as excess (and invalid) precision
      overflows the string buffer. The BDF of an invalid device
      "FFFF:FF:FF.F" is returned instead.
      Signed-off-by: NDaniel Oram <daniel.oram@gmail.com>
      Reviewed-by: NAlex Williamson <alex.williamson@redhat.com>
      Message-Id: <71f06765c4ba16dcd71cbf78e877619948f04ed9.1478777270.git.daniel.oram@gmail.com>
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      00b87025
    • S
      Merge remote-tracking branch 'public/tags/block-pull-request' into staging · 82e6e5ef
      Stefan Hajnoczi 提交于
      # gpg: Signature made Tue 15 Nov 2016 03:42:29 PM GMT
      # gpg:                using RSA key 0x9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * public/tags/block-pull-request:
        test-replication: fix leaks
      
      Message-id: 1479224556-19367-1-git-send-email-stefanha@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      82e6e5ef
  2. 15 11月, 2016 35 次提交