[Qemu-devel] [PULL 0/1] cpu: crash fix for -rc2 (don't allow negative core id)

Eduardo Habkost posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170803175937.22225-1-ehabkost@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/cpu/core.c | 5 +++++
1 file changed, 5 insertions(+)
[Qemu-devel] [PULL 0/1] cpu: crash fix for -rc2 (don't allow negative core id)
Posted by Eduardo Habkost 6 years, 8 months ago
The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:

  Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to be2960baae07e5257cde8c814cbd91647e235147:

  cpu: don't allow negative core id (2017-08-02 18:30:13 -0300)

----------------------------------------------------------------
cpu: crash fix (don't allow negative core id)

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

Laurent Vivier (1):
  cpu: don't allow negative core id

 hw/cpu/core.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.9.4


Re: [Qemu-devel] [PULL 0/1] cpu: crash fix for -rc2 (don't allow negative core id)
Posted by Peter Maydell 6 years, 8 months ago
On 3 August 2017 at 18:59, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit aaaec6acad7cf97372d48c1b09126a09697519c8:
>
>   Update version for v2.10.0-rc1 release (2017-08-02 16:36:32 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-pull-request
>
> for you to fetch changes up to be2960baae07e5257cde8c814cbd91647e235147:
>
>   cpu: don't allow negative core id (2017-08-02 18:30:13 -0300)
>
> ----------------------------------------------------------------
> cpu: crash fix (don't allow negative core id)
>
> ----------------------------------------------------------------
>
> Laurent Vivier (1):
>   cpu: don't allow negative core id
>
>  hw/cpu/core.c | 5 +++++
>  1 file changed, 5 insertions(+)

Applied, thanks.

-- PMM