mbox

[PULL,0/3] xen-20160622-tag

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

Pull-request

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

Message

Stefano Stabellini June 22, 2016, 11:47 a.m. UTC
The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f8078a:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' into staging (2016-06-21 15:19:58 +0100)

are available in the git repository at:


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

for you to fetch changes up to 25f8f6b4c295940ae5d83c19509353afc1dbc9a4:

  xen: move xen_sysdev to xen_backend.c (2016-06-22 11:28:42 +0100)

----------------------------------------------------------------
xen-20160622

----------------------------------------------------------------
Juergen Gross (3):
      xen: fix style of hw/block/xen_blkif.h
      xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
      xen: move xen_sysdev to xen_backend.c

 hw/block/xen_blkif.h      | 167 +++++++++++++++++++++++++++-------------------
 hw/xen/xen_backend.c      |  41 ++++++++++++
 hw/xenpv/xen_machine_pv.c |  40 -----------
 3 files changed, 138 insertions(+), 110 deletions(-)

Comments

Peter Maydell June 23, 2016, 10:18 a.m. UTC | #1
On 22 June 2016 at 12:47, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f8078a:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' into staging (2016-06-21 15:19:58 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160622-tag
>
> for you to fetch changes up to 25f8f6b4c295940ae5d83c19509353afc1dbc9a4:
>
>   xen: move xen_sysdev to xen_backend.c (2016-06-22 11:28:42 +0100)
>
> ----------------------------------------------------------------
> xen-20160622

Applied, thanks.

-- PMM