mbox

[PULL,for-2.10,0/2] please pull xen-20170721-tag

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

Pull-request

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

Message

Stefano Stabellini July 22, 2017, 12:45 a.m. UTC
The following changes since commit 91939262ffcd3c85ea6a4793d3029326eea1d649:

  configure: Drop ancient Solaris 9 and earlier support (2017-07-21 15:04:05 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7fb394ad8a7c4609cefa2136dec16cf65d028f40:

  xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings (2017-07-21 17:37:06 -0700)

----------------------------------------------------------------
Xen 2017/07/21

----------------------------------------------------------------
Alexey G (1):
      xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings

Igor Druzhinin (1):
      xen: fix compilation on 32-bit hosts

 hw/i386/xen/xen-mapcache.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 24, 2017, 10:17 a.m. UTC | #1
On 22 July 2017 at 01:45, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit 91939262ffcd3c85ea6a4793d3029326eea1d649:
>
>   configure: Drop ancient Solaris 9 and earlier support (2017-07-21 15:04:05 +0100)
>
> are available in the git repository at:
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170721-tag
>
> for you to fetch changes up to 7fb394ad8a7c4609cefa2136dec16cf65d028f40:
>
>   xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings (2017-07-21 17:37:06 -0700)
>
> ----------------------------------------------------------------
> Xen 2017/07/21
>
> ----------------------------------------------------------------
> Alexey G (1):
>       xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings
>
> Igor Druzhinin (1):
>       xen: fix compilation on 32-bit hosts
>
>  hw/i386/xen/xen-mapcache.c | 22 ++++++++++++++++------
>  1 file changed, 16 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM