mbox

[PULL,0/1] xen queue 2019-03-19

Message ID 20190319154253.1494-1-anthony.perard@citrix.com
State New
Headers show

Pull-request

https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190319

Message

Anthony PERARD March 19, 2019, 3:42 p.m. UTC
The following changes since commit b98a66201dbc7cf3b962f4bb260f66100cc75578:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc0-2' into staging (2019-03-19 12:55:02 +0000)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190319

for you to fetch changes up to 4158e93f4aced247c8db94a0275fc027da7dc97e:

  xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored (2019-03-19 15:32:13 +0000)

----------------------------------------------------------------
Xen queue

Fix a bug on FreeBSD when doing a migration.

----------------------------------------------------------------
Roger Pau Monne (1):
      xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored

 hw/i386/xen/xen-mapcache.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 19, 2019, 4:26 p.m. UTC | #1
On Tue, 19 Mar 2019 at 15:45, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit b98a66201dbc7cf3b962f4bb260f66100cc75578:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc0-2' into staging (2019-03-19 12:55:02 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190319
>
> for you to fetch changes up to 4158e93f4aced247c8db94a0275fc027da7dc97e:
>
>   xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored (2019-03-19 15:32:13 +0000)
>
> ----------------------------------------------------------------
> Xen queue
>
> Fix a bug on FreeBSD when doing a migration.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM