[Qemu-devel] [PULL 0/2] Machine queue, 2019-01-28

Eduardo Habkost posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190128194351.14679-1-ehabkost@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
backends/hostmem-file.c | 6 ++++--
backends/hostmem.c      | 8 +++++---
numa.c                  | 1 +
3 files changed, 10 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] Machine queue, 2019-01-28
Posted by Eduardo Habkost 6 years, 9 months ago
The following changes since commit 5f39a91dbd9a186edb999afd4d17524f4b1da14f:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-01-28 12:54:06 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 21d1683690e048663855dd6feb3034ab7c5039bc:

  hostmem: add more information in error messages (2019-01-28 15:52:05 -0200)

----------------------------------------------------------------
Machine queue, 2019-01-28

* Fix small leak on NUMA code
* Improve memory backend error messages

----------------------------------------------------------------

Queue for Machine Core patches


Zhang Yi (2):
  numa: Fixed the memory leak of numa error message
  hostmem: add more information in error messages

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

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] Machine queue, 2019-01-28
Posted by Peter Maydell 6 years, 9 months ago
On Mon, 28 Jan 2019 at 19:43, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 5f39a91dbd9a186edb999afd4d17524f4b1da14f:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2019-01-28 12:54:06 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 21d1683690e048663855dd6feb3034ab7c5039bc:
>
>   hostmem: add more information in error messages (2019-01-28 15:52:05 -0200)
>
> ----------------------------------------------------------------
> Machine queue, 2019-01-28
>
> * Fix small leak on NUMA code
> * Improve memory backend error messages
>

Applied, thanks.

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

-- PMM