mbox

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

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

Pull-request

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

Message

Stefano Stabellini Oct. 26, 2017, 10:59 p.m. UTC
The following changes since commit 325a084c1ebccb265a3c8f1dd092ffbbfb448a00:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1' into staging (2017-10-26 09:20:11 +0100)

are available in the git repository at:


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

for you to fetch changes up to 7cdcca725b6bfc96634c15e3f74ae4b148cf9c40:

  xen: Log errno rather than return value (2017-10-26 14:26:48 -0700)

----------------------------------------------------------------
Xen 2017/10/26

----------------------------------------------------------------
Juergen Gross (2):
      xen: add a global indicator for grant copy being available
      xen: dont try setting max grants multiple times

Ross Lagerwall (1):
      xen: Log errno rather than return value

 hw/block/xen_disk.c          | 34 ++++++++++++++++++----------------
 hw/i386/xen/xen-hvm.c        |  2 +-
 hw/xen/xen_backend.c         | 11 +++++++++++
 include/hw/xen/xen_backend.h |  1 +
 4 files changed, 31 insertions(+), 17 deletions(-)

Comments

Peter Maydell Oct. 28, 2017, 8:58 a.m. UTC | #1
On 26 October 2017 at 23:59, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 325a084c1ebccb265a3c8f1dd092ffbbfb448a00:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1' into staging (2017-10-26 09:20:11 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20171026-tag
>
> for you to fetch changes up to 7cdcca725b6bfc96634c15e3f74ae4b148cf9c40:
>
>   xen: Log errno rather than return value (2017-10-26 14:26:48 -0700)
>
> ----------------------------------------------------------------
> Xen 2017/10/26
>
> ----------------------------------------------------------------
> Juergen Gross (2):
>       xen: add a global indicator for grant copy being available
>       xen: dont try setting max grants multiple times
>
> Ross Lagerwall (1):
>       xen: Log errno rather than return value

Applied, thanks.

-- PMM