mbox

[PULL,0/2] xen-20160614-tag

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

Pull-request

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

Message

Stefano Stabellini June 14, 2016, 3:04 p.m. UTC
The following changes since commit 55e5c3a2d2433bd2e1e635a7ba395f1c70341794:

  Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v1' into staging (2016-06-13 13:05:02 +0100)

are available in the git repository at:


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

for you to fetch changes up to b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83:

  xen: Clean up includes (2016-06-14 15:37:43 +0100)

----------------------------------------------------------------
Xen 2016/06/14

----------------------------------------------------------------
Jan Beulich (1):
      xen/blkif: avoid double access to any shared ring request fields

Peter Maydell (1):
      xen: Clean up includes

 hw/block/xen_blkif.h | 12 ++++++------
 hw/block/xen_disk.c  |  2 ++
 hw/usb/xen-usb.c     |  5 +----
 include/hw/xen/xen.h |  1 -
 4 files changed, 9 insertions(+), 11 deletions(-)

Comments

Peter Maydell June 14, 2016, 4:10 p.m. UTC | #1
On 14 June 2016 at 16:04, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 55e5c3a2d2433bd2e1e635a7ba395f1c70341794:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v1' into staging (2016-06-13 13:05:02 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160614-tag
>
> for you to fetch changes up to b1b23e5bbfb66d9401e2c2b0646fb721d94a3f83:
>
>   xen: Clean up includes (2016-06-14 15:37:43 +0100)
>
> ----------------------------------------------------------------
> Xen 2016/06/14
>
> ----------------------------------------------------------------
> Jan Beulich (1):
>       xen/blkif: avoid double access to any shared ring request fields
>
> Peter Maydell (1):
>       xen: Clean up includes
>
>  hw/block/xen_blkif.h | 12 ++++++------
>  hw/block/xen_disk.c  |  2 ++
>  hw/usb/xen-usb.c     |  5 +----
>  include/hw/xen/xen.h |  1 -
>  4 files changed, 9 insertions(+), 11 deletions(-)

Applied, thanks.

-- PMM