mbox

[PULL,0/1] NUMA queue, 2015-07-15

Message ID 1436990522-22700-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost July 15, 2015, 8:02 p.m. UTC
The following changes since commit 7692401a0826803522cfde533bdcc149932ddc6a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150715' into staging (2015-07-15 17:28:59 +0100)

are available in the git repository at:

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

for you to fetch changes up to 672558d2ea8dd782d1d2adc6e16af3bc34029a36:

  numa: Fix memory leak in numa_set_mem_node_id() (2015-07-15 16:57:50 -0300)

----------------------------------------------------------------
NUMA queue, 2015-07-15

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

Bharata B Rao (1):
  numa: Fix memory leak in numa_set_mem_node_id()

 numa.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 15, 2015, 9:04 p.m. UTC | #1
On 15 July 2015 at 21:02, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 7692401a0826803522cfde533bdcc149932ddc6a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150715' into staging (2015-07-15 17:28:59 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/numa-pull-request
>
> for you to fetch changes up to 672558d2ea8dd782d1d2adc6e16af3bc34029a36:
>
>   numa: Fix memory leak in numa_set_mem_node_id() (2015-07-15 16:57:50 -0300)
>
> ----------------------------------------------------------------
> NUMA queue, 2015-07-15
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM