[Qemu-devel] [PULL v2 00/15] xen-20180522-tag

Stefano Stabellini posted 15 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/alpine.DEB.2.10.1805221136110.24793@sstabellini-ThinkPad-X260
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
configure                    |   2 +-
hw/9pfs/xen-9p-backend.c     |  32 ++-
hw/block/xen_disk.c          | 614 +++++++------------------------------------
hw/char/xen_console.c        |   9 +-
hw/i386/xen/xen-hvm.c        |  76 +++---
hw/i386/xen/xen_pvdevice.c   |  11 +
hw/net/xen_nic.c             |  33 +--
hw/usb/xen-usb.c             |  37 ++-
hw/xen/xen_backend.c         | 178 ++++++++++++-
hw/xen/xen_pt.c              |   2 +-
hw/xen/xen_pt_config_init.c  |   2 +
include/hw/xen/xen_backend.h |  34 ++-
include/hw/xen/xen_common.h  |  17 +-
scripts/checkpatch.pl        |   2 +-
14 files changed, 427 insertions(+), 622 deletions(-)
[Qemu-devel] [PULL v2 00/15] xen-20180522-tag
Posted by Stefano Stabellini 5 years, 10 months ago
The following changes since commit d32e41a1188e929cc0fb16829ce3736046951e39:

  Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request' into staging (2018-05-18 14:11:52 +0100)

are available in the git repository at:


  http://xenbits.xenproject.org/git-http/people/sstabellini/qemu-dm.git tags/xen-20180522-tag

for you to fetch changes up to 443c3c9cf1a18afcc705745d18101a4ea4de5b26:

  xen_disk: be consistent with use of xendev and blkdev->xendev (2018-05-22 11:43:22 -0700)

----------------------------------------------------------------
Xen 2018/05/22

----------------------------------------------------------------
Anthony PERARD (1):
      configure: Add explanation for --enable-xen-pci-passthrough

Igor Druzhinin (2):
      xen-pvdevice: Introduce a simplistic xen-pvdevice save state
      xen/pt: use address_space_memory object for memory region hooks

Paul Durrant (11):
      xen-hvm: create separate function for ioreq server initialization
      checkpatch: generalize xen handle matching in the list of types
      xen: add a meaningful declaration of grant_copy_segment into xen_common.h
      xen_backend: add grant table helpers
      xen_disk: remove open-coded use of libxengnttab
      xen: remove other open-coded use of libxengnttab
      xen_backend: add an emulation of grant copy
      xen_disk: remove use of grant map/unmap
      xen_backend: make the xen_feature_grant_copy flag private
      xen_disk: use a single entry iovec
      xen_disk: be consistent with use of xendev and blkdev->xendev

Ross Lagerwall (1):
      xen_pt: Present the size of 64 bit BARs correctly

 configure                    |   2 +-
 hw/9pfs/xen-9p-backend.c     |  32 ++-
 hw/block/xen_disk.c          | 614 +++++++------------------------------------
 hw/char/xen_console.c        |   9 +-
 hw/i386/xen/xen-hvm.c        |  76 +++---
 hw/i386/xen/xen_pvdevice.c   |  11 +
 hw/net/xen_nic.c             |  33 +--
 hw/usb/xen-usb.c             |  37 ++-
 hw/xen/xen_backend.c         | 178 ++++++++++++-
 hw/xen/xen_pt.c              |   2 +-
 hw/xen/xen_pt_config_init.c  |   2 +
 include/hw/xen/xen_backend.h |  34 ++-
 include/hw/xen/xen_common.h  |  17 +-
 scripts/checkpatch.pl        |   2 +-
 14 files changed, 427 insertions(+), 622 deletions(-)

Re: [Qemu-devel] [PULL v2 00/15] xen-20180522-tag
Posted by Peter Maydell 5 years, 10 months ago
On 22 May 2018 at 19:46, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit d32e41a1188e929cc0fb16829ce3736046951e39:
>
>   Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request' into staging (2018-05-18 14:11:52 +0100)
>
> are available in the git repository at:
>
>
>   http://xenbits.xenproject.org/git-http/people/sstabellini/qemu-dm.git tags/xen-20180522-tag
>
> for you to fetch changes up to 443c3c9cf1a18afcc705745d18101a4ea4de5b26:
>
>   xen_disk: be consistent with use of xendev and blkdev->xendev (2018-05-22 11:43:22 -0700)
>
> ----------------------------------------------------------------
> Xen 2018/05/22
>

Applied, thanks.

-- PMM