[Qemu-devel] [PULL 0/3] xen-20171026-tag

Stefano Stabellini posted 3 patches 8 years ago
Only 1 patches received!
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(-)
[Qemu-devel] [PULL 0/3] xen-20171026-tag
Posted by Stefano Stabellini 8 years ago
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(-)

Re: [Qemu-devel] [PULL 0/3] xen-20171026-tag
Posted by Peter Maydell 8 years ago
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