mbox

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

Message ID 1437588684-22122-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 22, 2015, 6:11 p.m. UTC
The following changes since commit b69b30532e0a80e25449244c01b0cbed000c99a3:

  Update version for v2.4.0-rc2 release (2015-07-22 18:17:19 +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 6b2699672d5b56f8c2902fb9db9879e8cafb2afe:

  hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init() (2015-07-22 15:09:25 -0300)

----------------------------------------------------------------
NUMA queue, 2015-07-22

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

Eduardo Habkost (1):
  hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()

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

Comments

Peter Maydell July 23, 2015, 2:57 p.m. UTC | #1
On 22 July 2015 at 19:11, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit b69b30532e0a80e25449244c01b0cbed000c99a3:
>
>   Update version for v2.4.0-rc2 release (2015-07-22 18:17:19 +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 6b2699672d5b56f8c2902fb9db9879e8cafb2afe:
>
>   hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init() (2015-07-22 15:09:25 -0300)
>
> ----------------------------------------------------------------
> NUMA queue, 2015-07-22
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM