]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag' into...
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 24 May 2018 10:30:59 +0000 (11:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 May 2018 10:30:59 +0000 (11:30 +0100)
commit5ff2a4b97f6dd57e855b713aca9f8ebdb1965a8b
tree096c712df70a182791384407e7f642a069d40f7e
parent9cac60db4513f968b56e12720c1ea433be318cc3
parent443c3c9cf1a18afcc705745d18101a4ea4de5b26
Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag' into staging

Xen 2018/05/22

# gpg: Signature made Tue 22 May 2018 19:44:06 BST
# gpg:                using RSA key 894F8F4870E1AE90
# gpg: Good signature from "Stefano Stabellini <stefano.stabellini@eu.citrix.com>"
# gpg:                 aka "Stefano Stabellini <sstabellini@kernel.org>"
# Primary key fingerprint: D04E 33AB A51F 67BA 07D3  0AEA 894F 8F48 70E1 AE90

* remotes/sstabellini-http/tags/xen-20180522-tag:
  xen_disk: be consistent with use of xendev and blkdev->xendev
  xen_disk: use a single entry iovec
  xen_backend: make the xen_feature_grant_copy flag private
  xen_disk: remove use of grant map/unmap
  xen_backend: add an emulation of grant copy
  xen: remove other open-coded use of libxengnttab
  xen_disk: remove open-coded use of libxengnttab
  xen_backend: add grant table helpers
  xen: add a meaningful declaration of grant_copy_segment into xen_common.h
  checkpatch: generalize xen handle matching in the list of types
  xen-hvm: create separate function for ioreq server initialization
  xen_pt: Present the size of 64 bit BARs correctly
  configure: Add explanation for --enable-xen-pci-passthrough
  xen/pt: use address_space_memory object for memory region hooks
  xen-pvdevice: Introduce a simplistic xen-pvdevice save state

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>