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

Anthony PERARD posted 1 patch 5 years, 1 month ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190319154253.1494-1-anthony.perard@citrix.com
hw/i386/xen/xen-mapcache.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] xen queue 2019-03-19
Posted by Anthony PERARD 5 years, 1 month ago
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(-)

Re: [Qemu-devel] [PULL 0/1] xen queue 2019-03-19
Posted by Peter Maydell 5 years, 1 month ago
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