[Qemu-devel] [PULL 0/1] NUMA fix for -rc2

2015-11-23 Thread Eduardo Habkost
(I forgot to submit a pull request for this earlier, sorry.)

The following changes since commit 541abd10a01da56c5f16582cd32d67114ec22a5c:

  Update version for v2.5.0-rc1 release (2015-11-20 17:43:46 +)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/numa-pull-request

for you to fetch changes up to a3567ba1e6171ef7cfad55ae549c0cd8bffb1195:

  hostmem: Ignore ENOSYS while setting MPOL_DEFAULT (2015-11-23 10:43:38 -0200)


NUMA fix for -rc2



Pavel Fedin (1):
  hostmem: Ignore ENOSYS while setting MPOL_DEFAULT

 backends/hostmem.c | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.1.0




Re: [Qemu-devel] [PULL 0/1] NUMA fix for -rc2

2015-11-23 Thread Peter Maydell
On 23 November 2015 at 12:46, Eduardo Habkost  wrote:
> (I forgot to submit a pull request for this earlier, sorry.)
>
> The following changes since commit 541abd10a01da56c5f16582cd32d67114ec22a5c:
>
>   Update version for v2.5.0-rc1 release (2015-11-20 17:43:46 +)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/numa-pull-request
>
> for you to fetch changes up to a3567ba1e6171ef7cfad55ae549c0cd8bffb1195:
>
>   hostmem: Ignore ENOSYS while setting MPOL_DEFAULT (2015-11-23 10:43:38 
> -0200)
>
> 
> NUMA fix for -rc2
>
> 
>
> Pavel Fedin (1):
>   hostmem: Ignore ENOSYS while setting MPOL_DEFAULT

Applied, thanks.

-- PMM