[Qemu-devel] [PATCH 0/3] please pull xen-20170627-tag

Stefano Stabellini posted 3 patches 6 years, 9 months ago
Only 1 patches received!
hw/block/xen_disk.c | 184 +++++++++++++++++++++++++++++++++++++---------------
1 file changed, 133 insertions(+), 51 deletions(-)
[Qemu-devel] [PATCH 0/3] please pull xen-20170627-tag
Posted by Stefano Stabellini 6 years, 9 months ago
The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 16:56:55 +0100)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170627-tag

for you to fetch changes up to 3284fad7283596033cb810b4788fd1bb43312dbd:

  xen-disk: add support for multi-page shared rings (2017-06-27 15:01:56 -0700)

----------------------------------------------------------------
Xen 2017/06/27

----------------------------------------------------------------
Paul Durrant (2):
      xen-disk: only advertize feature-persistent if grant copy is not available
      xen-disk: add support for multi-page shared rings

Stefano Stabellini (1):
      xen/disk: don't leak stack data via response ring

 hw/block/xen_disk.c | 184 +++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 133 insertions(+), 51 deletions(-)

Re: [Qemu-devel] [PATCH 0/3] please pull xen-20170627-tag
Posted by Peter Maydell 6 years, 9 months ago
On 27 June 2017 at 23:04, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e:
>
>   Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 16:56:55 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170627-tag
>
> for you to fetch changes up to 3284fad7283596033cb810b4788fd1bb43312dbd:
>
>   xen-disk: add support for multi-page shared rings (2017-06-27 15:01:56 -0700)
>
> ----------------------------------------------------------------
> Xen 2017/06/27
>
> ----------------------------------------------------------------
> Paul Durrant (2):
>       xen-disk: only advertize feature-persistent if grant copy is not available
>       xen-disk: add support for multi-page shared rings
>
> Stefano Stabellini (1):
>       xen/disk: don't leak stack data via response ring
>
>  hw/block/xen_disk.c | 184 +++++++++++++++++++++++++++++++++++++---------------
>  1 file changed, 133 insertions(+), 51 deletions(-)


Applied, thanks.

-- PMM