All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Liviu Ionescu <ilg@livius.net>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] invalid runstate transition: 'prelaunch' -> 'prelaunch'
Date: Thu, 28 Jul 2016 12:22:21 +0200	[thread overview]
Message-ID: <87popyysde.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <4F6DB249-3CB6-4D59-8330-CFDE7A252D47@livius.net> (Liviu Ionescu's message of "Wed, 27 Jul 2016 22:40:02 +0300")

Liviu Ionescu <ilg@livius.net> writes:

> Hi,
>
> I just upgraded GNU ARM Eclipse QEMU to 2.6.0 and ran into a problem.
>
> The console reads:
>
> ```
> GNU ARM Eclipse 64-bits QEMU v2.6.0 (qemu-system-gnuarmeclipse).
> Board: 'STM32F4-Discovery' (ST Discovery kit for STM32F407/417 lines).
> Device: 'STM32F407VG' (Cortex-M4 r0p0, MPU), Flash: 1024 kB, RAM: 128 kB.
> Command line: 'test' (4 bytes).
> Cortex-M4 r0p0 core initialised.
> GDB Server listening on: 'tcp::1234'...
> Cortex-M4 r0p0 core reset.
> ... connection accepted from 127.0.0.1.
>
> Execute 'mon system_reset'.
>
> Cortex-M4 r0p0 core reset.
> qemu-system-gnuarmeclipse: invalid runstate transition: 'prelaunch' -> 'prelaunch'
[...]

Looks like you need this one:

commit e92a2d9cb3d8f589c9fe5d2eacc83d8dddea0e16
Author: Li Zhijian <lizhijian@cn.fujitsu.com>
Date:   Thu Apr 14 11:25:52 2016 +0800

    vl: change runstate only if new state is different from current state
    
    Previously, qemu will abort at following scenario:
    (qemu) stop
    (qemu) system_reset
    (qemu) system_reset
    (qemu) 2016-04-13T20:54:38.979158Z qemu-system-x86_64: invalid runstate transition: 'prelaunch' -> 'prelaunch'
    
    Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
    Acked-by: Paolo Bonzini <pbonzini@redhat.com>
    Message-Id: <1460604352-18630-1-git-send-email-lizhijian@cn.fujitsu.com>
    Cc: qemu-stable@nongnu.org
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

  reply	other threads:[~2016-07-28 10:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-27 19:40 [Qemu-devel] invalid runstate transition: 'prelaunch' -> 'prelaunch' Liviu Ionescu
2016-07-28 10:22 ` Markus Armbruster [this message]
2016-07-28 10:59 ` Liviu Ionescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87popyysde.fsf@dusky.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=ilg@livius.net \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.