mbox

[PULL,0/1] tags/xen-20160927-tag

Message ID alpine.DEB.2.10.1609271835020.9519@sstabellini-ThinkPad-X260
State New
Headers show

Pull-request

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

Message

Stefano Stabellini Sept. 28, 2016, 1:36 a.m. UTC
The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-09-27 23:10:12 +0100)

are available in the git repository at:


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

for you to fetch changes up to b6eb9b45f7307638ff166401721ae6d0401e1d67:

  qdisk - hw/block/xen_disk: grant copy implementation (2016-09-27 18:18:55 -0700)

----------------------------------------------------------------
Xen 2016/09/27

----------------------------------------------------------------
Paulina Szubarczyk (1):
      qdisk - hw/block/xen_disk: grant copy implementation

 configure                   |  55 ++++++++++++++++
 hw/block/xen_disk.c         | 153 ++++++++++++++++++++++++++++++++++++++++++--
 include/hw/xen/xen_common.h |  14 ++++
 3 files changed, 217 insertions(+), 5 deletions(-)

Comments

Peter Maydell Sept. 28, 2016, 4:15 p.m. UTC | #1
On 27 September 2016 at 18:36, Stefano Stabellini
<sstabellini@kernel.org> wrote:
> The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-09-27 23:10:12 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160927-tag
>
> for you to fetch changes up to b6eb9b45f7307638ff166401721ae6d0401e1d67:
>
>   qdisk - hw/block/xen_disk: grant copy implementation (2016-09-27 18:18:55 -0700)
>
> ----------------------------------------------------------------
> Xen 2016/09/27
>
> ----------------------------------------------------------------
> Paulina Szubarczyk (1):
>       qdisk - hw/block/xen_disk: grant copy implementation
>
>  configure                   |  55 ++++++++++++++++
>  hw/block/xen_disk.c         | 153 ++++++++++++++++++++++++++++++++++++++++++--
>  include/hw/xen/xen_common.h |  14 ++++
>  3 files changed, 217 insertions(+), 5 deletions(-)


Applied, thanks.

-- PMM